| Commit message (Expand) | Author | Age |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | in demux_ogg_read_packet initialize data to whole packet, reduces code and | reimar | 2006-03-08 |
* | Second-try commit of this patch. | corey | 2006-02-17 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | fix crash with invalid -vid and no audio stream | reimar | 2005-12-18 |
* | fix | rathann | 2005-12-05 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 |
* | Speex support. Seeking and pts generation does not work. | reimar | 2005-11-05 |
* | Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzilla | reimar | 2005-11-01 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 |
* | Don't pass NULL pointers to demux_info_add() | rtognimp | 2005-09-26 |
* | Disassemble comments and pass it to the demux_info interface | alex | 2005-09-19 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 |
* | 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 |