aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mov.c
Commit message (Expand)AuthorAge
* 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
* fix memleak when playing mov filesGravatar reimar2005-06-20
* The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven Schul...Gravatar nplourde2005-05-18
* Fix audio playback for no-sound-3gp.3gp (amr nb)Gravatar rtognimp2005-05-06
* Decode "d263" and "damr" atoms in 3gp filesGravatar rtognimp2005-05-05
* Also '3g2a' can be used for 3GPP Profile 2Gravatar rtognimp2005-04-28
* Fix alac from QTpro (in standard mov file, not in m4a file)Gravatar rtognimp2005-03-30
* alac support via lavc decoderGravatar rtognimp2005-03-06
* set sh_audio->delay ins audio-only case so that correct time is displayedGravatar reimar2005-03-01
* Mp3On4 demuxer supportGravatar rtognimp2005-02-15
* Reset stream eof after parsing header, fixes bug #218Gravatar reimar2005-01-23
* Fix channels, sample rate and sample size for 3gp filesGravatar rtognimp2004-12-29
* fix position bar and length display for mov filesGravatar reimar2004-12-21
* Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples.Gravatar diego2004-12-18
* Extended support for other object type IDs in the ESDS. This enables e.g. MPE...Gravatar mosu2004-11-15
* AVC support moved to libavcodec, avcC atom is now passed in extradataGravatar rtognimp2004-09-13
* AVC (fourcc avc1) in mp4 supportGravatar rtognimp2004-08-29
* Negate default palette for grayscale cvidGravatar rtognimp2004-06-27
* typoGravatar diego2004-06-25
* Have the MOV demuxer recognize and display (via MPINFO) registered ISOGravatar diego2004-01-20
* Fix for compilation on Mac OS X by Steven M. Schultz <sms@2BSD.COM>.Gravatar mosu2003-11-06
* 1000000l!!!!Gravatar rfelker2003-11-03
* Fix for borked .mov files with bogus user data length values. Patch by Marek ...Gravatar mosu2003-09-20
* Fixed seeking in MPEG4 files. Patch by Uwe Reder <Uwe.Reder@3SOFT.de>.Gravatar mosu2003-09-11