]> git.sesse.net Git - ffmpeg/history - libavformat
avformat/dashdec: Fix memleaks on error to add representation to dynarray
[ffmpeg] / libavformat /
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix memleaks on error to add represen...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix leak of representation languages
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix leak of string on error when...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix leak of representation on error
2020-09-21 Andreas Rheinhardtavformat/dashdec: Remove unused index of representation
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix memleaks upon read_header failure
2020-09-21 Andreas Rheinhardtavformat/dashdec: Check allocation of AVProgram
2020-09-21 Andreas Rheinhardtavformat/dashdec, hls: Update correct pointer to AVDict...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix leak of AVDictionary on error
2020-09-21 Andreas Rheinhardtavformat/dashdec: Free subtitle representations on...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Free strings as soon as they aren...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Don't overwrite and leak old initiali...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Don't leave representation in inconsi...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Remove dead code
2020-09-21 Andreas Rheinhardtavformat/dashdec: Avoid double free on error
2020-09-20 Andreas Rheinhardtavformat/aaxdec: Fix potential integer overflow
2020-09-20 Andreas Rheinhardtavformat/swf: Separate mux and demux contexts
2020-09-20 Michael Niedermayeravformat/wc3movie: Cleanup on wc3_read_header() failure
2020-09-20 Michael Niedermayeravformat/wc3movie: Move wc3_read_close() up
2020-09-20 Zhao Zhiliavformat/mov: fix typo in comments
2020-09-20 Andreas Rheinhardtavformat/tedcaptionsdec: Fix leak of AVBPrint upon...
2020-09-20 Zane van Iperenavformat/argo_brp: don't pass AVStream into avpriv_requ...
2020-09-20 Zane van Iperenavformat/argo_brp: set BVID packet duration
2020-09-20 Zane van Iperenavformat/argo_brp: handle multiple BASF blocks
2020-09-20 Zane van Iperenavformat/argo_brp: make sure stream ids match
2020-09-20 Zane van Iperenavformat/argo_brp: cleanup 'goto fail's
2020-09-20 Zane van Iperenavformat/argo_brp: remove an allocation
2020-09-20 Zane van Iperenavformat/argo_asf: cosmetics
2020-09-20 Zane van Iperenavformat/argo_asf: fix enforcement of chunk count
2020-09-20 Andreas Rheinhardtavformat/swfdec: Avoid unnecessary skip
2020-09-20 Andreas Rheinhardtavformat/swfenc: Fix memleak upon write_header error
2020-09-19 Andreas Rheinhardtavformat/rmdec: Fix potential crash on allocation failure
2020-09-19 Andreas Rheinhardtavformat/rmdec: Actually return value < 0 on read_heade...
2020-09-19 Andreas Rheinhardtavformat/avidec: Fix memleak when error happens after...
2020-09-19 Zane van Iperenavformat/argo_{asf,brp}: use variable frame sizes when...
2020-09-18 Michael Niedermayeravformat/3dostr: Check remaining buffer in probe before...
2020-09-18 Paul B Maholavformat: add CRI AAX demuxer
2020-09-18 Paul B Maholavformat: add DAT CCTV demuxer
2020-09-17 Paul B Maholavformat/3dostr: make probing more robust
2020-09-17 Harry Mallonavformat/mxfdec: Read Apple private Content Light Level...
2020-09-17 Harry Mallonavformat/mxfenc: Write Mastering Display Colour Volume...
2020-09-17 Harry Mallonavformat/mxfdec: Read Mastering Display Colour Volume...
2020-09-16 Zane van Iperenavformat/argo_asf: initialise file header inline
2020-09-15 James Almeravformat/argo_asf: add missing avformat.h include
2020-09-15 James Almeravcodec/packet: move AVPacketList definition and functi...
2020-09-14 Zane van Iperenavformat: add Argonaut Games BRP demuxer
2020-09-14 Zane van Iperenavformat/argo_asf: add ASF_MIN_BUFFER_SIZE #define
2020-09-14 Zane van Iperenavformat/argo_asf: split functionality into a header
2020-09-14 Zane van Iperenavformat/argo_asf: bail if invalid tag
2020-09-13 Marton Balintavformat: use av_timecode_make_smpte_tc_string2
2020-09-13 Paul B Maholavformat: add Square SVS demuxer
2020-09-13 Paul B Maholavformat/moflex: make seeking more useful
2020-09-13 Paul B Maholavformat/flic: add support for seeking to start
2020-09-13 Paul B Maholavcodec/cdgraphics: fix decoded output when seeking...
2020-09-13 Michael Niedermayeravformat/cdg: Fix integer overflow in duration computation
2020-09-12 Paul B Maholavformat/brstm: remove custom allocation of table to...
2020-09-12 Paul B Maholavformat/brstm: fix decoding brstm with custom coeff...
2020-09-12 Jun Zhaolavf/mov: Remove redundant code
2020-09-11 Andreas Rheinhardtavformat/utils: Avoid duplicating extradata from extrac...
2020-09-10 Paul B Maholavformat/brstm: clip timestamp when seeking into accept...
2020-09-10 Paul B Maholavformat/mca: clip timestamp when seeking into acceptab...
2020-09-10 Zixing Liuavformat: add mca demuxer
2020-09-10 Andreas Rheinhardtavformat/segment: Avoid duplicating string when parsing...
2020-09-10 Andreas Rheinhardtavformat/segment: Fix error messages
2020-09-10 Andreas Rheinhardtavformat/segment: Remove redundant code for freeing...
2020-09-10 Andreas Rheinhardtavformat/segment: Free SegmentListEntries in deinit...
2020-09-10 Andreas Rheinhardtavformat/segment: Fix leak and invalid free of AVIOContext
2020-09-10 Andreas Rheinhardtavformat/segment: Fix leak of string on error
2020-09-10 Andreas Rheinhardtavformat/segment: Fix segfault when error happens and...
2020-09-10 Andreas Rheinhardtavformat/segment: Fix segfault on allocation error...
2020-09-10 Andreas Rheinhardtavformat/segment: Fix leak of duration/framenumber...
2020-09-10 Andreas Rheinhardtavformat/segment: Don't overwrite AVCodecParameters...
2020-09-07 Michael Niedermayeravformat/electronicarts: change non failure return...
2020-09-07 Michael Niedermayeravformat/electronicarts: Check if there are any streams
2020-09-07 Zane van Iperenavformat/argo_asf: fix handling of v1.1 files
2020-09-05 Michael Niedermayeravformat/avidec: Fix io_fsize overflow
2020-09-05 Jan Ekströmavformat/dashdec: drop arbitrary DASH manifest size...
2020-09-05 Carl Eugen Hoyoslavf/img2dec: Auto-detect Kodak Photo CD image files.
2020-09-04 Andreas Rheinhardtavformat/yuv4mpegenc: Add const where appropriate
2020-09-04 Andreas Rheinhardtavformat/yuv4mpegenc: Simplify writing global and packe...
2020-09-04 Paul B Maholavcodec: add PhotoCD decoder
2020-09-03 James Almeravformat/yuv4mpegenc: simplify writing the header
2020-09-03 Derek Buitenhuisavformat/mov: Stash mfra size if we're reading it anyway
2020-09-03 Derek Buitenhuisavformat/mov: Only read the mfra size once during sidx...
2020-09-03 Derek Buitenhuisavformat/mov: Do not try and seek to an mfra if the...
2020-09-03 Derek Buitenhuisavformat/mov: Fix return type used for av_seek in mfra...
2020-09-03 Paul B Maholavformat: add MODS demuxer
2020-09-03 Paul B Maholavformat: add moflex demuxer
2020-09-03 Paul B Maholavformat/musx: improve probing
2020-09-01 Paul B Maholavformat/wavdec: add support for chapters
2020-09-01 Paul B Maholavformat/wavdec: allow to change max size of single...
2020-09-01 Paul B Maholavformat/wavdec: add support for demuxing Broadcast...
2020-08-31 Chris Micelilibavformat/dashenc: Reduce confusion in par error...
2020-08-30 Marvin Scholzadtsenc: Add ability to write MPEG2 ID
2020-08-29 Harry Mallonlibavformat/mxfenc: color_range should be inclusive
2020-08-29 Harry Mallonavformat/mxfdec: Read video range from CDCIEssenceDescr...
2020-08-28 Dale Curtisavformat/mov: See if mfra makes up the difference for...
2020-08-26 Limin Wangavformat/mpegtsenc: reindent the code
2020-08-26 Limin Wangavformat/mpegtsenc: add registration descriptor for...
2020-08-25 Carl Eugen Hoyoslavf/rtpdec_jpeg: Fix JFIF version.
next