summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* lavf/dv: stop setting a random video bitrateAnton Khirnov2023-07-07
* avformat/evcdec: Avoid nonsense castsAndreas Rheinhardt2023-07-07
* avformat/asfdec_f: fix need_parsing flag for codec mpeg4Zhao Zhili2023-07-04
* avformat/asfdec_f: support bmp_tags_unofficialZhao Zhili2023-07-04
* avformat/http: copy only mime type from Content-TypeKacper Michajłow2023-06-29
* avformat/ac4dec: Constify demuxerAndreas Rheinhardt2023-06-29
* avformat/version: bump minor after recent additionsJames Almer2023-06-29
* avformat/rawenc: add H266/VVC muxerThomas Siedel2023-06-29
* avformat: add demuxer and probe support for H266/VVCThomas Siedel2023-06-29
* avformat/evc: use get_ue_golomb_long()James Almer2023-06-27
* avformat/mov: fix overallocation when reading pssh/saizZhao Zhili2023-06-24
* avformat/evc: remove duplicate definesJames Almer2023-06-23
* avformat/evc: add range checks to evcc_parse_sps and return proper error codesJames Almer2023-06-23
* avformat/evc: remove duplicate checkJames Almer2023-06-23
* avformat/evc: remove unnecessary structJames Almer2023-06-23
* avformat/id3v2: check the return value of avio_close_dyn_buf()James Almer2023-06-22
* avformat/evc: move NALU length and type parsing functions to a headerJames Almer2023-06-21
* avformat/evcdec: use an unsigned type for nalu_sizeJames Almer2023-06-21
* avformat/evcdec: flush the bsf on EOFJames Almer2023-06-21
* avformat/evcdec: remove unnecessary av_packet_unref() callsJames Almer2023-06-21
* avformat/evcdec: ensure there are enough bytes to seekbackJames Almer2023-06-21
* libavformat/mpegts.c: fix hardcoded 5-bytes skip for metadata streams.Romain Beauxis2023-06-20
* avformat/jpegxl_anim_dec: fix out of array read using buffer paddingMichael Niedermayer2023-06-20
* avformat/evcdec: don't set AVCodecParameters.framerateJames Almer2023-06-20
* avformat/evcdec: simplify au_end_found checkJames Almer2023-06-20
* avformat/evcdec: simplify probe functionJames Almer2023-06-20
* avformat/assenc: Fix potential NULL + 1Andreas Rheinhardt2023-06-20
* lavc/riffenc: Fix msrle support on Windows 95Tomas Härdin2023-06-20
* avformat: add raw AC-4 muxerPaul B Mahol2023-06-20