summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec.h: add missing FF_API_NEXT wrapperJames Almer2020-10-101-0/+2
* avcodec/vp9: Fix stack-buffer overflow with VP9 VDPAU availableAndreas Rheinhardt2020-10-111-3/+0
* avcodec/sheervideo: Avoid code duplication when creating VLC tablesAndreas Rheinhardt2020-10-102-229/+169
* avcodec/sheervideo: Reduce the size of static arraysAndreas Rheinhardt2020-10-102-1076/+152
* avcodec/sheervideo: Don't leave context in inconsistent state upon errorAndreas Rheinhardt2020-10-101-6/+7
* avcodec/sheervideo: Inline compile-time constantsAndreas Rheinhardt2020-10-101-171/+172
* avcodec/sheervideo: Improve creating VLC tablesAndreas Rheinhardt2020-10-101-12/+7
* avcodec/celp_filters: Avoid invalid negation in ff_celp_lp_synthesis_filter()Michael Niedermayer2020-10-101-3/+3
* avcodec/takdsp: Fix negative shift in decorrelate_sf()Michael Niedermayer2020-10-101-1/+1
* avcodec/parsers: add missing FF_API_NEXT wrappersJames Almer2020-10-102-5/+10
* avcodec/mpeg12dec: Optimize reading mpeg2 intra escape codesAndreas Rheinhardt2020-10-101-6/+4
* avcodec/magicyuvenc: Use more correct cast in compare functionAndreas Rheinhardt2020-10-091-3/+3
* avcodec/magicyuvenc: Avoid sorting Huffman table unnecessarilyAndreas Rheinhardt2020-10-091-28/+15
* avcodec/mjpegdec: Remove redundant initializationAndreas Rheinhardt2020-10-091-1/+1
* avcodec/mjpegdec: Remove use_static from build_vlc()Andreas Rheinhardt2020-10-091-5/+5
* avcodec/mjpegdec: Use correct number of codes when init default VLCsAndreas Rheinhardt2020-10-081-8/+7
* avcodec/mjpegdec: Use correct number of codes for VLC tablesAndreas Rheinhardt2020-10-081-4/+4
* VP9 Profile 2 VDPAU supportManojGuptaBonda2020-10-082-1/+7
* avcodec/mjpegdec: improve decoding of DNG filesPaul B Mahol2020-10-072-25/+27
* avcodec/tiff: do not abort decoding if strips are availablePaul B Mahol2020-10-071-4/+3
* avcodec: add Cintel RAW decoderPaul B Mahol2020-10-076-1/+417
* avcodec/av1dec: avoid probing with av1decJames Almer2020-10-061-1/+1
* lavc/avs2_parser.c: optimize code stylehwren2020-10-061-3/+3
* lavc/avs2_parser.c,lavf/davs2.c: add AVS2_* prefixhwren2020-10-061-5/+5
* lavc,doc: add libuavs3d video decoder wrapperhwren2020-10-064-1/+265
* lavc/avs3_parser: add avs3 parserhwren2020-10-053-0/+181
* lavc/avs3.h: add AVS3 related definitionshwren2020-10-051-0/+118
* lavc: add AVS3 codec id and deschwren2020-10-052-0/+8
* avcodec/h264_slice: use av_buffer_replace() to simplify codeJames Almer2020-10-051-22/+12
* avcodec/qsv: Fix leak of options on errorAndreas Rheinhardt2020-10-051-2/+1
* avcodec/dvenc: Fix undefined left shift of negative numbersAndreas Rheinhardt2020-10-041-10/+10
* avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420()Michael Niedermayer2020-10-041-1/+1
* avcodec/av1dec: partially clean state on frame decoding errorsJames Almer2020-10-041-0/+5
* libwavpackenc: remove libwavpackenc wrapperLynne2020-10-023-197/+0
* avcodec/vc1_block: Fix integer overflow in ac valueMichael Niedermayer2020-10-021-2/+2
* avcodec/utils: add missing FF_API_TAG_STRING checkJames Almer2020-10-011-0/+2
* avcodec/options: add missing FF_API_COPY_CONTEXT checksJames Almer2020-10-011-0/+4
* avcodec/libvpxenc: add missing FF_API_ERROR_FRAME checkJames Almer2020-10-011-1/+1
* avcodec/cuviddec: avoid copy of uninitialized extradata pointerTimo Rothenpieler2020-10-011-4/+5
* avcodec/cuviddec: use correct type for extradata_sizeTimo Rothenpieler2020-10-011-2/+2
* avcodec/cuviddec: fix copy&paste errorTimo Rothenpieler2020-10-011-1/+1
* avcodec/utils: ReindentationAndreas Rheinhardt2020-10-011-11/+11
* avcodec/utils: Also free encoder extradata on avcodec_open2() errorAndreas Rheinhardt2020-10-011-0/+4
* avcodec/utils: Don't forget cleaning up when allocating priv_data failsAndreas Rheinhardt2020-10-011-1/+1
* avcodec/utils: Improve check for freeing codec private optionsAndreas Rheinhardt2020-10-011-1/+1
* avcodec/utils: Remove always-true checkAndreas Rheinhardt2020-10-011-2/+1
* opusdec: do not fail when LBRR frames are presentAnton Khirnov2020-10-013-7/+27
* avcodec/av1dec: call ff_cbs_flush() on decoder flushJames Almer2020-09-291-0/+2
* avcodec/av1dec: fix check for active sequence headerJames Almer2020-09-291-1/+1
* avcodec/av1dec: parse dimensions from the sequence header in extradataJames Almer2020-09-291-0/+10