]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/matroska.c
Add @code/@endcode commands to markup C code in av_tree_insert() doxy.
[frescor/ffmpeg.git] / libavformat / matroska.c
2009-03-30 aurelmatroska: add support for MLP and TRUEHD codec tags
2009-03-01 aureladd missing const qualifiers for metadata_conv in AV...
2008-12-12 aurelmatroska: sort codec tags list
2008-12-12 aurelmatroska: add dirac support (patch by Kurtnoise kurtno...
2008-09-01 aurelmatroska: add E-AC-3 support
2008-08-20 aurelmatroska: add support for most variants of PCM
2008-08-05 aurelmatroskadec: remove useless comments in ff_mkv_codec_tags
2008-07-27 aurelmatroska: add support for A_QUICKTIME/QDM2 codec
2008-01-27 aurelAdd support for Matroska attachments.
2008-01-07 aurelMake ff_mkv_codec_tags lie entirely in .rodata section.
2007-12-29 aurelexport raw SSA tracks with their own codec ID (patch...
2007-12-02 reimarMake ff_mkv_codec_tags array const, it is never written.
2007-09-06 conradUse V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
2007-08-24 conradAdd V_SNOW
2007-07-25 aureluse the most appropriate codec id for A_MPEG/L1 and L2
2007-07-25 aurelreorder matroska codec tags so that the encoder picks...
2007-07-16 aureladd support for S_ASS and S_SSA codec string
2007-07-11 aureladd support for ASS like subtitles in Matroska
2007-07-11 aureladd support for Matroska subtitle tracks
2007-06-04 aureladd support for real audio in matroska
2007-06-04 aurelsplit some common code from the mkv demuxer that will...
2007-04-15 aureladd an enum for need_parsing
2007-04-10 aurelcosmetics: indentation
2007-04-09 aureladd support for seeking to a keyframe instead of a...
2007-04-09 aureladd an intermediate variable (prepare for next patch)
2007-04-09 aureladd support for seeking in matroska files
2007-04-09 aurelmove matroska_find_track_by_num() upper in the file
2007-04-09 aurelcluster position is relative to segment_start
2007-04-09 aurelproperly set streams start_time
2007-04-09 aurelremove unused context field
2007-04-09 aurelremove wrong and no more used packet reordering code
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-03-25 aureladd support for V_THEORA into Matroska
2007-03-15 aureldisable pts reordering code and initialize a parser...
2007-03-13 aurelremove outdated comment
2007-03-13 aurelremove no more needed parameters
2007-03-13 aurelset pkt->duration for laced packets too
2007-03-13 aurelcalculate pts for laced packets
2007-03-13 aurelcalculate default_duration for AAC tracks
2007-03-13 aurelscale duration and default_duration
2007-03-12 aurelmove timecode calculation out of laces loop
2007-03-11 aurelcosmetic: indent after last commit
2007-03-11 aurelreorder pts of packets from tracks using V_MPEG* codecs
2007-03-11 aurelrevert r7181
2007-03-11 aurelcheck if current block contains a B frame and gives...
2007-03-11 aurelextract ebml_read_binary() out of matroska_parse_block()
2007-03-11 aurelreindent after last commit
2007-03-11 aurelparse clusters until some packets are queued
2007-03-11 aurelfix a stupid bug in ebml_read_sint()
2007-03-11 aureluse codec_get_id() instead of deprecated codec_get_...
2007-03-02 aureldon't rely on a specific appearance order for ebml...
2007-03-02 aureladd support for simple blocks (ie. matroska v2)
2007-03-01 aurelcosmetics: fix indentation of the new matroska_parse_bl...
2007-03-01 aurelsplit a matroska_parse_block() function from matroska_p...
2007-03-01 aurelfix an off-by-one error in probing function
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-28 aurelmatroska: scale timecode according to time_scale
2006-11-23 aurelNo need for special trick anymore for flac in matroska.
2006-11-21 aureladd support for FLAC in matroska
2006-11-20 aureladd support for tta in matroska
2006-11-20 aurelcosmetics: reindent after last commit
2006-11-20 aurelmatroska: split real video frames so that each packet...
2006-11-20 aurelmatroska: properly handle real video extradata
2006-11-20 aurelsimplify free()+set to NULL using av_freep()
2006-11-12 aurelAllows playback of truncated matroska files.
2006-11-11 aurelFix wrong comment.
2006-11-11 aurelAdd A_AAC codec identifier support in matroska.
2006-11-09 bcoudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-08 aureladd support for AAC in matroska
2006-11-08 aureladd audio output sampling freqency reading in matroska
2006-11-08 aurelBetter way to detect cluster (fix files encoded with...
2006-11-07 aurelAllow reading matroska title.
2006-11-06 aurelcosmetics: reindent after last commit
2006-11-06 aurelDon't need to check for NULL before av_free().
2006-11-06 aurelAdd support for block duration.
2006-11-06 aurelEnsure codec_id = CODEC_ID_NONE for unknown codecs...
2006-11-06 aurelguess matroska files frame rate
2006-11-06 gpoirierremove floats in 10 bytes/byte support (no version...
2006-11-06 kostyaWavPack support in Matroska
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrufix some signedness warnings
2006-07-12 mrumove common stuff from avienc.c and wav.c to new file...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-17 diegoAdd (mostly) const to variable and parameter declaratio...
2006-06-16 mrufree codec extradata in av_close_input_file
2006-03-25 michaeldont set random timestamps if they are not known
2006-03-25 michaelfixing timebase
2006-03-25 diegoRename time variable to the more descriptive block_time.
2006-03-22 michaelduration and subitle fix from the patch by Steve Lhomme
2006-03-22 michaelcleanup codec_id mapping (untested)
2006-03-22 michaelfix aspect ratio
2006-01-30 mruadd missing #includes
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-17 michaeltotal == 0 seems like it should be valid (based upon...
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-07-19 michaelmore non portable float parsing code ...
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
next