| Commit message (Expand) | Author | Age |
* | Cosmetics: Fix indentation. | cehoyos | 2007-12-14 |
* | Set correct image format for 24bit "raw " in mov files. | cehoyos | 2007-12-14 |
* | warning fix: | diego | 2007-09-09 |
* | Split lschunks function further, it is simply too huge to do any useful chang... | reimar | 2007-08-25 |
* | warning fix: | diego | 2007-08-25 |
* | 10l: r23399 broke mov/mp4 demuxing | cehoyos | 2007-05-28 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | Declarations and code should not be mixed. | diego | 2007-04-25 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | Fix audio samplerates below 7000 Hz. | uau | 2007-03-07 |
* | 10l, avoid crash on invalid subtitle id | reimar | 2007-02-24 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 |
* | English grammar fix: There is no 's' after "does not exist" | reimar | 2007-02-14 |
* | 100l copy-and-paste bug. Do not print video info when the problem is with sub... | reimar | 2007-02-14 |
* | Set sub_utf8 for mov subs. | reimar | 2007-02-05 |
* | Subtitle handling cleanup: factor out code for parsing embedded subtitles | reimar | 2007-01-06 |
* | Remove superfluous bswap.h include. | diego | 2006-12-02 |
* | Fix 2 header bugs introduced by nplourde's previous commit: | uau | 2006-11-28 |
* | reordering of #include to avoid clash with math.h and quicktime/*.h, patch by... | nplourde | 2006-11-28 |
* | Support multiple subs in mov | reimar | 2006-11-19 |
* | Try reading palette for vobsub | reimar | 2006-11-17 |
* | Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa... | reimar | 2006-11-17 |
* | 10l copy&Ãpaste bug in subtitle sh handling | reimar | 2006-11-14 |
* | Incomplete support for vobsub (missing palette support) and | reimar | 2006-11-13 |
* | Add support for 13k Voice (Qclp) in 3g2 files | rtogni | 2006-08-11 |
* | Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer | reimar | 2006-08-06 |
* | Move store_ughvlc to demux_mov as demux_ogg is not always compiled in. | diego | 2006-08-04 |
* | auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on... | nicodvb | 2006-08-04 |
* | Add simple edit list support to mov demuxer, it supports delay of audio and v... | atmos4 | 2006-07-23 |
* | drops casts from void * on malloc/calloc from libmpdemux code | reynaldo | 2006-07-13 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 |
* | Clean up audio pts handling, make audio pts tracking in the audio-only | uau | 2006-06-14 |
* | support for vorbis in mp4/mov | nicodvb | 2006-06-09 |
* | Disable unsecure dumping of generic track with -v -v -v | rtogni | 2006-06-05 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 |
* | missing argument for mp_msg, fixes: | rathann | 2006-05-13 |
* | Fix potential integer overflows in memory allocation. Patch by Reimar and me,... | rtognimp | 2006-05-11 |
* | Partially revert 1.140, restoring the old behaviour for all codecs | rtognimp | 2006-04-23 |
* | Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod... | reynaldo | 2006-04-22 |
* | Fix passing qdm2 extradata to lavc decoder | rtognimp | 2006-03-27 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | le2me_32 is not necessary, tested by Diego on BE machine | rathann | 2006-03-14 |
* | in24/in32/fl32 little/big-endian QuickTime PCM audio support | rathann | 2006-03-13 |
* | Reduce output verbosity in non-verbose mode, change some printf to mp_msg. | diego | 2006-03-06 |
* | This patch fixes pcm (twos, swot) in MOV. | rtognimp | 2006-03-02 |
* | Second-try commit of this patch. | corey | 2006-02-17 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 |