summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/sox*: extend long namePaul B Mahol2023-08-15
* avformat/soxdec: improve probe a littlePaul B Mahol2023-08-15
* configure: Set WIN32_LEAN_AND_MEAN at configure timeL. E. Segovia2023-08-14
* avformat/flv: correct the video frametype mask to 0x70Steven Liu2023-08-14
* avformat/flvdec: remove unused context member of flvSteven Liu2023-08-14
* avformat/au: improve au_probe()Paul B Mahol2023-08-11
* avformat/matroskaenc: Don't write \0 unnecessarilyAndreas Rheinhardt2023-08-10
* avformat/matroskaenc: Reindent after the previous commitAndreas Rheinhardt2023-08-10
* avformat/matroskaenc: Don't reserve space for HDR10+ when unnecessaryAndreas Rheinhardt2023-08-10
* avformat/matroskaenc: Add const where appropriateAndreas Rheinhardt2023-08-10
* avformat/dovi_isom: Don't use AVFormatContext* for logctxAndreas Rheinhardt2023-08-10
* avformat/matroskaenc: Avoid allocations when writing Dynamic HDR10+Andreas Rheinhardt2023-08-10
* avformat/matroskaenc: Use dedicated pointer for accessesAndreas Rheinhardt2023-08-10
* avformat/matroskaenc: Use proper AVIOContextAndreas Rheinhardt2023-08-10
* avformat/matroskaenc: Remove unnecessary checkAndreas Rheinhardt2023-08-10
* avformat/matroskaenc: Hoist check out of loopAndreas Rheinhardt2023-08-10
* avformat/matroskaenc: Don't pretend to be able to mux RV30Andreas Rheinhardt2023-08-10
* avformat/matroskaenc: Don't pretend to support unsupported codecsAndreas Rheinhardt2023-08-10
* avformat/matroskaenc: Don't reserve unnecessarily many EBML elementsAndreas Rheinhardt2023-08-10
* avformat/matroskaenc: Support rotationsAndreas Rheinhardt2023-08-10
* avformat/sbgdec: Use avio_read_to_bprint() where appropriateAndreas Rheinhardt2023-08-09
* avformat/movenc: fix sample size being zero in pcmCZhao Zhili2023-08-06
* avformat/rawdec: Don't include avcodec.hAndreas Rheinhardt2023-08-05
* avformat/internal: Use forward declaration for AVCodecDescriptorAndreas Rheinhardt2023-08-05
* avformat/evcdec: Remove unused headersAndreas Rheinhardt2023-08-05
* avformat/av1dec: Remove avcodec.h inclusionAndreas Rheinhardt2023-08-05
* avformat/flvdec: handle exheader fourcc correctly in metadataMarton Balint2023-08-03
* avformat/hls_sample_encryption: Always free AC3HeaderInfo on errorAndreas Rheinhardt2023-08-02
* avformat/avr: Check sample rateMichael Niedermayer2023-08-02
* avformat/lrcdec: Fix declaration-after-statement warningAndreas Rheinhardt2023-07-29
* libavformat: fix incorrect handling of incomplete AVBPrint.Reimar Döffinger2023-07-29
* avformat/mov: enable identifying TTML subtitle streams as suchJan Ekström2023-07-28
* avformat/imf_cpl: Replace NULL content_title_utf8 by ""Michael Niedermayer2023-07-25
* avformat/imf_cpl: xmlNodeListGetString() can return NULLMichael Niedermayer2023-07-25
* avformat/flvdec: fix size desync when reading timestamp offsetsHendrik Leppkes2023-07-25
* avformat/flvenc: write proper timestamps when muxing hevcTimo Rothenpieler2023-07-25
* avformat/id3v2: Free buffer in decode_str()Michael Niedermayer2023-07-22
* avformat/rka: bps < 8 is invalidMichael Niedermayer2023-07-22
* avisynth: pass audio channel layoutStephen Hutchinson2023-07-19
* avformat/mov: avss box should be AV_CODEC_ID_CAVSZhao Zhili2023-07-19
* avformat/flvdec: support demux vp9 in enhanced flvSteven Liu2023-07-18
* avformat/flvenc: support mux vp9 in enhanced flvSteven Liu2023-07-18
* avformat/flvdec: support demux av1 in enhanced flvSteven Liu2023-07-18
* avformat/flvenc: support mux av1 in enhanced flvSteven Liu2023-07-18
* avformat/flvdec: support demux hevc in enhanced flvSteven Liu2023-07-18
* avformat/flvenc: support mux hevc in enhanced flvSteven Liu2023-07-18
* avformat/hlsenc: use av_random_bytes() for generating AES128 keyMarton Balint2023-07-16
* avformat/ivfenc: Set the "number of frames" in IVF headerDai, Jianhui J2023-07-09
* avformat/evc: Don't cast const away, avoid loopAndreas Rheinhardt2023-07-09
* avformat/evcdec: Check that enough data has been readAndreas Rheinhardt2023-07-09