aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/avc: add missing return error valueJames Almer2019-11-301-1/+3
* avformat/avc: fix sps buffer offset when calling ff_avc_decode_sps()James Almer2019-11-291-1/+1
* avformat/avio: Use ffurl_closepAndreas Rheinhardt2019-11-291-2/+1
* lavf/vividas: check avformat_new_stream() returnJun Zhao2019-11-291-0/+4
* avformat/vividas: Avoid allocation of AVIOContextAndreas Rheinhardt2019-11-291-15/+4
* avformat/avc: write the missing bits in the AVC Decoder Configuration BoxJames Almer2019-11-282-5/+33
* avformat/movenc: Avoid allocation for small dynamic buffersAndreas Rheinhardt2019-11-281-10/+8
* avformat/matroskaenc: Avoid allocation for small dynamic buffersAndreas Rheinhardt2019-11-281-4/+4
* avformat/id3v2enc: Avoid allocation for small tagsAndreas Rheinhardt2019-11-281-21/+16
* avformat/avc: Avoid allocation for small SPS/PPS arraysAndreas Rheinhardt2019-11-281-9/+6
* avformat/av1: Avoid allocation for small headersAndreas Rheinhardt2019-11-281-9/+5
* avformat/apetag: Avoid allocation for small tagsAndreas Rheinhardt2019-11-281-7/+5
* avformat/aviobuf: Avoid allocating buffer when using dynamic bufferAndreas Rheinhardt2019-11-281-6/+14
* avformat/flacenc: Add const to ff_flac_write_header() parameterAndreas Rheinhardt2019-11-282-2/+2
* avcodec: add mvha video decoderPaul B Mahol2019-11-271-0/+1
* avcodec: add mvdv video decoderPaul B Mahol2019-11-271-0/+1
* avformat/hls: correct grammatical errors of m3u8_hold_counters optionSteven Liu2019-11-271-1/+1
* avformat/hlsenc: set strict_std_compliance from the parent AVFormatContextSteven Liu2019-11-261-6/+7
* avformat/hls: add option for the m3u8 list load max timesSteven Liu2019-11-251-0/+17
* avformat/vividas: Error out on audio packets in the absence of audio streamsMichael Niedermayer2019-11-251-5/+9
* avformat/vividas: Check and require 1 video streamMichael Niedermayer2019-11-251-2/+4
* avformat/matroskaenc: Remove outdated commentAndreas Rheinhardt2019-11-241-2/+0
* avformat/matroskaenc: Fix potential leak of cached packetAndreas Rheinhardt2019-11-241-1/+2
* avformat/mxfenc: simplify d-10 ul handlingBaptiste Coudurier2019-11-231-69/+41
* avformat/mxfenc: simplify dv ul handlingBaptiste Coudurier2019-11-231-82/+46
* avformat/dvenc: support muxing dvcprohdBaptiste Coudurier2019-11-231-26/+22
* avformat/av1: Fix leak of dynamic buffer in case of parsing failureAndreas Rheinhardt2019-11-221-1/+4
* avformat/vividas: Add EOF check in val_1 loop in track_header()Michael Niedermayer2019-11-201-0/+2
* avformat/matroskadec: Fix default value of BlockAddIDAndreas Rheinhardt2019-11-201-1/+1
* avformat/flacdec: Remove useless packetAndreas Rheinhardt2019-11-171-5/+6
* lavf/Makefile: Specify sln demuxer requirements.Carl Eugen Hoyos2019-11-171-0/+1
* lavf/rtmpproto: fix the playpath truncation if the len > 512Jun Zhao2019-11-171-3/+5
* avformat/mp3dec: Check for occurances of headers within frames during probingLimin Wang2019-11-161-1/+9
* avformat/mp3dec: Check that the frame fits within the probe bufferMichael Niedermayer2019-11-161-1/+1
* avformat/mov: fix typo in help textZhao Zhili2019-11-161-1/+1
* avformat/av1dec: simplify annexb_probe()James Almer2019-11-161-10/+13
* avformat/av1dec: Redo flushing of bsfAndreas Rheinhardt2019-11-141-2/+1
* avformat/id3v2: Avoid av_strdup for key and value of dictAndreas Rheinhardt2019-11-131-6/+7
* avformat/mxfenc: correctly set width values for dvcprohdBaptiste Coudurier2019-11-131-3/+12
* avformat/hlsenc: free the original malloc pointer to avoid error when system ...Limin Wang2019-11-131-10/+13
* avformat/hls: continue to play enabled playlist when have failed playlistSteven Liu2019-11-131-5/+15
* avformat: add an AV1 Annex B demuxerJames Almer2019-11-124-2/+281
* avformat/mp3dec: replace SAME_HEADER_MASK with MP3_MASKLimin Wang2019-11-111-3/+1
* avformat/mp3dec: cosmeticsLimin Wang2019-11-111-20/+20
* avformat/flvenc: Check pts for mpeg4/h264 (which need the value)Michael Niedermayer2019-11-091-0/+6
* avformat/vividas: Fix n_sb_blocks CheckMichael Niedermayer2019-11-091-1/+1
* avformat/mlvdec:drop unnecessary check before ff_format_io_closeSteven Liu2019-11-091-2/+1
* avformat/mxfdec: cleanup on "essence prior to first PartitionPack"Michael Niedermayer2019-11-081-1/+3
* lavf/dashdec: drop unnecessary check before ff_format_io_closeJun Zhao2019-11-081-8/+4
* lavf/dashenc: enable probesize/max_analyze_duration setting in sub-demuxerJun Zhao2019-11-081-2/+2