summaryrefslogtreecommitdiff
path: root/src/libxineadec
AgeCommit message (Collapse)Author
2002-10-23bring the log PCM decoder in line with the latest API revisionMike Melanson
CVS patchset: 2952 CVS date: 2002/10/23 04:05:07
2002-10-23bring the RoQ subsystem in line with the latest API revisionMike Melanson
CVS patchset: 2949 CVS date: 2002/10/23 02:55:01
2002-10-20bring the ADPCM decoder in line with the latest API revisionMike Melanson
CVS patchset: 2878 CVS date: 2002/10/20 17:19:11
2002-10-13GSM 6.10 decoder now has a proper dependency on the gsm610 subdirectoryMike Melanson
module CVS patchset: 2824 CVS date: 2002/10/13 12:49:19
2002-10-12added GSM 6.10 audio decoderMike Melanson
CVS patchset: 2818 CVS date: 2002/10/12 19:18:48
2002-10-12added GSM 6.10 audio decoderMike Melanson
CVS patchset: 2817 CVS date: 2002/10/12 19:12:49
2002-10-09configure.ac:Stephen Torri
- OpenGL header GL/gl.h is checked to see if its exists with wrong header name (GL/GL.h). Test failed despite the file required by src/video_out/video_out_opengl.c was GL/gl.h - Ascii-Art library version incorrect. Required version is 1.4 (contains aalib-config) m4/aa.m4: - Changed aalib version to 1.4 src/audio_out/Makefile.am: src/demuxers/Makefile.am: src/dxr3/Makefile.am: src/input/Makefile.am: src/input/libdvdnav/Makefile.am: src/input/libdvdread/Makefile.am: src/libffmpeg/libavcodec/Makefile.am: src/libffmpeg/libavcodec/i386/Makefile.am: src/libffmpeg/libavcodec/mlib/Makefile.am: src/libmad/Makefile.am: src/libmpeg2/Makefile.am: src/libvorbis/Makefile.am: src/libw32dll/Makefile.am: src/libw32dll/wine/Makefile.am: src/libxineadec/Makefile.am: src/libxvid/Makefile.am: src/video_out/Makefile.am: src/video_out/libdha/Makefile.am: src/video_out/vidix/Makefile.am: src/xine-engine/Makefile.am: src/xine-utils/Makefile.am: - Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in. Adding it here was redundant. Thanks to Mike and others for pointing this out. CVS patchset: 2805 CVS date: 2002/10/09 05:13:38
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ↵Robin KAY
moved to bswap.h CVS patchset: 2794 CVS date: 2002/10/06 03:48:13
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
Replaced configure.in with configure.ac Remove acconfig.h (Unnecessary with autoconf 2.52 or above) Updated configure.ac to remove deprecated macros, upgraded AC_DEFINE to include comments, merged in acconfig.h. Combined libxine and libxineutils into one library. libxineutils is created but not installed. Its statically linked into libxine. Advanced libxine version from 0.2.0 to 1.0.0 Removed references for skins. Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE. $XINE_SUB Xine-config updated for new location of plugins Sorted file lists in Makefile.am to make them more readable. TODO: remove skins references from xine-config CVS patchset: 2705 CVS date: 2002/09/19 06:01:18
2002-09-13reinstate some codec formats lost in API transitionMike Melanson
CVS patchset: 2657 CVS date: 2002/09/13 03:03:42
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50
2002-09-05make all the plugin init functions staticMichael Roitzsch
(geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-09-03fix SMJPEG IMA so that it does not crash due to NULL pointer dereferenceMike Melanson
(but the audio still crackles) CVS patchset: 2593 CVS date: 2002/09/03 02:46:30
2002-09-02added support for the IMA ADPCM audio in Westwood Studios' VQA filesMike Melanson
CVS patchset: 2589 CVS date: 2002/09/02 17:25:45
2002-09-01typoMike Melanson
CVS patchset: 2573 CVS date: 2002/09/01 04:26:20
2002-09-01added logarithmic PCM audio decoder (mu-law & A-law formats)Mike Melanson
CVS patchset: 2572 CVS date: 2002/09/01 04:24:35
2002-08-05fixed MS IMA ADPCM decoding, added initial support for SMJPEG's custom IMAMike Melanson
ADPCM format CVS patchset: 2393 CVS date: 2002/08/05 00:20:35
2002-07-15minor DK4 fixMike Melanson
CVS patchset: 2273 CVS date: 2002/07/15 03:48:03
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
CVS patchset: 2214 CVS date: 2002/07/05 17:31:59
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
2002-06-20output preamble samples for MS ADPCM decoderMike Melanson
CVS patchset: 2103 CVS date: 2002/06/20 02:57:41
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
2002-06-12fixed DK3 segfault, changed comment styleMike Melanson
CVS patchset: 2065 CVS date: 2002/06/12 04:00:28
2002-06-10fixed MS ADPCM; also fixed DK3, but there still seems to be a lingeringMike Melanson
segfault issue there; MS IMA does not seem to work yet CVS patchset: 2055 CVS date: 2002/06/10 06:27:40
2002-06-08changed BUF_AUDIO_IMAADPCM -> BUF_AUDIO_MSIMAADPCM for clarificationMike Melanson
CVS patchset: 2039 CVS date: 2002/06/08 19:45:19
2002-06-08added 3 more ADPCM decoders (DK3, MS ADPCM, and MS IMA ADPCM), but noneMike Melanson
seem to work 100% correctly, so the decoder's priority is still at the bottom of the list CVS patchset: 2038 CVS date: 2002/06/08 19:29:28
2002-06-07QT IMA ADPCM promoted to "working" status, so debug printf()'s have beenMike Melanson
removed; DK4 ADPCM is also working now CVS patchset: 2031 CVS date: 2002/06/07 04:50:15
2002-06-06first pass at 2 of the ADPCM decoders (not quite functional yet)Mike Melanson
CVS patchset: 2022 CVS date: 2002/06/06 05:00:32
2002-06-03implemented the decoder's _close() functionMike Melanson
CVS patchset: 1989 CVS date: 2002/06/03 00:57:34
2002-05-28added new directory for audio decoders native to the xine codebase, andMike Melanson
added first audio decoder for that directory: RoQ audio CVS patchset: 1958 CVS date: 2002/05/28 00:16:23