summaryrefslogtreecommitdiff
path: root/src/libac3
AgeCommit message (Collapse)Author
2001-08-29update to liba52 v 0.7.0 including the dynamic range compensation feature ↵Guenter Bartsch
(disabled by default, enable it in your .xinerc if you want it) CVS patchset: 515 CVS date: 2001/08/29 00:51:57
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel ↵Guenter Bartsch
Freitas CVS patchset: 510 CVS date: 2001/08/28 19:16:19
2001-08-24Fixed the "cirp" bug with gcc-3.0.Eduard Hasenleithner
CVS patchset: 479 CVS date: 2001/08/24 17:58:15
2001-08-21First checkin of new audio_out architecture.James Courtier-Dutton
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c Audio out now done in xine-lib/src/audio_out/* Currently, only xine-lib/src/audio_oss_out.c is active. Re-support of others will follow as other people implement them. ao_functions split into ao_instance and ao_driver and function in a similar fashion as video_out. All decoder plugins now call ao_instance instead of ao_functions. ao_instance is used in xine-lib/src/xine-engine/audio_out.c ao_driver is used in xine-lib/src/audio_out/* See also changes in xine-ui files CVS patchset: 459 CVS date: 2001/08/21 19:39:50
2001-08-02sound chunks now biggerJoachim Koenig
CVS patchset: 379 CVS date: 2001/08/02 14:35:58
2001-07-30whoups, looks like a priority of 0 is not allowed :>Guenter Bartsch
CVS patchset: 371 CVS date: 2001/07/30 19:21:28
2001-07-30fixed video/audio/spu decoder version handlingGuenter Bartsch
CVS patchset: 370 CVS date: 2001/07/30 17:13:20
2001-07-23Made ac3testfile optional. I hope that rc1 tarball don't have thisDaniel Caujolle-Bert
stuff turned on, otherwise users will see their disk space flying away ;-) CVS patchset: 330 CVS date: 2001/07/23 23:15:16
2001-07-23michel recommended a bigger frame size for buggy ac3 streamsGuenter Bartsch
CVS patchset: 329 CVS date: 2001/07/23 07:48:42
2001-07-21Fixed the channel order for 5.0 and 5.1 modes.Eduard Hasenleithner
CVS patchset: 317 CVS date: 2001/07/21 22:05:17
2001-07-20latest libac3 update from walken including lfe supportGuenter Bartsch
CVS patchset: 314 CVS date: 2001/07/20 22:37:56
2001-07-17Fix a minor build warningJuergen Keil
CVS patchset: 296 CVS date: 2001/07/17 15:22:20
2001-07-16Include config.h, so that we know the correct value of WORDS_BIGENDIANJuergen Keil
CVS patchset: 287 CVS date: 2001/07/16 10:15:14
2001-07-16Avoid accessing unaligned 32-bit values (does not work on SPARC)Juergen Keil
CVS patchset: 286 CVS date: 2001/07/16 09:22:38
2001-07-15code cleanup, fixed the way pts values and decoded samples get associatedGuenter Bartsch
CVS patchset: 282 CVS date: 2001/07/15 00:14:28
2001-07-14Enable STEREO again.James Courtier-Dutton
More debug info in audio_oss_out.c CVS patchset: 279 CVS date: 2001/07/14 17:45:06
2001-07-11added missing fileGuenter Bartsch
CVS patchset: 268 CVS date: 2001/07/11 08:15:58
2001-07-10small performance improvement - utilizing cache-localityGuenter Bartsch
CVS patchset: 266 CVS date: 2001/07/10 22:11:06
2001-07-10latest libac3 from walkenGuenter Bartsch
CVS patchset: 265 CVS date: 2001/07/10 21:50:31
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-07-04* 32-bit aligned memory access for bitstream access, so a SPARC cpu is happy.uid56437
* gcc-3.0 fixes for bit_allocate.c: The same variable is used with autoincrement on left/right side of an assigment, which is an undefined operation. CVS patchset: 246 CVS date: 2001/07/04 14:09:52
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
CVS patchset: 211 CVS date: 2001/06/21 17:34:23
2001-06-09more avi demuxer/libw32 bugfixesGuenter Bartsch
CVS patchset: 136 CVS date: 2001/06/09 17:07:21
2001-05-31fixed support for field pictures plus video_out bugfixes (missing functions)Guenter Bartsch
CVS patchset: 109 CVS date: 2001/05/31 22:54:38
2001-05-31ac3 cleanupJoachim Koenig
CVS patchset: 108 CVS date: 2001/05/31 18:36:41
2001-05-30AC3 looptrougth changesJoachim Koenig
CVS patchset: 105 CVS date: 2001/05/30 18:33:01
2001-05-28less debuggingGuenter Bartsch
CVS patchset: 99 CVS date: 2001/05/28 22:00:46
2001-05-28updated file from walkenGuenter Bartsch
CVS patchset: 98 CVS date: 2001/05/28 22:00:17
2001-05-28latest updates from walkenGuenter Bartsch
CVS patchset: 93 CVS date: 2001/05/28 13:25:56
2001-05-28use thread compliant signal handling. Fixed deadlock in xine_stop().Daniel Caujolle-Bert
Fixed elementary demuxer (and perhaps mpgaudio too). Fix some code error in ac3/xine_decoder.c. CVS patchset: 87 CVS date: 2001/05/28 01:28:10
2001-05-27mpg123 decoder plugin, 4/5-channel surround, ac3 pass-through (untested) and ↵Guenter Bartsch
minor bugfixes CVS patchset: 86 CVS date: 2001/05/27 23:48:12
2001-05-26Add install-debug rules. This fix the "make install" problem withDaniel Caujolle-Bert
debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38
2001-05-26switch to walken's libac3 and minor bugfixesGuenter Bartsch
CVS patchset: 83 CVS date: 2001/05/26 15:07:18
2001-05-07Fixed the way to detect libtool version. Add get_capabilities(),get_property()Daniel Caujolle-Bert
and set_property() to audio out. get_supported_modes removed, use get_cap() instead. Change the way of capabilities, match like video_out AO_CAP_* and AO_PROP_*. Fixed a small typo in demux_mpeg.c. Fixed libmpg123 audio output callings arguments. Change the AO_MODE to AO_CAP_MODE in all required locations. CVS patchset: 69 CVS date: 2001/05/07 03:40:34
2001-04-29added missing fileGuenter Bartsch
CVS patchset: 45 CVS date: 2001/04/29 16:40:33
2001-04-29turned ac3dec into a dynamic plugin (well, sort-of ;)), minor fixesGuenter Bartsch
CVS patchset: 44 CVS date: 2001/04/29 14:32:11
2001-04-28bugfix in video_out_xv, sorted out audio output plugin handling/codeGuenter Bartsch
CVS patchset: 39 CVS date: 2001/04/28 19:47:41
2001-04-27Audio out compile again. Change prototypes in audio out, libac3 andDaniel Caujolle-Bert
libmpg123, passing the metronom arg. CVS patchset: 34 CVS date: 2001/04/27 10:42:38
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39