]> git.sesse.net Git - ffmpeg/history - libavformat
avformat/matroskaenc: Use ffio_free_dyn_buf
[ffmpeg] / libavformat /
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
2019-10-07 Andreas Rheinhardtavformat/flac_picture: Avoid allocation of AVIOContext
2019-10-06 Michael Niedermayeravformat/subtitles: Check nb_subs in ff_subtitles_queue...
2019-10-06 Andreas Rheinhardtavformat/mpjpegdec: Avoid allocation of AVIOContext
2019-10-06 James Almeravformat/matroskaenc: use r_frame_rate as fallback...
2019-10-06 James Almeravformat/matroskadec: don't rescale mastering display...
2019-10-05 Paul B Maholavformat/mpeg: better fix for MLP versus PCM-DVD misdet...
2019-10-04 Andreas Rheinhardtavformat/matroskadec: Fix demuxing ProRes
2019-10-03 Andreas Rheinhardtavformat/aiffenc: Remove wrong and redundant check
2019-10-03 Andreas Rheinhardtavformat/aiffenc: Fix potential memleak upon failure
2019-10-03 Andreas Rheinhardtavformat/aiffenc: Use standard packet list functions
2019-10-01 Michael Niedermayeravformat/electronicarts: If no packet has been read...
2019-10-01 Carl Eugen Hoyoslavf/avio: Print https warning also for avio_find_proto...
2019-09-30 Jun Zhaolavf/utils: support duration estimate method dump
2019-09-30 Jun Zhaolavf/utils: Cosmetics: fix indentation for estimate_timings
2019-09-30 Jun Zhaolavf/utils: correct the duration estimation method...
2019-09-30 Jun Zhaolavf/nutdec: add logging context to log
2019-09-30 Jun Zhaolavf/utils: change the log level to warning if can...
2019-09-28 Andreas Rheinhardtavformat/utils: Remove unnecessary initializations
2019-09-28 Andreas Rheinhardtavformat/utils: Improve parsing packets
2019-09-28 Andreas Rheinhardtavformat/utils: Avoid copying packets unnecessarily
2019-09-28 Andreas Rheinhardtavformat/utils: Don't create unnecessary references
2019-09-28 Andreas Rheinhardtavformat/utils: Fix memleaks II
2019-09-28 Andreas Rheinhardtavformat/utils: Don't initialize in loops
2019-09-27 Ross Nicholsonlibavformat/rtsp: return error if rtsp_hd_out is null...
2019-09-27 James Almeravformat: use avpriv_mpeg4audio_get_config2()
2019-09-27 Paul B Maholavformat/dhav: fix demuxer since recent breakage
2019-09-27 Paul B Maholavformat/g729dec: set packet duration and correctly...
2019-09-27 Paul B Maholavformat/nut: add pcm_s64 support
2019-09-26 James Almeraformat/movenc: add missing padding to output track...
2019-09-26 Andreas Rheinhardtavformat/movenc: Fix undefined shift
2019-09-26 Andreas Rheinhardtavformat/utils: ensure that all packets in AVPacketList...
2019-09-25 Andreas Rheinhardtavformat/utils: Move the reference to the packet list
2019-09-25 James Almeravformat/utils: unref packet on AVInputFormat.read_pack...
2019-09-25 Andreas Rheinhardtavformat/utils: Fix memleaks
2019-09-25 Andreas Rheinhardtavformat/utils: Assert that stream_index is valid
2019-09-25 Jun Lilavf/mov: Fix timestamp rescale on sidx atom
2019-09-25 Paul B Maholavformat/sdsdec: fix undefined behaviour
2019-09-25 Paul B Maholavformat/aiffdec: fix signed integer overflow
2019-09-25 Jun Zhaolavf/4xm: fix memory leak in error handing path
2019-09-24 Michael Niedermayeravformat/utils: Do not assume duration is non negative...
2019-09-24 Michael Niedermayeravformat/vividas: Test size and packet numbers a bit...
2019-09-24 Michael Niedermayeravformat/vividas: Check n_sb_blocks against input space
2019-09-23 Moritz Barsnickavformat/hashenc: fix incorrect use of av_mallocz_array()
2019-09-23 vectronicavformat/dashdec: fix segfault when parsing segmentlist
2019-09-23 vectronicavformat/dashdec: fix pointer being freed was not allocated
2019-09-22 Paul B Maholavformat/y4m: do not try to seek if pts is less than 0
2019-09-21 James Almeravformat/latmenc: fix context used for logging
next