summaryrefslogtreecommitdiff
path: root/src/liba52
AgeCommit message (Expand)Author
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-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16after James explained how the AC3 PTS tagging works, Miguel and I discoveredMichael Roitzsch
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-04Explain PTS handling.James Courtier-Dutton
2003-11-02fix bug introduced with new PTS handling (where an old PTS would beMiguel Freitas
2003-10-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
2003-10-06Implement CRC checking in liba52.James Courtier-Dutton
2003-09-15Improve liba52 PTS processing.James Courtier-Dutton
2003-09-01Update XINE INFO with 5.0 and 4.1 A52 modes.James Courtier-Dutton
2003-09-01Add proper support for 4.1 and 5 channel setups.James Courtier-Dutton
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-06-02nice patch, we should keep it for laterMichael Roitzsch
2003-06-02Remove un-needed IMDCT message.James Courtier-Dutton
2003-05-23Fix some problems with playing .avi streams.James Courtier-Dutton
2003-05-17Fix segfaults when liba52 is sent badly demuxed packs.James Courtier-Dutton
2003-05-15some build-system cleanupMichael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-10Improve sync.James Courtier-Dutton
2003-04-23preserve win32 patches for later merges of new versionsMichael Roitzsch
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-02-17make sure autio_out is opened while processing preview data to make sure meta...Guenter Bartsch
2003-01-26patch by Marco Zühlke to make xine recognize 2.0 surroundMichael Roitzsch
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-07more A/V_HANDLED flagsDaniel Caujolle-Bert
2003-01-03Siggi and i have an agreement about the preloading. :)Miguel Freitas
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
2002-12-22less verboseMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-15update metainfo more often, patch inspired by Marco ZühlkeMichael Roitzsch
2002-12-14some debug outputGuenter Bartsch
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
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-27modified a52 decoder to support RealAudio dnet dataMike Melanson
2002-10-26meta infoGuenter Bartsch
2002-10-24Fix unresolved symbols by linking with the xine libraryEwald Snel
2002-10-22Changed comments to standard /* ... */Stephen Torri
2002-10-18Enable liba52 config values.James Courtier-Dutton
2002-10-18A52 audio is now output without volume set to 0 or off. :-)James Courtier-Dutton
2002-10-18Enable liba52 for new api.James Courtier-Dutton
2002-10-09configure.ac:Stephen Torri
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
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