summaryrefslogtreecommitdiff
path: root/src/libflac
AgeCommit message (Collapse)Author
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
http://article.gmane.org/gmane.comp.video.xine.devel/9532 it is now up to demuxers to decide what the 0..65535 position means. demuxers tested: ogg, voc, flac, rm, asf, vqa, vob, avi, y4m, au, mov, ts, mp3, mpg, wav, ra, mve CVS patchset: 6686 CVS date: 2004/06/13 21:28:52
2004-06-03EOF when read returns <= 0 (thanks Leon van Stuivenberg)Miguel Freitas
CVS patchset: 6632 CVS date: 2004/06/03 12:19:34
2004-06-01ok, i can't get flac into an useable state after a read abort but it doesn't ↵Miguel Freitas
freeze anymore. CVS patchset: 6620 CVS date: 2004/06/01 02:25:36
2004-06-01estimate start_pos from start_time. it is not as accurate as original idea ↵Miguel Freitas
but at least it work. note: there is still something wrong with flac decoder. it may freeze under certain conditions. CVS patchset: 6619 CVS date: 2004/06/01 01:43:38
2004-06-01trying to fix seeking to time position. general seeking improvements.Miguel Freitas
https://sourceforge.net/tracker/?func=detail&atid=109655&aid=962609&group_id=9655 CVS patchset: 6618 CVS date: 2004/06/01 00:57:41
2004-05-27fix flac time displayMiguel Freitas
http://sourceforge.net/tracker/index.php?func=detail&aid=856495&group_id=9655&atid=109655 CVS patchset: 6600 CVS date: 2004/05/27 21:37:48
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
CVS patchset: 6030 CVS date: 2004/01/12 17:35:14
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-14API version bounceSiggi Langauf
CVS patchset: 5912 CVS date: 2003/12/14 22:13:22
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-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
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-23preparations for beta3:Miguel Freitas
- disable debug messages in flac decoder - review demuxer mimetypes - use fourcc internal functions in demux_real CVS patchset: 3995 CVS date: 2003/01/23 16:11:56
2003-01-20add flac autoconf/m4 stuffMiguel Freitas
CVS patchset: 3976 CVS date: 2003/01/20 02:30:01
2003-01-19cleanupMichael Roitzsch
CVS patchset: 3966 CVS date: 2003/01/19 16:13:11
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