summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ac3.c
AgeCommit message (Collapse)Author
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
BIG NOTE: use helpers to access to these informations (get/set/reset): _x_{stream,meta}_info_{get,set,reset}() are for internal use, don't use *_public() ones from inside the beast ;-) Some wrongly names "xine_" fonction renaming. CVS patchset: 5757 CVS date: 2003/11/16 23:33:42
2003-11-15change demux api:Miguel Freitas
- demuxers should not access stream->demux_thread_running - remove deprecated get_video_frame/got_video_frame_cb CVS patchset: 5732 CVS date: 2003/11/15 14:00:35
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-10-28Use info_helper functions.Thibaut Mattern
CVS patchset: 5623 CVS date: 2003/10/28 00:10:18
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ↵Daniel Caujolle-Bert
fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
CVS patchset: 5167 CVS date: 2003/07/16 00:52:45
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
CVS patchset: 5124 CVS date: 2003/07/03 00:58:51
2003-03-31all of the audio-only demuxers now operate over non-seekable inputMike Melanson
CVS patchset: 4525 CVS date: 2003/03/31 19:31:54
2003-03-07more work on console output cleanupGuenter Bartsch
CVS patchset: 4357 CVS date: 2003/03/07 12:51:47
2003-02-27we should call open_ac3_file() for METHOD_BY_EXTENSION as well, because itMichael Roitzsch
initializes the demuxer's info from the file CVS patchset: 4298 CVS date: 2003/02/27 22:26:48
2003-02-08remove irrelevant commentMike Melanson
CVS patchset: 4120 CVS date: 2003/02/08 16:01:09
2003-01-29implement seekingMike Melanson
CVS patchset: 4031 CVS date: 2003/01/29 03:36:04
2003-01-23non-seekableMike Melanson
CVS patchset: 3994 CVS date: 2003/01/23 15:10:55
2003-01-22added demuxer for raw AC3 filesMike Melanson
CVS patchset: 3986 CVS date: 2003/01/22 01:30:05