summaryrefslogtreecommitdiff
path: root/src/libvorbis
AgeCommit message (Expand)Author
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2006-12-04Add a little more debug in case a vorbis stream cannot be decoded, just to kn...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-03-07Fixed channels to mode translation in audio decoders.Thibaut Mattern
2005-11-30*BUGFIX*František Dvořák
2005-01-27support the vorbis COMMENT-tagStefan Holst
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-16vorbis/speex is already utf8. thanks Assaf GillatMiguel Freitas
2004-12-14- add tracknumber meta info (patch by Brian J. Tarricone <bjt23@cornell.edu>)Miguel Freitas
2004-04-08lib order matters for static linkingMiguel Freitas
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2003-12-14API version bounceSiggi Langauf
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-03remove nasty ogg_pack hack. now just pure vorbis data is sent toMiguel Freitas
2003-11-29lets give another chance to vorbis_dsp_clear. the segfaults were probablyMiguel Freitas
2003-11-29add some comments, check libvorbis calls, fix segfaultsMiguel Freitas
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15Miguel obviously has no Ogg installed ...Michael Roitzsch
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-01fixed lost ptsAndreas Heinchen
2003-04-25memleak fixAndreas Heinchen
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-07more A/V_HANDLED flagsDaniel Caujolle-Bert
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-09configure.ac:Stephen Torri
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
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-19xine now survives all ogm test streams i got :) - including seeking (though n...Guenter Bartsch
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-20clean up use of global CFLAGS, add xvid patch contributed by Tomas KovarGuenter Bartsch
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas