]> git.sesse.net Git - ffmpeg/history - libavformat/matroskadec.c
avpacket: Replace av_free_packet with av_packet_unref
[ffmpeg] / libavformat / matroskadec.c
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-09-29 wm4lavc: Make AVPacket.duration int64, and deprecate conve...
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-11 Luca Barbatoriff: Use the correct logging context
2015-05-12 Vittorio Giovaramkv: Print unsupported mov tags when found
2015-04-18 Thomas Guillemmatroskadec: fix crash when parsing invalid mkv
2015-04-08 wm4matroskadec: export cover art correctly
2015-03-12 Vittorio Giovaramatroskadec: Check memory allocations
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2014-12-15 Xiaohan Wangmatroskadec: Fix read-after-free in matroska_read_seek()
2014-10-24 Vittorio Giovaramatroskadec: check return values
2014-10-24 Vittorio Giovaramatroskadec: fix leak on error
2014-08-28 Vittorio Giovaramatroskadec: parse stereo mode on decoding
2014-08-28 Vittorio Giovaramatroska: list supported extensions
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-07-29 Luca Barbatomatroska: Register mime types
2014-07-02 Michael Niedermayermatroskadec: Fix a double negation typo
2014-06-22 Diego BiurrunReplace av_malloc() and memset(0) by av_mallocz()
2014-05-28 Anton Khirnovmatroskadec: parse the channel layout mask for FLAC
2014-05-28 Anton Khirnovmatroskadec: export just the STREAMINFO block as FLAC...
2014-05-28 Anton Khirnovmatroskadec: split parsing tracks into a separate function
2014-04-30 Anton Khirnovmatroskadec: read the CodecDelay element
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2014-03-07 Diego Biurrunmatroskadec: cosmetics: Fix "attachement" vs. "attachme...
2014-03-07 Keiji Costantinimatroskadec: K&R formatting cosmetics
2013-11-21 Aurelien Jacobsmatroskadec: use correct compression parameters for...
2013-11-21 Anton Khirnovmatroskadec: pad EBML_BIN data.
2013-10-31 Yusuke Nakamuramatroskadec: Support HEVC demuxing
2013-09-24 Anton Khirnovmatroskadec: check av_strdup() when setting defaults
2013-09-17 Martin Storsjömatroskadec: Verify realaudio codec parameters
2013-09-10 Alexandra Khirnovaavformat: Use av_reallocp_array() where suitable
2013-09-03 Martin Storsjömatroskadec: Check that .lang was allocated and set...
2013-06-10 Sean McGovernmatroskadec: introduce resync function.
2013-05-28 Anton Khirnovmatroskadec: export full wavpack blocks.
2013-05-27 Anton Khirnovmatroskadec: silently skip CodecState element.
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-04-03 Luca Barbatomatroska: pass the lace size to the matroska_parse_rm_audio
2013-04-03 Luca Barbatomatroska: fix a corner case in ebml-lace parsing
2013-04-03 Dale Curtismatroska: Update the available size after lace parsing
2013-03-12 Luca Barbatomatroskadec: request a read buffer for the wav header
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-01-10 Dale Curtismatroska: Fix use after free
2012-11-02 Anton Khirnovmatroskadec: do not use avpacket internals
2012-10-25 Diego Biurrunavutil: Make LZO decoder code configure-time selectable
2012-10-15 Diego Biurrunrmdec: Move SIPR code shared with Matroska demuxer...
2012-09-21 Anton Khirnovmatroskadec: fix a sanity check.
2012-09-21 Anton Khirnovmatroskadec: only return corrupt packets that actually...
2012-09-19 Luca Barbatomatroskadec: properly support BlockDuration
2012-09-19 Luca Barbatomatroskadec: split frame parsing
2012-09-19 Luca Barbatomatroskadec: split laces parsing
2012-09-19 Luca Barbatomatroska: implement support for ProRes
2012-09-19 Moritz Bunkusmatroska: implement support for ALAC
2012-09-19 Luca Barbatomatroskadec: validate lace_size when parsed
2012-09-19 Luca Barbatomatroskadec: return meaningful errors in matroska_decod...
2012-09-19 Dale Curtismatroskadec: fix incorrect unsigned->signed conversion
2012-09-19 Luca Barbatomatroskadec: refactor matroska_decode_buffer
2012-09-19 Luca Barbatomatroskadec: check realloc in lzo encoding
2012-09-19 Luca Barbatomatroska: honor error_recognition on unknown doctypes
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-07-22 Anton Khirnovmatroskadec: return more correct error code on read...
2012-07-09 Anton Khirnovmatroskadec: honor error_recognition when encountering...
2012-04-30 Luca Barbatomkv: mark corrupted packets and return them
2012-04-30 Luca Barbatomkv: forward EMBL block data error
2012-04-23 Dale Curtismatroska: Clear prev_pkt between seeks.
2012-04-23 Dale Curtismatroska: Add incremental parsing of clusters.
2012-04-18 Mans Rullgardmatroska: do not set invalid default duration if frame...
2012-04-17 Luca Barbatomkv: use av_reduce instead of av_d2q for framerate...
2012-04-17 Luca Barbatomkv: report average framerate as minimal as well
2012-04-13 Dale Curtismatroska: Fix leaking memory allocated for laces.
2012-03-02 Ronald S. Bultjematroska: check buffer size for RM-style byte reordering.
2012-02-25 Ronald S. Bultjematroska: don't overwrite string values until read...
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-02-13 Diego Biurrunmatroskadec: Mark variable as av_unused.
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-25 Alex Conversematroskadec: Pad AAC extradata.
2012-01-05 Chris Evansmatroskadec: Fix a bug where a pointer was cached to...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-05 Diego Biurrunmisc Doxygen markup improvements
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-30 Anton Khirnovmatroskadec: don't set codec timebase.
2011-11-05 Ronald S. Bultjematroskadec: empty blocks are in fact valid.
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpeg4audio symbols...
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-14 Ronald S. Bultjematroskadec: fix out of bounds write
2011-09-27 Michael NiedermayerFix memory (re)allocation in matroskadec.c, related...
2011-09-27 Anton Khirnovmatroskadec: export mimetype of attachments as metadata.
2011-09-15 Dustin Brodymatroskadec: fix typo.
2011-09-15 Dustin Brodymatroskadec: bail on parsing of incorrect seek index...
2011-07-20 Chris Evansmatroskadec: fix integer underflow if header length...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-10 Anton Khirnovmatroskadec: fix stupid typo (!= -> ==)
2011-07-10 Anton Khirnovmatroskadec: reindent
2011-07-10 Aaron Colwellmatroskadec: defer parsing of cues element until we...
next