]> git.sesse.net Git - ffmpeg/history - libavformat
tools/target_dec_fuzzer: Support fuzzing error detection
[ffmpeg] / libavformat /
2019-12-03 Marton Balintavformat/mpegtsenc: add padding to m2ts streams
2019-12-03 Marton Balintavformat/mpegtsenc: factorize writing packet
2019-12-03 Marton Balintavformat/mpegtsenc: move around setting m2ts_mode
2019-12-03 Marton Balintavformat/mpegtsenc: set priority flag for AC3 codecs...
2019-12-03 Marton Balintavformat/mpegtsenc: allow any sensible PID for elementa...
2019-12-03 Linjie Fulibavformat/utils: Fix code indentation
2019-12-01 Michael Niedermayeravformat/mxfdec: Clear metadata_sets_count in mxf_read_...
2019-12-01 Andreas Rheinhardtavformat/flac_picture: Return directly if nothing has...
2019-12-01 Andreas Rheinhardtavformat/flac_picture: Switch to bytestream2 API
2019-12-01 Andreas Rheinhardtavformat/flac_picture: Simplify checks
2019-12-01 Steven Liuavformat/smoothstreamingenc: removed unused check of...
2019-12-01 Steven Liuavformat/rtpenc_mpegts: removed unused check of avforma...
2019-12-01 Steven Liuavformat/hdsenc: removed unused check of avformat_free_...
2019-12-01 Steven Liuavformat/dashenc: remove unused check of avformat_free_...
2019-11-30 James Almeravformat/avc: add missing return error value
2019-11-30 James Almeravformat/avc: fix sps buffer offset when calling ff_avc...
2019-11-29 Andreas Rheinhardtavformat/avio: Use ffurl_closep
2019-11-29 Jun Zhaolavf/vividas: check avformat_new_stream() return
2019-11-28 Andreas Rheinhardtavformat/vividas: Avoid allocation of AVIOContext
2019-11-28 James Almeravformat/avc: write the missing bits in the AVC Decoder...
2019-11-28 Andreas Rheinhardtavformat/movenc: Avoid allocation for small dynamic...
2019-11-28 Andreas Rheinhardtavformat/matroskaenc: Avoid allocation for small dynami...
2019-11-28 Andreas Rheinhardtavformat/id3v2enc: Avoid allocation for small tags
2019-11-28 Andreas Rheinhardtavformat/avc: Avoid allocation for small SPS/PPS arrays
2019-11-28 Andreas Rheinhardtavformat/av1: Avoid allocation for small headers
2019-11-28 Andreas Rheinhardtavformat/apetag: Avoid allocation for small tags
2019-11-28 Andreas Rheinhardtavformat/aviobuf: Avoid allocating buffer when using...
2019-11-28 Andreas Rheinhardtavformat/flacenc: Add const to ff_flac_write_header...
2019-11-27 Paul B Maholavcodec: add mvha video decoder
2019-11-27 Paul B Maholavcodec: add mvdv video decoder
2019-11-27 Steven Liuavformat/hls: correct grammatical errors of m3u8_hold_c...
2019-11-26 Steven Liuavformat/hlsenc: set strict_std_compliance from the...
2019-11-25 Steven Liuavformat/hls: add option for the m3u8 list load max...
2019-11-24 Michael Niedermayeravformat/vividas: Error out on audio packets in the...
2019-11-24 Michael Niedermayeravformat/vividas: Check and require 1 video stream
2019-11-24 Andreas Rheinhardtavformat/matroskaenc: Remove outdated comment
2019-11-24 Andreas Rheinhardtavformat/matroskaenc: Fix potential leak of cached...
2019-11-23 Baptiste Coudurieravformat/mxfenc: simplify d-10 ul handling
2019-11-23 Baptiste Coudurieravformat/mxfenc: simplify dv ul handling
2019-11-23 Baptiste Coudurieravformat/dvenc: support muxing dvcprohd
2019-11-22 Andreas Rheinhardtavformat/av1: Fix leak of dynamic buffer in case of...
2019-11-20 Michael Niedermayeravformat/vividas: Add EOF check in val_1 loop in track_...
2019-11-20 Andreas Rheinhardtavformat/matroskadec: Fix default value of BlockAddID
2019-11-17 Andreas Rheinhardtavformat/flacdec: Remove useless packet
2019-11-17 Carl Eugen Hoyoslavf/Makefile: Specify sln demuxer requirements.
2019-11-17 Jun Zhaolavf/rtmpproto: fix the playpath truncation if the...
2019-11-16 Limin Wangavformat/mp3dec: Check for occurances of headers within...
2019-11-16 Michael Niedermayeravformat/mp3dec: Check that the frame fits within the...
2019-11-16 Zhao Zhiliavformat/mov: fix typo in help text
2019-11-16 James Almeravformat/av1dec: simplify annexb_probe()
2019-11-14 Andreas Rheinhardtavformat/av1dec: Redo flushing of bsf
2019-11-13 Andreas Rheinhardtavformat/id3v2: Avoid av_strdup for key and value of...
2019-11-13 Baptiste Coudurieravformat/mxfenc: correctly set width values for dvcprohd
2019-11-13 Limin Wangavformat/hlsenc: free the original malloc pointer to...
2019-11-13 Steven Liuavformat/hls: continue to play enabled playlist when...
2019-11-13 James Almeravformat: add an AV1 Annex B demuxer
2019-11-11 Limin Wangavformat/mp3dec: replace SAME_HEADER_MASK with MP3_MASK
2019-11-11 Limin Wangavformat/mp3dec: cosmetics
2019-11-09 Michael Niedermayeravformat/flvenc: Check pts for mpeg4/h264 (which need...
2019-11-09 Michael Niedermayeravformat/vividas: Fix n_sb_blocks Check
2019-11-09 Steven Liuavformat/mlvdec:drop unnecessary check before ff_format...
2019-11-08 Michael Niedermayeravformat/mxfdec: cleanup on "essence prior to first...
2019-11-08 Jun Zhaolavf/dashdec: drop unnecessary check before ff_format_i...
2019-11-08 Jun Zhaolavf/dashenc: enable probesize/max_analyze_duration...
2019-11-08 Jun Zhaolavf/hls: support probesize/max_analyze_duration when...
2019-11-08 Jun Zhaolavf/flvenc: Cosmetics: fix indentation
2019-11-08 Jun Zhaolavf/mov: add log context dump in log message
2019-11-08 Jun Zhaolavf/hls: fix the log context setting in log message
2019-11-05 Michael Niedermayeravformat/nutenc: Do not pass NULL to memcmp() in get_ne...
2019-11-04 Lou Loganavformat/Makefile: add missing pcm dependency to sdx...
2019-11-04 Lou Loganavformat/Makefile: add missing pcm dependency to nsp...
2019-11-04 Lou Loganavformat/Makefile: add missing pcm dependency to hcom...
2019-11-04 Jun Zhaolavf/asfdec: Simplify the check conditions
2019-11-04 Jun Zhaolavf/mpegtsenc: fix logic check error
2019-11-03 Nicolas Frattaroliavformat/ftp: add AVOptions for authentication
2019-11-03 Andriy Gelmanavformat: Add max_probe_packets option
2019-11-01 Mattias Wadmanlibavformat/flacenc: reject too big picture blocks
2019-10-31 Limin Wangavformat/hlsenc: fix the av_dirname path isn't include...
2019-10-30 Andreas Rheinhardtavformat/apngenc: Add deinit function
2019-10-30 Philip Langdaleavformat/hls: Set AVFMT_TS_DISCONT flag on HLS input...
2019-10-29 Andreas Rheinhardtavformat/dss: Remove superfluous headers
2019-10-28 Steven Liuavformat/wc3movie: fix memleak when read content size...
2019-10-28 Steven Liuavformat/swfdec: fix memleak when inflateInit failed
2019-10-28 Steven Liuavformat/smacker: fix memleak when avformat_new_stream...
2019-10-28 Steven Liuavformat/rtmpproto: fix memleak when open rtmp failed
2019-10-28 Steven Liuavformat/rl2: fix memleak when read end of file
2019-10-28 Steven Liuavformat/mpc8: fix memleak when seek table too big
2019-10-28 Steven Liuavformat/libmodplug: fix memleak when load modplug...
2019-10-28 Steven Liuavformat/hlsenc: move freep segment from sls_flags_file...
2019-10-25 Andreas Rheinhardtavformat/avienc: Remove superfluous header
2019-10-25 Andreas Rheinhardtavformat/avidec: Remove superfluous header
2019-10-25 Andreas Rheinhardtavformat/asfenc: Remove unnecessary header
2019-10-25 Andreas Rheinhardtavformat/aiffenc: Add deinit function
2019-10-25 Paul B Maholavformat/bintext: avoid division by zero
2019-10-25 Jun Liavformat/tee.c: steal bsf option before passing to...
2019-10-24 Andreas Rheinhardtavformat/mpeg: Don't free unintialized pointer
2019-10-24 Andreas Rheinhardtavformat/icoenc: Add deinit function
2019-10-24 Andreas Rheinhardtavformat/aiffenc: Use better error codes
2019-10-24 Andreas Rheinhardtavformat/mpeg: Add padding to extradata
2019-10-22 Steven Liuavformat/mpeg: move the header_str free into end label
next