summaryrefslogtreecommitdiff
path: root/src/libflac/demux_flac.c
AgeCommit message (Collapse)Author
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
- increase demux and decoder apis - fix runtime changing of ogg/ogm audio channels note: i hope i haven't broken any demux->decoder data exchange. please report any problems. CVS patchset: 6014 CVS date: 2004/01/09 01:26:32
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
CVS patchset: 5879 CVS date: 2003/12/09 00:02:28
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
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-15start xine_stream_t separation (public/private).Miguel Freitas
(we should finish this before rc3.) - stream_info and meta_info variables are private now. obs: everything must be recompiled due xine_stream_t changes CVS patchset: 5733 CVS date: 2003/11/15 14:54:30
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
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-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
CVS patchset: 5211 CVS date: 2003/07/25 21:02:04
2003-05-02flac demuxer has been forgotten in the latest API version increaseMichael Roitzsch
CVS patchset: 4749 CVS date: 2003/05/02 12:43:15
2003-02-14fix bug causing division by zero @ audio_out.cMiguel Freitas
CVS patchset: 4161 CVS date: 2003/02/14 19:45:19
2003-02-14fix segfault for -A nullMiguel Freitas
CVS patchset: 4159 CVS date: 2003/02/14 18:30:05
2003-01-31fix flac demuxer content detection. it was eating 4 bytes of non-seekableMiguel Freitas
streams, therefore playing of mms streams failed. CVS patchset: 4061 CVS date: 2003/01/31 15:51:10
2003-01-26fixing CDDA/VCD interaction bug...Siggi Langauf
CVS patchset: 4011 CVS date: 2003/01/26 16:41:15
2003-01-20add flac autoconf/m4 stuffMiguel Freitas
CVS patchset: 3976 CVS date: 2003/01/20 02:30:01
2003-01-18flac demuxer+decoderMiguel Freitas
based on work from John McCutchan <ttb@tentacle.dhs.org> play and seeking seem to work. lots of debug messages and maybe bugs. it needs automagic stuff to detect libflac... may someone take care of that? Stephen? CVS patchset: 3961 CVS date: 2003/01/18 20:01:59