summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avfilter.h: add missing FF_API_NEXT wrapperJames Almer2020-10-101-0/+2
* avformat/avformat.h: add missing FF_API_NEXT wrappersJames Almer2020-10-101-0/+4
* 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
* fate: Add aa-demux testMichael Niedermayer2020-10-102-0/+286
* 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
* avformat/aviobuf: increase default read buffer size to 2*max_buffer_size for ...Marton Balint2020-10-091-0/+5
* avformat/aviobuf: fix indentationMarton Balint2020-10-091-8/+8
* avformat/aviobuf: do not allocate a new buffer in ffio_ensure_seekback if not...Marton Balint2020-10-091-1/+5
* avformat/aviobuf: discard part of the IO buffer in ffio_ensure_seekback if ne...Marton Balint2020-10-092-11/+20
* avformat/mpjpegdec: make sure we seek back to the ensured bufferMarton Balint2020-10-091-5/+6
* avformat/mpegts: make sure mpegts_resync do not run out of the initially requ...Marton Balint2020-10-091-1/+2
* avformat/aviobuf: fix checks in ffio_ensure_seekbackMarton Balint2020-10-091-2/+2
* avformat/aviobuf: check if requested seekback buffer is already readMarton Balint2020-10-091-0/+3
* avformat/aviobuf: write data into the IO buffer till the very end of the bufferMarton Balint2020-10-091-1/+1
* avfilter/vf_minterpolate: Remove redundant code for freeingAndreas Rheinhardt2020-10-091-12/+3
* avfilter/vf_minterpolate: Fix left shift of negative valueAndreas Rheinhardt2020-10-091-12/+15
* avfilter/vf_minterpolate: Reject too small dimensionsAndreas Rheinhardt2020-10-091-0/+5
* avformat/rtsp: allocate correct max number of pollfdsAndriy Gelman2020-10-081-1/+1
* avformat/rtspdec: add newline in log messageAndriy Gelman2020-10-081-2/+2
* FATE/dnn: only run unit test when CONFIG_DNN enabledPeter Ross2020-10-091-1/+1
* 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
* avformat/libopenmpt: Don't discard constAndreas Rheinhardt2020-10-081-1/+1
* 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-083-1/+8
* avformat/dashdec: Reset pointer to NULL after freeing itAndreas Rheinhardt2020-10-081-0/+1
* configure: add missing atsc_a53 dependencies to hevcparse and h264_parserJames Almer2020-10-081-2/+2
* libavformat/dashdec: Fix issue with dash on WindowsChristopher Degawa2020-10-081-1/+1
* lavf/img2dec: Auto-detect Cintel scanner images.Carl Eugen Hoyos2020-10-083-1/+14
* 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-078-1/+419
* avfilter/vf_v360: use quaternions for rotationPaul B Mahol2020-10-072-46/+56
* libswcale/input: use more accurate planer rgb16 yuv conversionsMark Reid2020-10-0613-53/+53
* avcodec/av1dec: avoid probing with av1decJames Almer2020-10-063-12/+12
* lavf/avs2dec.c: optimize code stylehwren2020-10-061-3/+3
* lavc/avs2_parser.c: optimize code stylehwren2020-10-061-3/+3
* lavf/davs2.c: rename as avs2dec.c for better understandinghwren2020-10-062-1/+1