summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Collapse)Author
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
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas
remove some dependencies on wine headers CVS patchset: 1995 CVS date: 2002/06/03 13:31:12
2002-06-03Avoid segfault on qt_exit(), if qt demuxer wasn't used.Daniel Caujolle-Bert
CVS patchset: 1994 CVS date: 2002/06/03 12:43:22
2002-06-02zlib is a pre-req for compilation, so do not bother checking for itMike Melanson
CVS patchset: 1986 CVS date: 2002/06/02 19:18:56
2002-06-02Here it is: A brand-new (and quite functional, if I do say soMike Melanson
myself) Quicktime file demuxer! And kudos to Guenter, a project leader who is not afraid of change...:) CVS patchset: 1985 CVS date: 2002/06/02 17:01:27
2002-05-25patch from Michael Roitzsch:Siggi Langauf
increased interface version numbers, to reflect the xine_t change CVS patchset: 1939 CVS date: 2002/05/25 19:19:16
2002-05-21start() and seek() return the statusThibaut Mattern
CVS patchset: 1916 CVS date: 2002/05/21 00:17:54
2002-05-20- check for keyframes past start_posMiguel Freitas
- fix qt demux loop deadlock CVS patchset: 1913 CVS date: 2002/05/20 16:58:02
2002-05-16Don't segfault if moov header not found. xine_log() call afterDaniel Caujolle-Bert
demux_qt_detect_compressors() should avoid segfault too. CVS patchset: 1899 CVS date: 2002/05/16 21:45:10
2002-05-14Fix demux_loop.Thibaut Mattern
Change get_status to return thread_running instead of demux status. CVS patchset: 1890 CVS date: 2002/05/14 21:32:06
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable. CVS patchset: 1811 CVS date: 2002/04/29 23:31:59
2002-04-23Fix memory leaks in quicktime demux pluginEwald Snel
CVS patchset: 1762 CVS date: 2002/04/23 13:17:35
2002-04-23Fixed a typoEwald Snel
CVS patchset: 1759 CVS date: 2002/04/23 06:48:59
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
- updated decoder api to allow reseting internal state on seeks CVS patchset: 1696 CVS date: 2002/04/09 03:37:59
2002-03-27fix non-stop bugMiguel Freitas
CVS patchset: 1640 CVS date: 2002/03/27 15:30:16
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ↵Guenter Bartsch
updated at this point). demux_qt can handle compressed audio, but is still unfinished. Yes, this _is_ the big metronom update, metronom now depends on disc_off information in discontinuities. CVS patchset: 1554 CVS date: 2002/03/11 12:31:24
2002-03-01memleak fixes from ewald snelGuenter Bartsch
CVS patchset: 1535 CVS date: 2002/03/01 09:29:49
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
relevant information like stream type/size/bitrate instead. demuxer cleanup, removed no-longer-needed macros :-) switched off video_out/libmpeg2/... verbose log output messages. CVS patchset: 1503 CVS date: 2002/02/17 17:32:49
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2002-01-15fix bih values to work with win32 codecsxine-0_9_8-release0.9.8Miguel Freitas
CVS patchset: 1414 CVS date: 2002/01/15 21:10:31
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
CVS patchset: 1324 CVS date: 2002/01/02 18:16:07
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
First draft of compat.h (almost empty for now). CVS patchset: 1139 CVS date: 2001/11/30 00:53:50
2001-11-24fix for demux_qt crash playing a quicktime stream without audioJuergen Keil
CVS patchset: 1104 CVS date: 2001/11/24 16:30:31
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
2001-11-17don't abort demuxer if unknow audio codecMiguel Freitas
CVS patchset: 1058 CVS date: 2001/11/17 19:40:27
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out ↵Guenter Bartsch
buffer and thread CVS patchset: 1010 CVS date: 2001/11/10 13:48:02
2001-11-07buf type cleanup (1st part)Miguel Freitas
CVS patchset: 987 CVS date: 2001/11/07 18:26:36
2001-10-25demux api change to report supported mimetypesMiguel Freitas
CVS patchset: 882 CVS date: 2001/10/25 00:46:58