aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avisynth: pass audio channel layoutStephen Hutchinson2023-07-191-0/+6
* avformat/mov: avss box should be AV_CODEC_ID_CAVSZhao Zhili2023-07-191-1/+1
* avformat/flvdec: support demux vp9 in enhanced flvSteven Liu2023-07-181-2/+9
* avformat/flvenc: support mux vp9 in enhanced flvSteven Liu2023-07-182-9/+15
* avformat/flvdec: support demux av1 in enhanced flvSteven Liu2023-07-181-2/+10
* avformat/flvenc: support mux av1 in enhanced flvSteven Liu2023-07-182-5/+19
* avformat/flvdec: support demux hevc in enhanced flvSteven Liu2023-07-181-8/+50
* avformat/flvenc: support mux hevc in enhanced flvSteven Liu2023-07-183-11/+47
* avformat/hlsenc: use av_random_bytes() for generating AES128 keyMarton Balint2023-07-161-21/+2
* avformat/ivfenc: Set the "number of frames" in IVF headerDai, Jianhui J2023-07-092-11/+15
* avformat/evc: Don't cast const away, avoid loopAndreas Rheinhardt2023-07-091-11/+6
* avformat/evcdec: Check that enough data has been readAndreas Rheinhardt2023-07-091-0/+2
* lavf/dv: stop setting a random video bitrateAnton Khirnov2023-07-071-1/+0
* avformat/evcdec: Avoid nonsense castsAndreas Rheinhardt2023-07-071-3/+3
* avformat/asfdec_f: fix need_parsing flag for codec mpeg4Zhao Zhili2023-07-041-1/+1
* avformat/asfdec_f: support bmp_tags_unofficialZhao Zhili2023-07-041-0/+4
* avformat/http: copy only mime type from Content-TypeKacper Michajłow2023-06-291-1/+1
* avformat/ac4dec: Constify demuxerAndreas Rheinhardt2023-06-291-1/+1
* avformat/version: bump minor after recent additionsJames Almer2023-06-291-1/+1
* avformat/rawenc: add H266/VVC muxerThomas Siedel2023-06-293-0/+25
* avformat: add demuxer and probe support for H266/VVCThomas Siedel2023-06-294-2/+68
* avformat/evc: use get_ue_golomb_long()James Almer2023-06-271-4/+4
* avformat/mov: fix overallocation when reading pssh/saizZhao Zhili2023-06-241-38/+25
* avformat/evc: remove duplicate definesJames Almer2023-06-231-4/+0
* avformat/evc: add range checks to evcc_parse_sps and return proper error codesJames Almer2023-06-231-3/+10
* avformat/evc: remove duplicate checkJames Almer2023-06-231-3/+0
* avformat/evc: remove unnecessary structJames Almer2023-06-231-53/+14
* avformat/id3v2: check the return value of avio_close_dyn_buf()James Almer2023-06-221-2/+4
* avformat/evc: move NALU length and type parsing functions to a headerJames Almer2023-06-213-43/+36
* avformat/evcdec: use an unsigned type for nalu_sizeJames Almer2023-06-211-2/+2
* avformat/evcdec: flush the bsf on EOFJames Almer2023-06-211-4/+4
* avformat/evcdec: remove unnecessary av_packet_unref() callsJames Almer2023-06-211-12/+5
* avformat/evcdec: ensure there are enough bytes to seekbackJames Almer2023-06-211-1/+6
* libavformat/mpegts.c: fix hardcoded 5-bytes skip for metadata streams.Romain Beauxis2023-06-201-1/+1
* avformat/jpegxl_anim_dec: fix out of array read using buffer paddingMichael Niedermayer2023-06-201-6/+7
* avformat/evcdec: don't set AVCodecParameters.framerateJames Almer2023-06-201-1/+0
* avformat/evcdec: simplify au_end_found checkJames Almer2023-06-201-6/+3
* avformat/evcdec: simplify probe functionJames Almer2023-06-201-22/+7
* avformat/assenc: Fix potential NULL + 1Andreas Rheinhardt2023-06-201-2/+2
* lavc/riffenc: Fix msrle support on Windows 95Tomas Härdin2023-06-201-2/+4
* avformat: add raw AC-4 muxerPaul B Mahol2023-06-204-1/+105
* lavf/rtpenc_jpeg: Retrieve sampling factor from SOF0Yeoh, Hoong Tee2023-06-201-15/+26
* avformat/mpegts: add AC-4Aman Karmani2023-06-201-0/+1
* avformat/isom_tags: add AC-4Paul B Mahol2023-06-201-0/+1
* avformat: add raw AC-4 demuxerPaul B Mahol2023-06-204-1/+107
* avformat/evc: remove unused variableJames Almer2023-06-191-2/+1
* avformat/evc: skip nalu header size bytes before parsing spsJames Almer2023-06-191-0/+7
* avformat/evc: use get_bits_long() where neededJames Almer2023-06-191-2/+2
* avformat/evc: use get_ue_golomb_long()James Almer2023-06-181-6/+6
* avformat/jpegxl_anim_dec: Perform operations in a different orderMichael Niedermayer2023-06-181-1/+1