]> git.sesse.net Git - ffmpeg/history - libavformat
avcodec/librav1e: free the RaPacket after using it
[ffmpeg] / libavformat /
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
2019-10-22 Steven Liuavformat/segafilmenc: remove unneeded code
2019-10-22 Andreas Rheinhardtavformat/matroskaenc: Cosmetics
2019-10-22 Andreas Rheinhardtavformat/matroskaenc: Use more appropriate function...
2019-10-22 Andreas Rheinhardtavformat/matroskaenc: Remove redundant assert
2019-10-22 Andreas Rheinhardtavformat/matroskaenc: Move track-related fields to...
2019-10-21 Andreas Rheinhardtavformat/matroskaenc: Use ffio_free_dyn_buf
2019-10-21 Andreas Rheinhardtavformat/matroskaenc: Fix memleak upon failure
2019-10-21 James Almeravformat/oggenc: free buffered page lists while uniniti...
2019-10-21 James Almeravformat/flacenc: add a deinit function
2019-10-21 James Almeravformat/mp3enc: add init and deinit functions
2019-10-21 James Almeravformat/ttaenc: add a deinit function
2019-10-21 James Almeravformat/avienc: add deinit function
2019-10-21 James Almeravformat: call AVOutputFormat->deinit() when freeing...
2019-10-20 Michael Niedermayeravformat/pjsdec: Check duration for overflow
2019-10-20 James Almeravformat/options: don't call avformat_free_context...
2019-10-19 James Almeravformat/nutenc: free all missing dynamic AVIOContext...
2019-10-19 Steven Liuavformat/sapdec: check av_strdup() return value and...
2019-10-19 Steven Liuavformat/mvdec: check av_strdup() return value
2019-10-19 Steven Liuavformat/mtv: check av_strdup() return value
2019-10-19 Steven Liuavformat/mpeg: check av_strdup() return value
2019-10-19 Steven Liuavformat/libsrt: check av_strdup() return value and...
2019-10-19 Steven Liuavformat/hlsenc: check av_strdup() return value
2019-10-19 Steven Liuavformat/cinedec: check av_strdup() return value
2019-10-19 James Almeravformat/mpegenc: check for stream private data during...
2019-10-18 James Almeravformat/nutenc: don't allocate a dynamic AVIOContext...
2019-10-18 Jun Zhaolavf/hlsenc: fix memory leak
2019-10-17 Andreas Rheinhardtavformat/mpegenc: Fix memleaks and return values
2019-10-16 Michael Niedermayeravformat/shortendec: Check k in probe
2019-10-16 Andriy Gelmanavformat/chromaprint: Fix writing raw fingerprint
2019-10-15 James Almeravformat/latmenc: abort if no extradata is available
2019-10-14 Andriy Gelmanavformat/chromaprint: improve logging message
2019-10-14 Andriy Gelmanavformat/chromaprint: Fix fp_format option
2019-10-13 Andreas Rheinhardtavformat/Makefile: Fix aiffdec replaygain dependency
2019-10-12 Matthieu Bouronavformat/mov: parse sdtp atom and set the pkt disposabl...
2019-10-12 Moritz Barsnickavformat/mpjpegdec: ensure seekback for latest chunk
2019-10-12 Moritz Barsnickavformat/mpjpegdec: fix strict boundary search string
2019-10-12 Moritz Barsnickavformat/mpjpegdec: fix finding multipart boundary...
2019-10-11 James Almeravformat/dv: free all allocated structs on dv_read_head...
2019-10-10 Steven Liuavformat/iff: fix memleak when get st->codecpar->extrad...
2019-10-10 Steven Liuavformat/jvdec: fix memleak when read_header failed
2019-10-09 Raphaël Zumeravformat/ivfdec: Change the length field to 32 bits
2019-10-09 Raphaël Zumeravformat/ivfenc: Change the length fields to 32 bits
2019-10-09 Raphaël Zumeravformat/ivfenc: Comment the length field encoding...
2019-10-08 Michael Niedermayeravformat/mpsubdec: Clear queue on error
2019-10-08 Andreas Rheinhardtavformat/mpeg: Remove set-but-unused variable
2019-10-08 vectronicavformat/hls: fix missing segment offset reset on last...
2019-10-08 vectronicavformat/hls: pass http offset options to http request
2019-10-08 vectronicavformat/http: add ff_http_do_new_request2 for options
2019-10-08 Limin Wangavformat/hlsenc: replace with av_freep for all av_free
2019-10-08 Limin Wangavformat/hlsenc: replace with av_dirname to get the...
2019-10-08 Limin Wangavformat/hlsenc: remove the unnecessary null pointer...
2019-10-08 Steven Liuavformat/mms: add logging context to log
2019-10-08 Steven Liuavformat/mmst: add logging context to log
2019-10-08 Steven Liuavformat/network: add logging context to log
2019-10-08 Steven Liuavformat/avidec: add logging context to log
2019-10-08 Steven Liuavformat/rtmpptoto: add logging context to log
2019-10-08 Steven Liuavformat/udp: add logging context to log
2019-10-08 Steven Liuavformat/hlsenc: add logging context to log
next