]> git.sesse.net Git - ffmpeg/history - libavformat/matroska.c
extract ebml_read_binary() out of matroska_parse_block()
[ffmpeg] / libavformat / matroska.c
2007-03-11 Aurelien Jacobsextract ebml_read_binary() out of matroska_parse_block()
2007-03-11 Aurelien Jacobsreindent after last commit
2007-03-11 Aurelien Jacobsparse clusters until some packets are queued
2007-03-11 Aurelien Jacobsfix a stupid bug in ebml_read_sint()
2007-03-11 Aurelien Jacobsuse codec_get_id() instead of deprecated codec_get_...
2007-03-02 Aurelien Jacobsdon't rely on a specific appearance order for ebml...
2007-03-02 Aurelien Jacobsadd support for simple blocks (ie. matroska v2)
2007-03-01 Aurelien Jacobscosmetics: fix indentation of the new matroska_parse_bl...
2007-03-01 Aurelien Jacobssplit a matroska_parse_block() function from matroska_p...
2007-03-01 Aurelien Jacobsfix an off-by-one error in probing function
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-28 Aurelien Jacobsmatroska: scale timecode according to time_scale
2006-11-23 Aurelien JacobsNo need for special trick anymore for flac in matroska.
2006-11-21 Aurelien Jacobsadd support for FLAC in matroska
2006-11-20 Aurelien Jacobsadd support for tta in matroska
2006-11-20 Aurelien Jacobscosmetics: reindent after last commit
2006-11-20 Aurelien Jacobsmatroska: split real video frames so that each packet...
2006-11-20 Aurelien Jacobsmatroska: properly handle real video extradata
2006-11-20 Aurelien Jacobssimplify free()+set to NULL using av_freep()
2006-11-12 Aurelien JacobsAllows playback of truncated matroska files.
2006-11-11 Steve L'HommeFix wrong comment.
2006-11-11 Steve L'HommeAdd A_AAC codec identifier support in matroska.
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-08 Aurelien Jacobsadd support for AAC in matroska
2006-11-08 Aurelien Jacobsadd audio output sampling freqency reading in matroska
2006-11-08 Aurelien JacobsBetter way to detect cluster (fix files encoded with...
2006-11-07 Aurelien JacobsAllow reading matroska title.
2006-11-06 Aurelien Jacobscosmetics: reindent after last commit
2006-11-06 Aurelien JacobsDon't need to check for NULL before av_free().
2006-11-06 Steve L'HommeAdd support for block duration.
2006-11-06 Steve L'HommeEnsure codec_id = CODEC_ID_NONE for unknown codecs...
2006-11-06 Steve L'Hommeguess matroska files frame rate
2006-11-06 Steve L'Hommeremove floats in 10 bytes/byte support (no version...
2006-11-06 Kostya ShishkovWavPack support in Matroska
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-06-16 Måns Rullgårdfree codec extradata in av_close_input_file
2006-03-25 Michael Niedermayerdont set random timestamps if they are not known
2006-03-25 Michael Niedermayerfixing timebase
2006-03-25 Steve L'HommeRename time variable to the more descriptive block_time.
2006-03-22 Steve L'Hommeduration and subitle fix from the patch by Steve Lhomme
2006-03-22 Michael Niedermayercleanup codec_id mapping (untested)
2006-03-22 Michael Niedermayerfix aspect ratio
2006-01-30 Dieteradd missing #includes
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-17 Michael Niedermayertotal == 0 seems like it should be valid (based upon...
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-07-19 Michael Niedermayermore non portable float parsing code ...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-05-13 Måns Rullgårdchange extradata format for vorbis
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-03-11 D Richard Felker IIIPatch from Gianluigi Tiesi (sherpya at netfarm dot...
2005-03-06 Måns RullgårdH.264 and Vorbis support in matroska patch by (Måns...
2005-01-22 Michael Niedermayersupport discarding uninterresting packets
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-07-14 Michael Niedermayerlibdts support by (Benjamin Zores <ben at geexbox dot...
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-07 Alex Beregszasziunknown format char
2004-03-24 Falk Hüffnerwarning patrol
2004-03-12 Michael Niedermayerbig endian compile fix by ("Ronald S. Bultje" <R dot...
2004-03-11 Michael Niedermayermatroska demuxer by ("Ronald S. Bultje" <R dot S dot...