| Commit message (Expand) | Author | Age | Files | Lines |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+35 |
* | Fix member alignment for usage on 64bit processors. | mosu | 2004-11-05 | 1 | -1/+3 |
* | Declare a prototype for the function before it is used. Otherwise some compil... | mosu | 2004-10-30 | 1 | -0/+2 |
* | some memory leaks fixed | reimar | 2004-10-14 | 1 | -0/+5 |
* | show ogg subtitle language on OSD, if available | joey | 2004-09-28 | 1 | -0/+39 |
* | fix sub_select fiasco with global sub numbering. now multiple sub sources ca... | joey | 2004-09-28 | 1 | -0/+2 |
* | Do not use globals. Put the variables into the appropriate demuxer struct ins... | mosu | 2004-08-24 | 1 | -10/+34 |
* | moved combined vobsub_lang into sub_select | joey | 2004-08-22 | 1 | -1/+9 |
* | fixes a crash and unchecked string-handling in ENCA code. | reimar | 2004-07-28 | 1 | -1/+1 |
* | The granulepos does not depend on the number of channels, only on the sample ... | mosu | 2004-06-27 | 1 | -8/+15 |
* | ENCA support (http://trific.ath.cx/software/enca/) | henry | 2004-05-08 | 1 | -1/+1 |
* | Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" wit... | mosu | 2004-05-07 | 1 | -28/+28 |
* | Be more verbose and tell the user which subtitle stream has been selected (if... | mosu | 2004-05-05 | 1 | -2/+4 |
* | Leave the subs uninitialized and not "forcefully off" if the user hasn't chos... | mosu | 2004-04-29 | 1 | -2/+5 |
* | 1000000000000l to bunkus | rfelker | 2004-04-23 | 1 | -4/+5 |
* | Clear subs in broken OGM files (those without empty subtitle packets) a bit l... | mosu | 2004-04-23 | 1 | -1/+1 |
* | Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot ... | mosu | 2004-04-23 | 1 | -45/+98 |
* | Changed -sid/-aid/-vid to be zero based and select the n'th stream of its typ... | mosu | 2004-04-06 | 1 | -7/+18 |
* | Support for selecting subtitles with -slang. Patch by Andriy N Gritsenko <and... | mosu | 2004-04-02 | 1 | -7/+86 |
* | Cleanup and small improvement in seeking if the final_granulepos is known. Pa... | mosu | 2004-01-31 | 1 | -11/+9 |
* | Properly set the file duration for audio-only Ogg files. Patch by Michael Beh... | mosu | 2004-01-06 | 1 | -0/+2 |
* | 1000l | alex | 2003-12-08 | 1 | -2/+2 |
* | Fixes for a couple of warnings. | mosu | 2003-12-08 | 1 | -1/+1 |
* | Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@infor... | mosu | 2003-12-08 | 1 | -8/+48 |
* | Small format fixes. | mosu | 2003-11-15 | 1 | -2/+2 |
* | For FLAC-in-Ogg the packets are NEVER skipped, and there's no such thing as a... | mosu | 2003-11-15 | 1 | -2/+4 |
* | Clear subs a bit later than requested in order to avoid clearing the subs if ... | mosu | 2003-10-15 | 1 | -1/+1 |
* | FLAC decoding support via imported libmpflac. | lumag | 2003-10-04 | 1 | -0/+16 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | Do not automatically select a subtitle stream for display. | mosu | 2003-09-02 | 1 | -1/+0 |
* | Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>. | mosu | 2003-08-28 | 1 | -1/+4 |
* | Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz> | alex | 2003-08-18 | 1 | -1/+7 |
* | Spelling police: | diego | 2003-08-14 | 1 | -1/+1 |
* | output typo fixes: unknow --> unknown | diego | 2003-07-09 | 1 | -6/+6 |
* | A little hack to be able to play ogg radio stream | albeu | 2003-07-02 | 1 | -2/+12 |
* | Preliminary Theora support. Patch by David Kuehling. | mosu | 2003-05-11 | 1 | -25/+128 |
* | 100l... ogg-in-avi (type 0xFFFE) fix | arpi | 2003-01-29 | 1 | -6/+7 |
* | mosu: Fixed OGG/OGM seeking for XCDs in which the OGG/OGM does not start at p... | mosu | 2003-01-05 | 1 | -7/+6 |
* | mosu: subtitles will be cleared after their life time as given in the packet'... | mosu | 2003-01-04 | 1 | -4/+33 |
* | bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek w... | mosu | 2002-12-30 | 1 | -2/+9 |
* | This patch adds a call to subcp_recode1(), so this subtitles too are | arpi | 2002-12-28 | 1 | -0/+11 |
* | Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.c | rguyom | 2002-12-05 | 1 | -0/+1 |
* | Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c | rguyom | 2002-12-05 | 1 | -0/+4 |
* | Add Tremor (an integer-only Vorbis decoder) support. | rguyom | 2002-12-04 | 1 | -0/+5 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+5 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -4/+4 |
* | endianess independency (using get int 16/32/64 func instead of typecasting po... | arpi | 2002-10-22 | 1 | -24/+75 |
* | memleak fix | arpi | 2002-10-16 | 1 | -0/+1 |
* | removed dummy OGG functions - use #ifdef instead | arpi | 2002-09-15 | 1 | -22/+1 |
* | The granule position of pages contining Vorbis audio is in units of | arpi | 2002-09-14 | 1 | -2/+2 |
* | fixes problems when new line is just '\n' and not '\r\n' and enabled html-mar... | alex | 2002-08-28 | 1 | -2/+2 |
* | ogg (.ogm) text subtitles support | arpi | 2002-08-14 | 1 | -4/+81 |
* | ogm audio format id is in hex, not dec | arpi | 2002-07-30 | 1 | -1/+1 |
* | 10L bugfix | albeu | 2002-05-23 | 1 | -2/+4 |
* | a/v stream selection - patch by alexander.werth@gmx.de | arpi | 2002-05-19 | 1 | -4/+4 |
* | Uninit added | albeu | 2002-04-24 | 1 | -0/+18 |
* | Add seeking without index (still not perfect). Use -forceidx for the | albeu | 2002-04-24 | 1 | -50/+83 |
* | Seeking implemented | albeu | 2002-04-20 | 1 | -42/+269 |
* | argh, some samples sue new header chunks - fixed | arpi | 2002-03-31 | 1 | -1/+5 |
* | BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds) | arpi | 2002-03-31 | 1 | -4/+9 |
* | fixed 10l bug: using ds instead of dp, and adding some debug prints | arpi | 2002-03-31 | 1 | -3/+10 |
* | Initial ogg demuxer. No seeking, a/v sync is broken. Support avi | albeu | 2002-03-16 | 1 | -0/+597 |