summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_film.c
AgeCommit message (Collapse)Author
2002-09-10bring back all the demuxersMichael Roitzsch
CVS patchset: 2650 CVS date: 2002/09/10 15:07:13
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-05make all the plugin init functions staticMichael Roitzsch
(geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38
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-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-17stop sending audio parameters all the timeMiguel Freitas
CVS patchset: 2304 CVS date: 2002/07/17 18:17:48
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
CVS patchset: 2265 CVS date: 2002/07/14 22:27:24
2002-07-10send temporal position information to the engineMike Melanson
CVS patchset: 2238 CVS date: 2002/07/10 02:54:43
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-05oops, minor bug that makes all the difference; seeking is quite smooth nowMike Melanson
CVS patchset: 2209 CVS date: 2002/07/05 04:17:57
2002-07-05optimized seeking using binary search, corrected sync after seek, fixedMike Melanson
stop/start sequence CVS patchset: 2208 CVS date: 2002/07/05 03:58:55
2002-06-19Fix memory leaks and related bugsEwald Snel
CVS patchset: 2092 CVS date: 2002/06/19 16:33:00
2002-06-16Fix for streams with LPCM audio.James Courtier-Dutton
demux_film.c corrected to include decoder_info for sample rate etc. in every buf_element. Also fix for changing of LPCM format during stream. E.g. DVDs CVS patchset: 2079 CVS date: 2002/06/16 00:53:39
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-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-03- send control buffers even for unknown codecsMiguel Freitas
- abort if video codec is unknown (this used to be the behaviour of several demuxers i guess) CVS patchset: 2001 CVS date: 2002/06/03 18:13:33
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-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-05-28fix seekingMiguel Freitas
CVS patchset: 1963 CVS date: 2002/05/28 17:50:15
2002-05-27added preliminary seeking support; not yet seamlessMike Melanson
CVS patchset: 1953 CVS date: 2002/05/27 18:53:54
2002-05-27added _stop() and _close() commands, fixed 8-bit audio, fixed frameMike Melanson
duration, fixed lots of other things, too CVS patchset: 1952 CVS date: 2002/05/27 18:18:25
2002-05-27make it work! ;-)Miguel Freitas
obs: video_step cannot be zero, otherwise we may get division by zero from metronom's calculations. if the stream doesn't provide this information we have to estimate (see asf demux). CVS patchset: 1951 CVS date: 2002/05/27 14:20:21
2002-05-27update copyright headersGuenter Bartsch
CVS patchset: 1949 CVS date: 2002/05/27 11:01:04
2002-05-27initial commit for FILM demuxerMike Melanson
CVS patchset: 1946 CVS date: 2002/05/27 07:32:36