summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_film.c
AgeCommit message (Expand)Author
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27modified to handle sign/magnitude audio in early FILM filesMike Melanson
2002-10-27eliminate obsolete VALID_ENDS stringsMike Melanson
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-24file extensions seperated by spacesGuenter Bartsch
2002-10-23Check the FILM signature, before we trust the data in some random file.Juergen Keil
2002-10-22fix stop...start sequenceMike Melanson
2002-10-20bring the FILM demuxer in line with the latest API revisionMike Melanson
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-10-05Backing out changes to endian translation macrosRobin KAY
2002-10-05experiment to get these endian macros to work on all systemsMike Melanson
2002-10-05Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2)Robin KAY
2002-10-01implemented proper video codec detection, calculated proper frameMike Melanson
2002-09-21load audio stream informationMike Melanson
2002-09-21bring the QT and FILM demuxers up to the new API specMike Melanson
2002-09-10bring back all the demuxersMichael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-02replace unreliable "return this->status" statementsMike Melanson
2002-08-01always return DEMUX_OK at the very end of the _start() functionMike Melanson
2002-07-17stop sending audio parameters all the timeMiguel Freitas
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
2002-07-10send temporal position information to the engineMike Melanson
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-07-05oops, minor bug that makes all the difference; seeking is quite smooth nowMike Melanson
2002-07-05optimized seeking using binary search, corrected sync after seek, fixedMike Melanson
2002-06-19Fix memory leaks and related bugsEwald Snel
2002-06-16Fix for streams with LPCM audio.James Courtier-Dutton
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-06-03- send control buffers even for unknown codecsMiguel Freitas
2002-06-03cosmetic fix. (i haven't noticed BUF_FLAG_FRAMERATE is only sent ifMiguel Freitas
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas
2002-05-28fix seekingMiguel Freitas
2002-05-27added preliminary seeking support; not yet seamlessMike Melanson
2002-05-27added _stop() and _close() commands, fixed 8-bit audio, fixed frameMike Melanson
2002-05-27make it work! ;-)Miguel Freitas
2002-05-27update copyright headersGuenter Bartsch
2002-05-27initial commit for FILM demuxerMike Melanson