summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Collapse)Author
2002-10-29strengthen QT content detectionMike Melanson
CVS patchset: 3079 CVS date: 2002/10/29 00:37:26
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
- time to cleanup demuxer mess... no more pthread stuff on any demuxer. of course i haven't tested all demuxers, but they at least compile. (sorry Mike, we will need to move a few variables around to make most of your demuxers work again - not big deal i think) - make api more consistent by providing xine_open/xine_close and xine_start/xine_stop. CVS patchset: 3058 CVS date: 2002/10/28 03:24:42
2002-10-27get the logic straightMike Melanson
CVS patchset: 3044 CVS date: 2002/10/27 17:28:24
2002-10-27eliminate obsolete VALID_ENDS stringsMike Melanson
CVS patchset: 3041 CVS date: 2002/10/27 15:51:53
2002-10-26make demuxers return their status so xine engine can check if demuxers fail ↵Guenter Bartsch
to send headers CVS patchset: 3026 CVS date: 2002/10/26 22:00:49
2002-10-26send preview buffers, set stream_info, make demux_qt stay away from block ↵Guenter Bartsch
devices CVS patchset: 2999 CVS date: 2002/10/26 02:32:52
2002-10-24file extensions seperated by spacesGuenter Bartsch
CVS patchset: 2992 CVS date: 2002/10/24 22:48:25
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
CVS patchset: 2971 CVS date: 2002/10/23 20:26:32
2002-10-23Sanity check the qt file, before we try to open it. The qt demuxer wasJuergen Keil
allocating huge amounts of memory, when an .avi file was to be identified by content. CVS patchset: 2961 CVS date: 2002/10/23 10:48:17
2002-10-23calling _stop() within _dispose() solves a lot of problemsMike Melanson
CVS patchset: 2956 CVS date: 2002/10/23 04:58:15
2002-10-22bring the QT demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2916 CVS date: 2002/10/22 05:03:01
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
demuxer loop, otherwise (on solaris) demux_*_stop() has no chance to lock the mutex and change the demuxer status variable for interrupting the demuxer. Fixes xine_stop() problems on solaris. CVS patchset: 2815 CVS date: 2002/10/12 17:11:58
2002-10-08Fix a BUS error on SPARC, forJuergen Keil
ftp://ftp.mplayerhq.hu/MPlayer/samples/MPEG-4/CDR-Dinner_LAN_800k.mp4 (this sample does not yet work, now it crashes with a SIGFPE - devide by zero) CVS patchset: 2804 CVS date: 2002/10/08 12:45:58
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ↵Robin KAY
moved to bswap.h CVS patchset: 2794 CVS date: 2002/10/06 03:48:13
2002-10-06added support for VBR audio in QT files and improved handling ofMike Melanson
audio-only QT files CVS patchset: 2792 CVS date: 2002/10/06 02:27:53
2002-10-05Backing out changes to endian translation macrosRobin KAY
CVS patchset: 2788 CVS date: 2002/10/05 21:09:18
2002-10-05Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2)Robin KAY
CVS patchset: 2785 CVS date: 2002/10/05 14:39:24
2002-10-01err...bring back ability for QT demuxer to play from start, and fixMike Melanson
temporal position reporting CVS patchset: 2766 CVS date: 2002/10/01 03:52:53
2002-09-30implemented proper frame duration calculation, fixed temporal positionMike Melanson
reporting, and modified demuxer to be able to seek on start CVS patchset: 2761 CVS date: 2002/09/30 01:16:15
2002-09-28preliminary greyscale palette support; not perfect yet, but it keepsMike Melanson
certain files from crashing the demuxer CVS patchset: 2755 CVS date: 2002/09/28 17:13:16
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