| Commit message (Expand) | Author | Age | Files | Lines |
* | Add matroska v2 (SimpleBlock) support. | eugeni | 2006-09-25 | 1 | -8/+45 |
* | Fix r19815: mkv_d->duration could be assigned an uninitialized value. | eugeni | 2006-09-13 | 1 | -1/+1 |
* | Fix seeking in Matroska files with non-default TimecodeScale value. | eugeni | 2006-09-12 | 1 | -1/+2 |
* | Fix block duration calculation in mkv demuxer. | eugeni | 2006-09-12 | 1 | -0/+1 |
* | Fix movie duration calculation in case when TimecodeScale element comes after | eugeni | 2006-09-12 | 1 | -5/+9 |
* | Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patch | reimar | 2006-09-03 | 1 | -25/+14 |
* | Add support for rendering matroska plaintext subtitles with libass. | eugeni | 2006-09-02 | 1 | -4/+28 |
* | Matroska subtitles are always utf-8, no need to recode them. | eugeni | 2006-09-02 | 1 | -3/+0 |
* | Fix read beyond the end of allocated memory block. | eugeni | 2006-09-02 | 1 | -1/+1 |
* | Display track names in matroska files. | eugeni | 2006-09-02 | 1 | -1/+25 |
* | Extract "application/x-font" attachments from matroska, in addition | eugeni | 2006-09-01 | 1 | -1/+2 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 | 1 | -13/+16 |
* | SSA/ASS parser reworked, with 2 main results: | eugeni | 2006-08-22 | 1 | -2/+2 |
* | Fix seeking in matroska files when timecodes do not start from zero. | eugeni | 2006-08-18 | 1 | -1/+1 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 | 1 | -33/+50 |
* | Native MPEG4 SP/ASP/AP support in Matroska. | rathann | 2006-07-22 | 1 | -0/+13 |
* | more c++ decl crap | rfelker | 2006-07-10 | 1 | -1/+1 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 1 | -3/+200 |
* | Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h. | eugeni | 2006-07-07 | 1 | -5/+5 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 1 | -3/+3 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 | 1 | -5/+5 |
* | feed any audio track present in the mux; switch to any of the available audio... | nicodvb | 2006-06-19 | 1 | -29/+36 |
* | Change free_sh_audio() to take demuxer and stream id as parameters | uau | 2006-06-14 | 1 | -2/+2 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 | 1 | -0/+3 |
* | fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa... | gpoirier | 2006-05-14 | 1 | -0/+1 |
* | Unconditionally compile the Matroska demuxer. | diego | 2006-05-08 | 1 | -3/+0 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -12/+5 |
* | Do not give bogus timestamps for laced packets with no default duration. Patc... | mosu | 2006-04-24 | 1 | -0/+4 |
* | 10l, keyframes must have tag 0x10, not 1. | reimar | 2006-04-14 | 1 | -1/+1 |
* | Fix RealAudio codecs (add descrambling) | rtognimp | 2006-04-03 | 1 | -10/+151 |
* | Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Gia... | mosu | 2006-03-22 | 1 | -0/+14 |
* | Add audio_delay argument to demux_mkv_seek. | corey | 2006-02-27 | 1 | -3/+3 |
* | Improved handling of text subs in Matroska files with adjacent newlines (\N) ... | mosu | 2006-01-04 | 1 | -8/+14 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -3/+3 |
* | sort timestamps instead of assuming conventional B-frame order. (fixes x264 B... | lorenm | 2005-11-05 | 1 | -6/+14 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -8/+0 |
* | Added support for A_AAC. | mosu | 2005-10-22 | 1 | -1/+12 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 | 1 | -2/+2 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -1/+1 |
* | Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of reference... | mosu | 2005-08-24 | 1 | -2/+2 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -10/+27 |
* | demux_stream_t.pts should not be assigned by the demuxer. Fixes playback of V... | mosu | 2005-06-09 | 1 | -1/+1 |
* | Do not switch to audio tracks whose codec private data differs from the main ... | mosu | 2005-05-21 | 1 | -0/+4 |
* | Reset the saved max_pts used for timecode reordering after seeking. Otherwise... | mosu | 2005-05-19 | 1 | -0/+1 |
* | removed unused variables | nicodvb | 2005-05-14 | 1 | -5/+0 |
* | vorbis extradata is now passed from demuxer to decoder in matroska's way | nicodvb | 2005-05-12 | 1 | -48/+3 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 | 1 | -10/+21 |
* | Online audio switching now supports Matroska too. Patch by Michael Behrisch | gpoirier | 2005-04-13 | 1 | -0/+26 |
* | Fix the ogg fourcc nightmare!!! | rfelker | 2005-02-27 | 1 | -2/+2 |
* | Handle missing palettes in the info part of VobSubs in Matroska files correct... | mosu | 2005-01-21 | 1 | -0/+2 |
* | More support for AVC in Matroska. | mosu | 2005-01-16 | 1 | -0/+5 |
* | set sub_utf8 only when actually using mkv subtitles, will break external | reimar | 2005-01-16 | 1 | -2/+1 |
* | Move generic length and percent pos calculation to demuxer.c | reimar | 2005-01-15 | 1 | -5/+0 |
* | Do not access word-sized elements on potentially unaligned memory addresses. ... | mosu | 2005-01-13 | 1 | -1/+1 |
* | Call subcp_close when closing the demuxer | reimar | 2005-01-11 | 1 | -0/+3 |
* | Support for AVC in Matroska. | mosu | 2005-01-11 | 1 | -0/+11 |
* | Make use of the default duration for one frame if it is present in the file. ... | mosu | 2004-11-28 | 1 | -0/+3 |
* | Added support for MPEG-1 and MPEG-2 in Matroska. | mosu | 2004-11-26 | 1 | -4/+135 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+15 |
* | DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce... | mosu | 2004-10-30 | 1 | -3/+5 |
* | fix sub_select fiasco with global sub numbering. now multiple sub sources ca... | joey | 2004-09-28 | 1 | -0/+20 |
* | With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->s... | mosu | 2004-09-21 | 1 | -10/+10 |
* | fix playback of files with displaysize not set (aspect was set to NaN for these) | reimar | 2004-09-18 | 1 | -0/+2 |
* | Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>. | mosu | 2004-09-12 | 1 | -1/+1 |
* | Cosmetics: fix some compiler warnings. | mosu | 2004-08-25 | 1 | -0/+2 |
* | Display the language code for subtitles from Matroska files. | mosu | 2004-08-24 | 1 | -0/+34 |
* | Support for subtitle switching in Matroska. | mosu | 2004-08-24 | 1 | -9/+104 |
* | fixes a crash and unchecked string-handling in ENCA code. | reimar | 2004-07-28 | 1 | -1/+1 |
* | Do not dereference NULL if no track could be found for a block. | mosu | 2004-06-28 | 1 | -1/+8 |
* | Support for the "custom colors" and "forced subtitles" entries in the VobSub ... | mosu | 2004-06-10 | 1 | -38/+132 |
* | Try to get the "size:" and "palette:" entries for VobSub tracks from the priv... | mosu | 2004-06-08 | 1 | -0/+92 |
* | ENCA support (http://trific.ath.cx/software/enca/) | henry | 2004-05-08 | 1 | -1/+1 |
* | fix exploitable buffer overflow | rfelker | 2004-04-26 | 1 | -2/+2 |
* | Fixed the support for the A_MS/ACM CodecID which just stores a WAVEFORMATEX i... | mosu | 2004-04-02 | 1 | -8/+18 |
* | Implemented "seek to position". | mosu | 2004-03-26 | 1 | -1/+45 |
* | Removed the limitation to max. eight laced blocks. | mosu | 2004-03-25 | 1 | -9/+21 |
* | Parse comma separated language lists instead of comparing the complete langua... | mosu | 2004-03-18 | 1 | -5/+12 |
* | Exit when an invalid EBML ID has been read (e.g. for files that have been cut... | mosu | 2004-02-09 | 1 | -0/+6 |
* | Do not open more than one audio/video/subtitle stream at the same time. | mosu | 2004-02-01 | 1 | -30/+5 |
* | Do not try to seek beyond the end of the stream when parsing the headers. | mosu | 2004-01-31 | 1 | -1/+2 |
* | 100l | rfelker | 2004-01-27 | 1 | -1/+1 |
* | Do not deactivate the video stream if no audio stream was wanted/found... | mosu | 2004-01-22 | 1 | -1/+1 |
* | Compiler/system compatibility fixes. | mosu | 2004-01-20 | 1 | -9/+3 |
* | Fixed subtitle clearing. | mosu | 2004-01-20 | 1 | -4/+27 |
* | Fixed the subtitle line overflowing for SSA if there were too many \N in the ... | mosu | 2004-01-19 | 1 | -2/+12 |
* | Added the new C based Matroska demuxer by Aurelien Jacobs. | mosu | 2004-01-19 | 1 | -0/+2850 |