ecb9741ba2
avcodec/avpacket: deprecate av_copy_packet()
...
It does the same thing as av_packet_ref().
Signed-off-by: James Almer <jamrial@gmail.com >
2017-09-25 21:22:06 -03:00
6561cdd70c
avcodec.h: fix doxygen comment
2017-09-14 01:43:52 -03:00
82342cead1
lavc: Add flag to mark packets containing trusted input
2017-09-13 22:25:29 +01:00
6cadbb16e9
avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flag
...
This flag replaces the deprecated, non-prefixed HWACCEL_CODEC_CAP_EXPERIMENTAL
one.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc >
Signed-off-by: James Almer <jamrial@gmail.com >
2017-09-04 17:48:41 -03:00
61e4db4bb7
Add FITS Decoder
...
Signed-off-by: Paras Chadha <paraschadha18@gmail.com >
2017-08-30 12:13:01 +02:00
2c800eb737
avcodec: make the avcodec_get_chroma_sub_sample deprecation effective
...
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com >
2017-08-25 12:19:41 -03:00
930fe4b1f7
avcodec: add Dolby E decoder
2017-07-19 12:27:32 +02:00
f670c13f13
avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb
...
The new name more accuratly describes what the function does
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2017-06-19 17:54:40 +02:00
49ae8a5e87
lavc: Add flag to allow profile mismatch with hardware decoding
...
(cherry picked from commit 64a5260c69
)
2017-06-14 22:27:04 +01:00
d1c08027d8
avcodec: add Gremlin Digital Video decoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
2017-06-11 10:00:39 +02:00
29bdcf588f
avcodec: add Gremlin DPCM decoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
2017-06-11 10:00:16 +02:00
a13eac5a99
lavc: add codec ID and description for SVG
...
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com >
2017-05-16 11:26:50 +01:00
d5711cb891
avcodec/avcodec: Limit the number of side data elements per packet
...
Fixes: 1293/clusterfuzz-testcase-minimized-6054752074858496
See: [FFmpeg-devel] [PATCH] avcodec/avcodec: Limit the number of side data elements per packet
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2017-05-12 14:19:52 +02:00
f089e02fa2
Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'
...
* commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5':
lavc: add an option for exporting cropping information to the caller
Merged-by: James Almer <jamrial@gmail.com >
2017-05-08 14:22:43 -03:00
64a5260c69
lavc: Add flag to allow profile mismatch with hardware decoding
2017-04-26 22:57:57 +01:00
189157c3fc
Add ClearVideo decoder
...
Only I-frames are decoded for now.
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2017-04-25 15:39:10 +02:00
79778bb9b0
Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'
...
* commit '972c71e9cb63e24f57ee481e413199c7d88a8813':
lavc: add support for filtering packets before decoding
Merged-by: James Almer <jamrial@gmail.com >
2017-04-22 22:35:27 -03:00
844a115cd3
Revert "avcodec/bsf: Forbid packet without payload in av_bsf_send_packet"
...
This reverts commit bfdca87ab5
.
Packets with no data or side data will be valid EOF signal in an
upcoming merge.
Signed-off-by: James Almer <jamrial@gmail.com >
2017-04-22 21:52:06 -03:00
bddb2343b6
Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'
...
* commit '061a0c14bb5767bca72e3a7227ca400de439ba09':
decode: restructure the core decoding code
CUVID decoder adapted by wm4.
Merged-by: James Almer <jamrial@gmail.com >
2017-04-22 20:08:42 -03:00
61088051bd
avcodec: add Screen Recorder Gold Codec decoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
2017-04-18 15:04:12 +02:00
a96db6be06
avcodec: add Mandsoft Screen Capture Codec decoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
2017-04-18 15:03:12 +02:00
95a8a03a19
Add FM Screen Capture Codec decoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2017-04-13 12:35:35 +02:00
e5c11ab9ce
avcodec: fix containts typo
2017-04-06 11:45:58 -03:00
157e57a181
lavc: Add Content Light Level side metadata found in HEVC
...
These data are necessary when transmitting HDR over HDMI.
Signed-off-by: James Almer <jamrial@gmail.com >
2017-04-06 11:38:15 -03:00
549acc9995
codec: bitpacked: add decoder
...
Add a codec capable of decoding some formats of the RFC4175. For now
it's only capable of handling YCbCr-4:2:2 with 8-bit or 10-bit depth.
For 8-bit it's a simple pass-through, for 10-bit it depacks the stream
in the AV_PIX_FMT_YUV422P10 pixel format.
Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com >
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com >
2017-04-05 17:02:20 +01:00
8c5c6871ba
lavc: add AV_ prefix to CODEC_CAP_DELAY in doxy
2017-04-04 09:58:29 +02:00
47d8410dac
Merge commit 'a1d9de304fe63614e3aa8117fef17491fa80093d'
...
* commit 'a1d9de304fe63614e3aa8117fef17491fa80093d':
Fix some mismatches between function parameter and doxygen parameter names.
Merged-by: Clément Bœsch <u@pkh.me >
2017-04-03 20:41:16 +02:00
467a053810
codec_desc: mark some lossless audio codecs as intraonly.
...
Fixes tsan warnings in several audio codecs (flac, alac, wavpack, tta
and tak) that look like this:
WARNING: ThreadSanitizer: data race (pid=14340)
Read of size 4 at 0x7d64000169d8 by main thread (mutexes: write M1335):
#0 update_context_from_thread src/libavcodec/pthread_frame.c:284 (ffmpeg+0x000000dc795f)
[..]
Previous write of size 4 at 0x7d64000169d8 by thread T1 (mutexes: write M1333):
#0 wavpack_decode_block src/libavcodec/wavpack.c:1012 (ffmpeg+0x00000112b175)
2017-04-03 09:36:32 -04:00
507a85b93c
Merge commit 'adb0e941c329a4778ade6dd0a326274472992f54'
...
* commit 'adb0e941c329a4778ade6dd0a326274472992f54':
avpacket: Mark src pointer as constant
See 5bb3f88255
Merged-by: Clément Bœsch <u@pkh.me >
2017-04-01 18:23:21 +02:00
f156d35321
lavc: deprecate av_get_codec_tag_string()
2017-03-29 14:49:29 +02:00
d65b59550b
avcodec/avcodec: Correct and make consistent AVERROR() in comments
...
Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2017-03-27 01:48:39 +02:00
cc012c46e8
Merge commit '14e7e19a90e9b45db7adeb4d40e7f16aa7404f28'
...
* commit '14e7e19a90e9b45db7adeb4d40e7f16aa7404f28':
lavc: bsf: Document input/output codecparam alloc/init process
Merged-by: Clément Bœsch <u@pkh.me >
2017-03-23 16:03:43 +01:00
7b3a3e6276
Merge commit 'b8d5070db6313f985562865edcfd08a01c2d7503'
...
* commit 'b8d5070db6313f985562865edcfd08a01c2d7503':
avcodec: Document AV_PKT_DATA_PALETTE side data type
Merged-by: Clément Bœsch <u@pkh.me >
2017-03-23 11:27:41 +01:00
0648dec19d
lavc: Drop deprecated stream codec tag
...
Deprecated in 07/2015.
2017-03-23 10:09:17 +01:00
94eed68ace
lavc: Drop deprecated options moved to private contexts
...
Deprecated in 10/2014 and 07/2015.
2017-03-23 10:09:17 +01:00
5182a28b5d
lavc: Drop deprecated global afd field
...
Deprecated in 08/2014.
2017-03-23 10:09:16 +01:00
4476027d93
lavc: Drop deprecated avctx codec name
...
Deprecated in 04/2014.
2017-03-23 10:09:16 +01:00
bb45d11282
lavc: Drop deprecated codec flags
...
Deprecated between 04/2014 - 05/2015.
2017-03-23 10:09:16 +01:00
302554835e
lavc: Drop deprecated unused public members
...
Deprecated in 07/2014.
2017-03-23 10:09:15 +01:00
b3739599bd
lavc: Drop deprecated emu edge functionality
...
Deprecated in 01/2014.
2017-03-23 10:09:15 +01:00
da5ba26b9e
lavc: Drop deprecated macroblock type symbols
...
Deprecated in 10/2013.
2017-03-23 10:09:15 +01:00
cbebc3251b
lavc: Drop deprecated public symbols
...
qscale types and maximum number of bframes deprecated in 10/2013.
Negative linesizes deprecated in 11/2013.
xvidmmx deprecated in 08/2014.
2017-03-23 10:09:15 +01:00
06c20d3e32
lavc: Drop deprecated av_fast_malloc() compatibility
...
Deprecated in 10/2013.
2017-03-23 10:09:15 +01:00
72dc7ddd18
lavc: Drop deprecated error rate option
...
Deprecated in 10/2013.
2017-03-23 10:09:14 +01:00
dcc39ee10e
lavc: Remove deprecated XvMC support hacks
...
Deprecated in 11/2013.
2017-03-23 10:09:14 +01:00
0871e23377
lavc: Drop deprecated architectures symbols
...
Alpha deprecated in 11/2013.
Sh4 and sparc deprecated in 01/2014.
2017-03-23 10:09:14 +01:00
c06e739291
lavc: Drop deprecated extended aspect ratio symbol
...
Deprecated in 10/2013.
2017-03-23 10:09:14 +01:00
0c7986df44
lavc: Drop deprecated workaround bugs options
...
Illegal ac_vlc and old msmpeg4 detection deprecated in 10/2013.
2017-03-23 10:09:14 +01:00
6dca24cd1d
lavc: Drop deprecated way of setting codec dimensions
...
Deprecated in 10/2013.
2017-03-23 10:09:13 +01:00
1146bb3bab
lavc: Drop deprecated voxware codec entry
...
Deprecated in 08/2013.
2017-03-23 10:09:13 +01:00