| Commit message (Expand) | Author | Age |
* | Demuxer modularization | rtognimp | 2005-08-05 |
* | prevent possible exploit | nicodvb | 2005-05-13 |
* | fixup the correct sh_a | nicodvb | 2005-05-12 |
* | fixed too few parameters to mp_msg(); silence compilation warnings, removed u... | nicodvb | 2005-05-12 |
* | don't call fixup_audio if there's no audio | nicodvb | 2005-05-12 |
* | vorbis extradata is now passed from demuxer to decoder in matroska's way | nicodvb | 2005-05-12 |
* | Fix the memleak fix: in case of error, demux_close_ogg should be called | reimar | 2005-05-02 |
* | Nasty workaround for codec initialization data. In _at least_ one case (AAC) ... | mosu | 2005-05-01 |
* | Fix the ogg fourcc nightmare!!! | rfelker | 2005-02-27 |
* | Theora fixes: | henry | 2005-02-22 |
* | Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com). | reimar | 2005-02-06 |
* | More user-friendly stream, -xid and -slang info output even in non-verbose mo... | mosu | 2005-01-22 |
* | More user-friendly stream, -xid and -slang info output even in non-verbose mode. | mosu | 2005-01-21 |
* | 100l, completely broken pointer arithmetic causing crashes. | reimar | 2005-01-19 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 |
* | Fix member alignment for usage on 64bit processors. | mosu | 2004-11-05 |
* | Declare a prototype for the function before it is used. Otherwise some compil... | mosu | 2004-10-30 |
* | some memory leaks fixed | reimar | 2004-10-14 |
* | show ogg subtitle language on OSD, if available | joey | 2004-09-28 |
* | fix sub_select fiasco with global sub numbering. now multiple sub sources ca... | joey | 2004-09-28 |
* | Do not use globals. Put the variables into the appropriate demuxer struct ins... | mosu | 2004-08-24 |
* | moved combined vobsub_lang into sub_select | joey | 2004-08-22 |
* | fixes a crash and unchecked string-handling in ENCA code. | reimar | 2004-07-28 |
* | The granulepos does not depend on the number of channels, only on the sample ... | mosu | 2004-06-27 |
* | ENCA support (http://trific.ath.cx/software/enca/) | henry | 2004-05-08 |
* | Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" wit... | mosu | 2004-05-07 |
* | Be more verbose and tell the user which subtitle stream has been selected (if... | mosu | 2004-05-05 |
* | Leave the subs uninitialized and not "forcefully off" if the user hasn't chos... | mosu | 2004-04-29 |
* | 1000000000000l to bunkus | rfelker | 2004-04-23 |
* | Clear subs in broken OGM files (those without empty subtitle packets) a bit l... | mosu | 2004-04-23 |
* | Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot ... | mosu | 2004-04-23 |
* | Changed -sid/-aid/-vid to be zero based and select the n'th stream of its typ... | mosu | 2004-04-06 |
* | Support for selecting subtitles with -slang. Patch by Andriy N Gritsenko <and... | mosu | 2004-04-02 |
* | Cleanup and small improvement in seeking if the final_granulepos is known. Pa... | mosu | 2004-01-31 |
* | Properly set the file duration for audio-only Ogg files. Patch by Michael Beh... | mosu | 2004-01-06 |
* | 1000l | alex | 2003-12-08 |
* | Fixes for a couple of warnings. | mosu | 2003-12-08 |
* | Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@infor... | mosu | 2003-12-08 |
* | Small format fixes. | mosu | 2003-11-15 |
* | For FLAC-in-Ogg the packets are NEVER skipped, and there's no such thing as a... | mosu | 2003-11-15 |
* | Clear subs a bit later than requested in order to avoid clearing the subs if ... | mosu | 2003-10-15 |
* | FLAC decoding support via imported libmpflac. | lumag | 2003-10-04 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 |
* | Do not automatically select a subtitle stream for display. | mosu | 2003-09-02 |
* | Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>. | mosu | 2003-08-28 |
* | Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz> | alex | 2003-08-18 |
* | Spelling police: | diego | 2003-08-14 |
* | output typo fixes: unknow --> unknown | diego | 2003-07-09 |
* | A little hack to be able to play ogg radio stream | albeu | 2003-07-02 |
* | Preliminary Theora support. Patch by David Kuehling. | mosu | 2003-05-11 |