summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Collapse)Author
2002-09-23preliminary support for edit lists in video traks; cleaned up audioMike Melanson
handling CVS patchset: 2743 CVS date: 2002/09/23 03:34:03
2002-09-22finally figured out how to free some temporary tablesMike Melanson
CVS patchset: 2742 CVS date: 2002/09/22 17:07:52
2002-09-22communicate video depth to video decoderMike Melanson
CVS patchset: 2736 CVS date: 2002/09/22 04:23:24
2002-09-21load audio stream information and strengthen QT detection method toMike Melanson
disqualify MPEG files wrapped in QT-like headers CVS patchset: 2731 CVS date: 2002/09/21 18:35:10
2002-09-21bring the QT and FILM demuxers up to the new API specMike Melanson
CVS patchset: 2729 CVS date: 2002/09/21 17:22:21
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-08-02replace unreliable "return this->status" statementsMike Melanson
CVS patchset: 2382 CVS date: 2002/08/02 13:00:12
2002-08-02support for large Quicktime files by Dan Lindstrom <lindstromd@gmx.net>Michael Roitzsch
CVS patchset: 2381 CVS date: 2002/08/02 12:31:28
2002-08-01another return value as DEMUX_OKMiguel Freitas
CVS patchset: 2379 CVS date: 2002/08/01 19:32:28
2002-08-01ops, debug printf doesn't belong to cvs!Miguel Freitas
CVS patchset: 2378 CVS date: 2002/08/01 04:28:05
2002-08-01do not flush_engine on playback start (otherwise we can kill importantMiguel Freitas
mpeg4 decoder_config buffer). obs: qt seeking looks somewhat broken for me...mike? ;) CVS patchset: 2377 CVS date: 2002/08/01 04:23:20
2002-08-01always return DEMUX_OK at the very end of the _start() functionMike Melanson
CVS patchset: 2376 CVS date: 2002/08/01 03:56:31
2002-07-31added RGB palette support for Quicktime filesMike Melanson
CVS patchset: 2370 CVS date: 2002/07/31 06:04:53
2002-07-19fallback to display size if video size is unknownMiguel Freitas
CVS patchset: 2317 CVS date: 2002/07/19 14:37:34
2002-07-19Better plural by ValtrIIPhilipp Hahn
CVS patchset: 2316 CVS date: 2002/07/19 14:07:37
2002-07-19do not assume media type atoms will occur before the other atoms.Miguel Freitas
for several .mp4 files they won't. CVS patchset: 2315 CVS date: 2002/07/19 03:21:49
2002-07-17more fixes to play aac streams (.mp4)Miguel Freitas
CVS patchset: 2307 CVS date: 2002/07/17 20:29:03
2002-07-1764-bit QT file fix by Dan Lindstrom <lindstromd@gmx.net>Miguel Freitas
CVS patchset: 2306 CVS date: 2002/07/17 18:49:49
2002-07-17stop sending audio parameters all the timeMiguel Freitas
CVS patchset: 2304 CVS date: 2002/07/17 18:17:48
2002-07-16send decoder info to video too. (needed for some mpeg4 streams)Miguel Freitas
CVS patchset: 2292 CVS date: 2002/07/16 17:32:30
2002-07-16removed half-baked idea of tracking mdat atom boundaries-- this fixesMike Melanson
playback on a few files, too CVS patchset: 2285 CVS date: 2002/07/16 05:15:05
2002-07-15lazy parsing of mp4 esds atom to extract AAC decoder config. now playbackMiguel Freitas
of aac streams should work. who will be fearless enough to enable faad in configure/makefile? :) CVS patchset: 2272 CVS date: 2002/07/15 02:15:38
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
CVS patchset: 2265 CVS date: 2002/07/14 22:27:24
2002-07-10Fix untranslateable message by ValtrIIPhilipp Hahn
CVS patchset: 2241 CVS date: 2002/07/10 05:38:18
2002-07-09fix buffer leakage (symptom: xine freezes on exit)Miguel Freitas
CVS patchset: 2236 CVS date: 2002/07/09 20:39:26
2002-07-08Use BUF_FLAG_SEEK.Thibaut Mattern
CVS patchset: 2233 CVS date: 2002/07/08 21:57:42
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
CVS patchset: 2214 CVS date: 2002/07/05 17:31:59
2002-07-05fix small bug in seek logicMike Melanson
CVS patchset: 2213 CVS date: 2002/07/05 15:43:33
2002-07-05optimized seeking with binary search, fixed sync after seek, fixedMike Melanson
stop/start sequence CVS patchset: 2212 CVS date: 2002/07/05 15:10:48
2002-07-01enable playing sorenson mpg4 fourccMiguel Freitas
CVS patchset: 2193 CVS date: 2002/07/01 18:53:22
2002-06-20fill in decoder_info[] for every audio bufferMike Melanson
CVS patchset: 2104 CVS date: 2002/06/20 03:51:49
2002-06-19Fix memory leaks and related bugsEwald Snel
CVS patchset: 2092 CVS date: 2002/06/19 16:33:00
2002-06-18init and cleanup edit listMike Melanson
CVS patchset: 2091 CVS date: 2002/06/18 06:45:51
2002-06-16load a few more relevant pieces of information: trak header flags and editMike Melanson
list table CVS patchset: 2080 CVS date: 2002/06/16 16:48:03
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
2002-06-09only report valid audio fourccMiguel Freitas
CVS patchset: 2048 CVS date: 2002/06/09 11:12:22
2002-06-09Fix playing time (seconds instead of qt units)Ewald Snel
CVS patchset: 2044 CVS date: 2002/06/09 09:36:40
2002-06-08small fixes (slider positioning and playing time)Miguel Freitas
CVS patchset: 2041 CVS date: 2002/06/08 21:45:09
2002-06-07codec reporting apiMiguel Freitas
CVS patchset: 2030 CVS date: 2002/06/07 04:15:45
2002-06-07added hack to fix audio pts calculation...the calculation could stand toMike Melanson
be revised so it it not stretched out over so many places CVS patchset: 2029 CVS date: 2002/06/07 02:48:31
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
- endianness fixes/cleanups (fix asf demuxer/audio for bigendian) - xine_waveformatex - increased demuxer plugin version CVS patchset: 2028 CVS date: 2002/06/07 02:40:46
2002-06-06sorry...Siggi Langauf
CVS patchset: 2027 CVS date: 2002/06/06 22:04:48
2002-06-06*grrrr*, okay, seems like the audio fourcc really is little endian,Siggi Langauf
not machine endian. strange... CVS patchset: 2025 CVS date: 2002/06/06 21:46:00
2002-06-06fixed fourcc endianness for video fourcc (untested on little endian machines)Siggi Langauf
(audio fourcc totally untested) CVS patchset: 2024 CVS date: 2002/06/06 21:16:38
2002-06-06revised to parse trak atoms instead of minf atoms; fixed video ptsMike Melanson
calculation problem when video timescale != global timescale; removed special case for compressed moov headers upon realizing that the special case does not exist CVS patchset: 2023 CVS date: 2002/06/06 05:06:30
2002-06-04- fix freeing unallocated memoryMiguel Freitas
- fix segfault when sorting sample tables - fix division by zero (consequence of above fix) CVS patchset: 2010 CVS date: 2002/06/04 02:51:19
2002-06-03fill bih.biCompression to make w32codecs happyMiguel Freitas
CVS patchset: 1999 CVS date: 2002/06/03 17:03:25
2002-06-03cosmetic fix. (i haven't noticed BUF_FLAG_FRAMERATE is only sent ifMiguel Freitas
last_frame_pts != 0) CVS patchset: 1997 CVS date: 2002/06/03 13:55:46
2002-06-03*** empty log message ***Miguel Freitas
CVS patchset: 1996 CVS date: 2002/06/03 13:50:50