summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_film.c
AgeCommit message (Expand)Author
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