summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas
2002-06-03Avoid segfault on qt_exit(), if qt demuxer wasn't used.Daniel Caujolle-Bert
2002-06-02zlib is a pre-req for compilation, so do not bother checking for itMike Melanson
2002-06-02Here it is: A brand-new (and quite functional, if I do say soMike Melanson
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-21start() and seek() return the statusThibaut Mattern
2002-05-20- check for keyframes past start_posMiguel Freitas
2002-05-16Don't segfault if moov header not found. xine_log() call afterDaniel Caujolle-Bert
2002-05-14Fix demux_loop.Thibaut Mattern
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-23Fix memory leaks in quicktime demux pluginEwald Snel
2002-04-23Fixed a typoEwald Snel
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-27fix non-stop bugMiguel Freitas
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-03-01memleak fixes from ewald snelGuenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-15fix bih values to work with win32 codecsxine-0_9_8-release0.9.8Miguel Freitas
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-24fix for demux_qt crash playing a quicktime stream without audioJuergen Keil
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17don't abort demuxer if unknow audio codecMiguel Freitas
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-11-07buf type cleanup (1st part)Miguel Freitas
2001-10-25demux api change to report supported mimetypesMiguel Freitas
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-17demux / input plugin interface change, init functions now have access to the ...Guenter Bartsch
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
2001-09-20attempt at viewing 3ivx sample streams - video is wrong somehowHeiko Schaefer
2001-09-16Update docs. Fixed some warnings. configure.in is ready for 0.9.1.Daniel Caujolle-Bert
2001-09-11fixed no-resample audio output, fixed qt stream end detectionGuenter Bartsch
2001-09-11linking demux_qt to zlib for compressed headers, make ffmpeg handle JPEG qt s...Guenter Bartsch
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor bug...Guenter Bartsch