summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavf/hls: support probesize/max_analyze_duration when open sub-demuxerJun Zhao2019-11-081-0/+2
* lavf/flvenc: Cosmetics: fix indentationJun Zhao2019-11-081-4/+4
* lavf/mov: add log context dump in log messageJun Zhao2019-11-081-15/+15
* lavf/hls: fix the log context setting in log messageJun Zhao2019-11-081-7/+7
* avformat/nutenc: Do not pass NULL to memcmp() in get_needed_flags()Michael Niedermayer2019-11-051-5/+6
* avformat/Makefile: add missing pcm dependency to sdx demuxerLou Logan2019-11-041-1/+1
* avformat/Makefile: add missing pcm dependency to nsp demuxerLou Logan2019-11-041-1/+1
* avformat/Makefile: add missing pcm dependency to hcom demuxerLou Logan2019-11-041-1/+1
* lavf/asfdec: Simplify the check conditionsJun Zhao2019-11-041-1/+1
* lavf/mpegtsenc: fix logic check errorJun Zhao2019-11-041-1/+1
* avformat/ftp: add AVOptions for authenticationNicolas Frattaroli2019-11-032-6/+17
* avformat: Add max_probe_packets optionAndriy Gelman2019-11-035-6/+12
* libavformat/flacenc: reject too big picture blocksMattias Wadman2019-11-011-2/+8
* avformat/hlsenc: fix the av_dirname path isn't include separator in the end o...Limin Wang2019-10-311-6/+10
* avformat/apngenc: Add deinit functionAndreas Rheinhardt2019-10-301-4/+10
* avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input formatPhilip Langdale2019-10-301-1/+1
* avformat/dss: Remove superfluous headersAndreas Rheinhardt2019-10-291-2/+0
* avformat/wc3movie: fix memleak when read content size not equvipe input sizeSteven Liu2019-10-281-1/+3
* avformat/swfdec: fix memleak when inflateInit failedSteven Liu2019-10-281-0/+2
* avformat/smacker: fix memleak when avformat_new_stream failedSteven Liu2019-10-281-2/+8
* avformat/rtmpproto: fix memleak when open rtmp failedSteven Liu2019-10-281-0/+3
* avformat/rl2: fix memleak when read end of fileSteven Liu2019-10-281-7/+13
* avformat/mpc8: fix memleak when seek table too bigSteven Liu2019-10-281-0/+1
* avformat/libmodplug: fix memleak when load modplug failedSteven Liu2019-10-281-2/+3
* avformat/hlsenc: move freep segment from sls_flags_filename_process after cal...Steven Liu2019-10-281-3/+1
* avformat/avienc: Remove superfluous headerAndreas Rheinhardt2019-10-251-1/+0
* avformat/avidec: Remove superfluous headerAndreas Rheinhardt2019-10-251-1/+0
* avformat/asfenc: Remove unnecessary headerAndreas Rheinhardt2019-10-251-1/+0
* avformat/aiffenc: Add deinit functionAndreas Rheinhardt2019-10-251-4/+9
* avformat/bintext: avoid division by zeroPaul B Mahol2019-10-251-1/+3
* avformat/tee.c: steal bsf option before passing to fifo muxerJun Li2019-10-251-4/+11
* avformat/mpeg: Don't free unintialized pointerAndreas Rheinhardt2019-10-241-1/+1
* avformat/icoenc: Add deinit functionAndreas Rheinhardt2019-10-241-2/+8
* avformat/aiffenc: Use better error codesAndreas Rheinhardt2019-10-241-3/+3
* avformat/mpeg: Add padding to extradataAndreas Rheinhardt2019-10-241-7/+5
* avformat/mpeg: move the header_str free into end labelSteven Liu2019-10-221-2/+2
* avformat/segafilmenc: remove unneeded codeSteven Liu2019-10-221-2/+0
* avformat/matroskaenc: CosmeticsAndreas Rheinhardt2019-10-211-18/+18
* avformat/matroskaenc: Use more appropriate function nameAndreas Rheinhardt2019-10-211-10/+8
* avformat/matroskaenc: Remove redundant assertAndreas Rheinhardt2019-10-211-1/+1
* avformat/matroskaenc: Move track-related fields to mkv_trackAndreas Rheinhardt2019-10-211-26/+15
* avformat/matroskaenc: Use ffio_free_dyn_bufAndreas Rheinhardt2019-10-211-17/+6
* avformat/matroskaenc: Fix memleak upon failureAndreas Rheinhardt2019-10-211-18/+16
* avformat/oggenc: free buffered page lists while uninitializing the muxerJames Almer2019-10-211-0/+9
OpenPOWER on IntegriCloud