aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-04lavc: Use supported_samplerates for Dolby Digital encoders.Carl Eugen Hoyos
2020-04-04avformat/mpegts: use buffer pools for allocating PES payloadsMarton Balint
2020-04-04avdevice/decklink_dec: increase autodetect timeout to 3 secMarton Balint
2020-04-04avformat/mov: Discard last STSC if its emptyMichael Niedermayer
2020-04-04swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of rang...Michael Niedermayer
2020-04-04swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_...Michael Niedermayer
2020-04-04fftools/ffmpeg: Disable copy_ts on timestamp wraparoundMichael Niedermayer
2020-04-04libavcodec/jpeg2000dec.c: Fix indentationGautam Ramakrishnan
2020-04-04libavcodec/jpeg2000dec.c: Handle non EOC streamsGautam Ramakrishnan
2020-04-04avfilter/vf_v360: add pannini input supportPaul B Mahol
2020-04-04ffplay: flush correct stream after stats updateGyan Doshi
2020-04-04ffplay: always show stats at all log levels if requested by userGyan Doshi
2020-04-03avformat/matroska: clean the structure formattingSteve Lhomme
2020-04-03avformat/dss: Remove unnecessary allocationAndreas Rheinhardt
2020-04-03avformat/ilbc: Don't reimplement ff_raw_write_packetAndreas Rheinhardt
2020-04-03avfilter/vf_v360: improve description of output fov optionsPaul B Mahol
2020-04-03avformat/matroskaenc: Improve BlockAdditionsAndreas Rheinhardt
2020-04-03avformat/matroskaenc: Improve checks for updating TagsAndreas Rheinhardt
2020-04-03avformat/matroskaenc: Remove unnecessary avio_tell(), avio_seek()Andreas Rheinhardt
2020-04-03avformat/matroskaenc: Stop reallocating of Cluster bufferAndreas Rheinhardt
2020-04-03configure: fix build issue of vf_dnn_processing.c when --disable-swscaleGuo, Yejun
2020-04-03libavformat/amr.c: Check return value from avio_read()John Rummell
2020-04-03swscale/swscale: remove useless codeRuiling Song
2020-04-03configure: Do not abort when cross-compiling to the native CPUDavid Michael
2020-04-03fate/matroska: Add test for updating CodecPrivate from packet sidedataAndreas Rheinhardt
2020-04-02avformat/hnm: Only keep and parse what is needed laterAndreas Rheinhardt
2020-04-02avformat/matroskaenc: Don't implicitly mark WebVTT in WebM as EnglishAndreas Rheinhardt
2020-04-02avformat/matroskaenc: Reindent after previous commitAndreas Rheinhardt
2020-04-02avformat/matroskaenc: Combine checks for audioAndreas Rheinhardt
2020-04-02avformat/matroskaenc: Simplify writing Void elementsAndreas Rheinhardt
2020-04-02avformat/matroskaenc: Avoid seek when writing Cues at the frontAndreas Rheinhardt
2020-04-02avformat/matroskaenc: Fix edge case of writing Cues at the beginningAndreas Rheinhardt
2020-04-02avformat/matroskaenc: Don't fail if reserved Cues space doesn't sufficeAndreas Rheinhardt
2020-04-02avfilter/x86/vf_v360_init: add missing casesPaul B Mahol
2020-04-02avfilter/vf_v360: add SIMD for lagrange9 interpolationPaul B Mahol
2020-04-02avfilter/vf_v360: add lagrange9 interpolationPaul B Mahol
2020-04-02avformat/matroskaenc: Update the default version of WavPackAndreas Rheinhardt
2020-04-02avformat/wvdec: Export version as extradataAndreas Rheinhardt
2020-04-02avformat/matroskadec: Add a workaround for missing WavPack extradataAndreas Rheinhardt
2020-04-01libavformat/mov.c: Free aes_decrypt to avoid leaking memoryJohn Rummell
2020-04-01libavformat/oggdec.c: Check return value from avio_read()John Rummell
2020-04-01avformat/movenc: add write_clli flag to write clli atomMichael Bradshaw
2020-04-01lavfi/deshake_opencl: Do not use bool, powerpc does not like it.Carl Eugen Hoyos
2020-04-01avformat/avformat.h: Correct some commentsAndreas Rheinhardt
2020-03-31avcodec/v4l2_m2m_dec: Init reserved bytes to zero before ioctl callAndriy Gelman
2020-04-01avformat/audiointerleave: Fix memleakAndreas Rheinhardt
2020-04-01avformat/mux: Only prepare input packet if there is a packetAndreas Rheinhardt
2020-04-01avutil/opt: Don't use NULL for %s string in a log messageAndreas Rheinhardt
2020-03-31avcodec/v4l2_m2m: fix setting frame periodMing Qian
2020-03-31avcodec/hcadec: Check scale_factorsMichael Niedermayer