aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mkv.c
Commit message (Expand)AuthorAge
* Native MPEG4 SP/ASP/AP support in Matroska.Gravatar rathann2006-07-22
* more c++ decl crapGravatar rfelker2006-07-10
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.Gravatar eugeni2006-07-07
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* feed any audio track present in the mux; switch to any of the available audio...Gravatar nicodvb2006-06-19
* Change free_sh_audio() to take demuxer and stream id as parametersGravatar uau2006-06-14
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa...Gravatar gpoirier2006-05-14
* Unconditionally compile the Matroska demuxer.Gravatar diego2006-05-08
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Do not give bogus timestamps for laced packets with no default duration. Patc...Gravatar mosu2006-04-24
* 10l, keyframes must have tag 0x10, not 1.Gravatar reimar2006-04-14
* Fix RealAudio codecs (add descrambling)Gravatar rtognimp2006-04-03
* Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Gia...Gravatar mosu2006-03-22
* Add audio_delay argument to demux_mkv_seek.Gravatar corey2006-02-27
* Improved handling of text subs in Matroska files with adjacent newlines (\N) ...Gravatar mosu2006-01-04
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* sort timestamps instead of assuming conventional B-frame order. (fixes x264 B...Gravatar lorenm2005-11-05
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Added support for A_AAC.Gravatar mosu2005-10-22
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of reference...Gravatar mosu2005-08-24
* Demuxer modularizationGravatar rtognimp2005-08-05
* demux_stream_t.pts should not be assigned by the demuxer. Fixes playback of V...Gravatar mosu2005-06-09
* Do not switch to audio tracks whose codec private data differs from the main ...Gravatar mosu2005-05-21
* Reset the saved max_pts used for timecode reordering after seeking. Otherwise...Gravatar mosu2005-05-19
* removed unused variablesGravatar nicodvb2005-05-14
* vorbis extradata is now passed from demuxer to decoder in matroska's wayGravatar nicodvb2005-05-12
* adds a parameter to the switch_audio command to directly select a track.Gravatar reimar2005-04-28
* Online audio switching now supports Matroska too. Patch by Michael BehrischGravatar gpoirier2005-04-13
* Fix the ogg fourcc nightmare!!!Gravatar rfelker2005-02-27
* Handle missing palettes in the info part of VobSubs in Matroska files correct...Gravatar mosu2005-01-21
* More support for AVC in Matroska.Gravatar mosu2005-01-16
* set sub_utf8 only when actually using mkv subtitles, will break externalGravatar reimar2005-01-16
* Move generic length and percent pos calculation to demuxer.cGravatar reimar2005-01-15
* Do not access word-sized elements on potentially unaligned memory addresses. ...Gravatar mosu2005-01-13
* Call subcp_close when closing the demuxerGravatar reimar2005-01-11
* Support for AVC in Matroska.Gravatar mosu2005-01-11
* Make use of the default duration for one frame if it is present in the file. ...Gravatar mosu2004-11-28
* Added support for MPEG-1 and MPEG-2 in Matroska.Gravatar mosu2004-11-26
* Output more information about vids, aids, sids, alangs and slangs with -ident...Gravatar mosu2004-11-25
* DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce...Gravatar mosu2004-10-30
* fix sub_select fiasco with global sub numbering. now multiple sub sources ca...Gravatar joey2004-09-28
* With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->s...Gravatar mosu2004-09-21
* fix playback of files with displaysize not set (aspect was set to NaN for these)Gravatar reimar2004-09-18
* Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.Gravatar mosu2004-09-12
* Cosmetics: fix some compiler warnings.Gravatar mosu2004-08-25