aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mov.c
Commit message (Expand)AuthorAge
* English grammar fix: There is no 's' after "does not exist"Gravatar reimar2007-02-14
* 100l copy-and-paste bug. Do not print video info when the problem is with sub...Gravatar reimar2007-02-14
* Set sub_utf8 for mov subs.Gravatar reimar2007-02-05
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesGravatar reimar2007-01-06
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* Fix 2 header bugs introduced by nplourde's previous commit:Gravatar uau2006-11-28
* reordering of #include to avoid clash with math.h and quicktime/*.h, patch by...Gravatar nplourde2006-11-28
* Support multiple subs in movGravatar reimar2006-11-19
* Try reading palette for vobsubGravatar reimar2006-11-17
* Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa...Gravatar reimar2006-11-17
* 10l copy&Ãpaste bug in subtitle sh handlingGravatar reimar2006-11-14
* Incomplete support for vobsub (missing palette support) andGravatar reimar2006-11-13
* Add support for 13k Voice (Qclp) in 3g2 filesGravatar rtogni2006-08-11
* Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxerGravatar reimar2006-08-06
* Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.Gravatar diego2006-08-04
* auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on...Gravatar nicodvb2006-08-04
* Add simple edit list support to mov demuxer, it supports delay of audio and v...Gravatar atmos42006-07-23
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* support for vorbis in mp4/movGravatar nicodvb2006-06-09
* Disable unsecure dumping of generic track with -v -v -vGravatar rtogni2006-06-05
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* missing argument for mp_msg, fixes:Gravatar rathann2006-05-13
* Fix potential integer overflows in memory allocation. Patch by Reimar and me,...Gravatar rtognimp2006-05-11
* Partially revert 1.140, restoring the old behaviour for all codecsGravatar rtognimp2006-04-23
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22
* Fix passing qdm2 extradata to lavc decoderGravatar rtognimp2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* le2me_32 is not necessary, tested by Diego on BE machineGravatar rathann2006-03-14
* in24/in32/fl32 little/big-endian QuickTime PCM audio supportGravatar rathann2006-03-13
* Reduce output verbosity in non-verbose mode, change some printf to mp_msg.Gravatar diego2006-03-06
* This patch fixes pcm (twos, swot) in MOV.Gravatar rtognimp2006-03-02
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Partial support for QuickTime sound atom version 2.Gravatar corey2006-01-02
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* 10l, off by one error in last patch (codecdata length sanity check),Gravatar reimar2005-10-05
* Detect eof when seeking and do _not_ restart the video.Gravatar reimar2005-09-28
* Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc forGravatar reimar2005-09-27
* Wrong editlist handling: end pts must be included.Gravatar reimar2005-09-16
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Fix move playlists (control must be returned to mplayer.c, with the demuxerGravatar reimar2005-08-31
* extra size checks for samples array to avoid crashes in some rare cases.Gravatar reimar2005-08-30
* Demuxer modularizationGravatar rtognimp2005-08-05
* Add missing range/length check for video trak desc (fixes bug #335).Gravatar reimar2005-07-10
* cosmetic: split the lschunks function in two.Gravatar reimar2005-07-10
* avoid bad memory accessGravatar reimar2005-06-20