summaryrefslogtreecommitdiff
path: root/src/liba52/xine_decoder.c
AgeCommit message (Collapse)Author
2002-03-19dynamic water mark adaption, small fixesGuenter Bartsch
CVS patchset: 1593 CVS date: 2002/03/19 17:48:59
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ↵Guenter Bartsch
updated at this point). demux_qt can handle compressed audio, but is still unfinished. Yes, this _is_ the big metronom update, metronom now depends on disc_off information in discontinuities. CVS patchset: 1554 CVS date: 2002/03/11 12:31:24
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2002-01-05updates for closed caption decoderMiguel Freitas
CVS patchset: 1344 CVS date: 2002/01/05 21:54:16
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
CVS patchset: 1221 CVS date: 2001/12/11 15:30:05
2001-12-10Disable _XOPEN_SOURCE define for solaris, it causes compile errors with aJuergen Keil
va_list typedef redefine. We get the prototype for swab() on solais by including stdlib.h / unistd.h CVS patchset: 1209 CVS date: 2001/12/10 12:31:08
2001-12-09Move SPDIF encaps into the audio decoders.James Courtier-Dutton
This makes the SPDIF out code in xine-engine/audio_out.c very simple. It will also make audio sync better as the correct number of samples will be passed to got_audio_samples. CVS patchset: 1195 CVS date: 2001/12/09 18:31:01
2001-11-20move options to codec sectionGuenter Bartsch
CVS patchset: 1083 CVS date: 2001/11/20 01:43:30
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
2001-11-17fixing memory leaksMiguel Freitas
CVS patchset: 1061 CVS date: 2001/11/17 22:40:01
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-11-13metronom logic changedHeiko Schaefer
CVS patchset: 1030 CVS date: 2001/11/13 21:47:57
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out ↵Guenter Bartsch
buffer and thread CVS patchset: 1010 CVS date: 2001/11/10 13:48:02
2001-10-22Dolby Surround 2.0 fix: forgot two lines for the MONO driver case.Matthias Dahl
CVS patchset: 851 CVS date: 2001/10/22 00:40:36
2001-10-19Fixing Dolby Surround 2.0 bug. Also adding downmixing option to 2.0Matthias Dahl
CVS patchset: 836 CVS date: 2001/10/19 23:04:35
2001-09-18a52_block error: liba52 audio decoder accesses uninitialized malloced memoryJuergen Keil
CVS patchset: 659 CVS date: 2001/09/18 11:37:08
2001-09-11Fix some Floating point exceptionsJames Courtier-Dutton
Document return values of audio_out.c:open CVS patchset: 615 CVS date: 2001/09/11 14:10:04
2001-09-03increasing liba52's priority to make xine prefer it to any old libac3Guenter Bartsch
CVS patchset: 560 CVS date: 2001/09/03 21:50:15
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