summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lavf/swfenc: switch to new FIFO APIAnton Khirnov2022-02-071-8/+14
* lavf/mpegenc: switch to new FIFO APIAnton Khirnov2022-02-071-17/+23
* lavf/dvenc: switch to new FIFO APIAnton Khirnov2022-02-071-10/+12
* lavf/dvenc: return an error on audio/video desyncAnton Khirnov2022-02-071-2/+6
* avcodec/qsvenc: Reindent after the previous commitAndreas Rheinhardt2022-02-071-10/+10
* lavc/qsvenc: switch to new FIFO APIAnton Khirnov2022-02-072-73/+55
* lavc/qsvdec: switch to the new FIFO APIAnton Khirnov2022-02-071-54/+36
* lavc/nvenc: switch to the new FIFO APIAnton Khirnov2022-02-072-30/+27
* lavc/libvpxenc: remove unneeded context variableAnton Khirnov2022-02-071-5/+2
* lavc/libvpxenc: switch to the new FIFO APIAnton Khirnov2022-02-071-25/+10
* lavc/libvorbisenc: switch to new FIFO APIAnton Khirnov2022-02-071-11/+9
* lavc/cuviddec: convert to the new FIFO APIAnton Khirnov2022-02-071-12/+10
* lavc/cuviddec: do not reallocate the fifo unnecessarilyAnton Khirnov2022-02-071-7/+1
* lavc/amfenc: switch to new FIFO APIAnton Khirnov2022-02-072-30/+15
* lavc/avcodec: switch to new FIFO APIAnton Khirnov2022-02-073-27/+16
* lavu/tests/fifo: switch to the new APIAnton Khirnov2022-02-071-26/+21
* lavu/fifo: add a flag for automatically growing the FIFO as neededAnton Khirnov2022-02-073-4/+52
* lavu/fifo: Add new AVFifo API based upon the notion of element sizeAnton Khirnov2022-02-074-1/+415
* lavu/fifo: disallow overly large fifo sizesAnton Khirnov2022-02-071-1/+13
* avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek()Andreas Rheinhardt2022-02-071-20/+1
* avformat/rtpproto: set ttl upper bound to 255Zhao Zhili2022-02-061-1/+1
* avformat/udp: set ttl upper bound to 255Zhao Zhili2022-02-061-1/+1
* avfilter/asrc_sinc: switch to rdft from lavu/txPaul B Mahol2022-02-062-22/+17
* configure: afir filter no longer depends on rdft from avcodecPaul B Mahol2022-02-061-3/+0
* avformat/mxfdec: add avlanguage dependencyZane van Iperen2022-02-061-1/+1
* avfilter/vf_cas: unbreak >8 depth supportPaul B Mahol2022-02-051-4/+4
* avfilter/af_apsyclip: increase protection for high frequenciesJason Jang2022-02-051-1/+1
* avfilter/af_apsyclip: fix peak overestimationJason Jang2022-02-051-1/+1
* avfilter/af_apsyclip: fix FFT bin indexingJason Jang2022-02-051-10/+9
* avformat/imf: cosmeticsZane van Iperen2022-02-051-8/+8
* avformat/tests: add /imf to .gitignorePierre-Anthony Lemieux2022-02-051-0/+1
* avformat/demux: don't truncate the return value of ts_to_samples()James Almer2022-02-051-1/+1
* avformat/demux: print skip_samples and discard_padding as unsigned values in ...James Almer2022-02-051-1/+2
* avcodec/decode: ignore unsupported skip samples packet side data valuesJames Almer2022-02-051-0/+1
* avformat/demux: don't propagate unsupported skip samples packet side data valuesJames Almer2022-02-051-0/+1
* avformat/imf_cpl: do not use filesize when reading XML fileMarton Balint2022-02-051-8/+5
* avformat/rtpdec_rfc4175: fix interlace formatPatrick Keroulas2022-02-051-7/+8
* avformat/img2dec: increase probe score for GEM image fourcc variantsPeter Ross2022-02-041-4/+3
* avformat/img2dec: fix logic error in GEM Raster file probePeter Ross2022-02-041-2/+2
* libfdk-aacdec: Flush delayed samples at the endMartin Storsjö2022-02-031-15/+65
* libfdk-aacdec: Add an option for setting the decoder's DRC album modeMartin Storsjö2022-02-031-0/+14
* ffprobe: allow side-data selection by elementGyan Doshi2022-02-031-3/+3
* Add MKV tags for AVS2 and AVS3 codecs.TianBo Zheng2022-02-031-0/+2
* avformat/imf: add IMF CPL with repeated resources to FATEPierre-Anthony Lemieux2022-02-033-0/+53
* x86/tx_float: avoid redefining macrosLynne2022-02-021-6/+6
* hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeaturesZhao Zhili2022-02-011-1/+11
* avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failureJames Almer2022-02-011-1/+3
* avformat/mov: Check size before subtractionMichael Niedermayer2022-02-011-0/+2
* avcodec/cfhd: Avoid signed integer overflow in coeffMichael Niedermayer2022-02-011-2/+2
* avformat/http: Fix double-free on errorAndreas Rheinhardt2022-02-011-3/+1