summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2004-02-29compute and set the bitrate for CBR audio streamsMike Melanson
CVS patchset: 6195 CVS date: 2004/02/29 18:42:39
2004-02-29support the 'meta' atom type that iTunes is fond of using for its musicMike Melanson
files CVS patchset: 6194 CVS date: 2004/02/29 17:55:28
2004-02-29Various compilation fixes and updates:František Dvořák
- xine compilable without iconv (scream if I something broke) - update MSVC port, fixes in avi demux - add iff.h into makefiles - ffmpeg depends on zlib (build was OK only when freetype was installed) - commit a patch for goom CVS patchset: 6192 CVS date: 2004/02/29 17:26:45
2004-02-25IFF: added ANIM OPT7 and OPT8 supportManfred Tremmel
CVS patchset: 6188 CVS date: 2004/02/25 18:57:34
2004-02-22small code cleanupAndreas Heinchen
CVS patchset: 6185 CVS date: 2004/02/22 23:46:32
2004-02-22added IFF-ANIM support, opt5 and (untested, can't finde samples) opt 4 codingsManfred Tremmel
CVS patchset: 6182 CVS date: 2004/02/22 12:36:35
2004-02-19apply modified Mandrake patch (provided by Goetz Waschk and Gwenole Beauchesne)Michael Roitzsch
for demux_ogg.c CVS patchset: 6175 CVS date: 2004/02/19 18:04:27
2004-02-19Mandrake patches fromRocky Bernstein
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/xine-lib/ via Goetz Waschk who reports: The amd64 patch (xine-lib-1-rc0a-amd64.patch) sets some conservative CFLAGS for amd64, the lib64 patch (xine-lib-1-rc0a-lib64.patch) replaces hardcoded /lib to support the lib64 library dir on amd64, the directfb patch (xine-lib-1-rc2-no-directfb.patch) adds a configure option to disable directfb, the linuxfb patch (xine-lib-1-rc3a-no-linuxfb.patch) does the same for linux framebuffer and the 64bit fixes patch (xine-lib-1-rc3-64bit-fixes.patch) doesn't apply at the moment against the CVS -- demux_ogg.c was not applied. it includes some 64 bit pointer and other fixes for 64bit architectures. from Gwenole Beauchesne I haven't tested other than apply and compile. CVS patchset: 6174 CVS date: 2004/02/19 02:50:24
2004-02-17I bet it was meant that wayMichael Roitzsch
CVS patchset: 6170 CVS date: 2004/02/17 18:19:19
2004-02-15small fix for language of ogg-spu-streamsAndreas Heinchen
CVS patchset: 6159 CVS date: 2004/02/15 18:26:51
2004-02-14Send aspect ratio using BUF_FLAG_ASPECTJames Stembridge
CVS patchset: 6155 CVS date: 2004/02/14 20:20:43
2004-02-14big memleakThibaut Mattern
CVS patchset: 6153 CVS date: 2004/02/14 13:15:32
2004-02-14Add the xm extension.Thibaut Mattern
CVS patchset: 6151 CVS date: 2004/02/14 10:50:20
2004-02-14Disable detection by content, it was completely silly.Thibaut Mattern
Detection by content must not read the whole stream... CVS patchset: 6150 CVS date: 2004/02/14 10:40:28
2004-02-13hook up the Sierra VMD demuxerMike Melanson
CVS patchset: 6148 CVS date: 2004/02/13 13:48:03
2004-02-12send default frame duration and aspect ratio to decoderJames Stembridge
CVS patchset: 6146 CVS date: 2004/02/12 23:31:19
2004-02-12demuxers don't need video_outMichael Roitzsch
CVS patchset: 6135 CVS date: 2004/02/12 18:05:45
2004-02-12the channel argument is not used in the format stringMichael Roitzsch
CVS patchset: 6133 CVS date: 2004/02/12 18:02:17
2004-02-11Amiga MOD music file demuxer from Paul Eggleton (uses the ModPlug engine).Thibaut Mattern
configure.ac and Makefile.am from Daniel I've ported the demuxer to current cvs (BUF_FLAG_FRAME_END issue), i've fixed the seeking problem and the pts computing. Tested with some .mod files, it rocks ;) Back to the amiga era ;) (you have to install the ModPlug engine first) CVS patchset: 6130 CVS date: 2004/02/11 20:40:00
2004-02-09Always send frame duration using BUF_FLAG_FRAMERATEJames Stembridge
CVS patchset: 6128 CVS date: 2004/02/09 22:24:36
2004-02-08Fix breakage from last commitJames Stembridge
CVS patchset: 6124 CVS date: 2004/02/08 18:39:50
2004-02-08*) Don't set BUF_FLAG_STDHEADER for real headers, as they aren't standard ↵James Stembridge
headers *) Use function pointer for selecting codec initialisation CVS patchset: 6123 CVS date: 2004/02/08 18:17:28
2004-02-05initial commit for Sierra VMD demuxer (no audio yet)Mike Melanson
CVS patchset: 6121 CVS date: 2004/02/05 02:51:14
2004-02-05buf->size should be 0 when BUF_FLAG_SPECIAL is setJames Stembridge
CVS patchset: 6120 CVS date: 2004/02/05 00:04:23
2004-02-04buf->size should be 0 when BUF_FLAG_SPECIAL is setJames Stembridge
CVS patchset: 6118 CVS date: 2004/02/04 23:32:19
2004-02-03Support for some more real codecsJames Stembridge
CVS patchset: 6114 CVS date: 2004/02/03 21:37:12
2004-02-03Send all of audio type specific data to decoder instead of skipping first 4 ↵James Stembridge
bytes CVS patchset: 6113 CVS date: 2004/02/03 21:20:04
2004-02-03When no special audio track is selected (auto mode) theMarco Zuehlke
correct language is displayed (instead of "none"). Factored out format_lang_string. CVS patchset: 6110 CVS date: 2004/02/03 10:36:11
2004-02-02added IFF-ILBM supportManfred Tremmel
CVS patchset: 6108 CVS date: 2004/02/02 22:22:51
2004-02-02Set extra_info for audio too.Thibaut Mattern
Hack for Xan audio, set dwScale=11025. tmmm: enjoy now, but don't ask me why it works ;-) CVS patchset: 6107 CVS date: 2004/02/02 21:32:40
2004-02-02oopsThibaut Mattern
CVS patchset: 6106 CVS date: 2004/02/02 17:58:34
2004-02-02- cleanup odml stuff (remove duplicated code)Thibaut Mattern
- check RIFF tag length of the super index - check index validity, reconstruct the index if it's broken - cleanup debug statements tmmm: the playback of wc4trailer.avi is still broken but now the avi header is correctly parsed and some data is sent to the decoder. CVS patchset: 6105 CVS date: 2004/02/02 17:40:11
2004-02-02return the stream length for a FLI file; also re-enable support for aMike Melanson
particular fringe type of FLI file (Magic Carpet) CVS patchset: 6104 CVS date: 2004/02/02 00:42:49
2004-02-02tighten up content detection strategy for this type to avoid falseMike Melanson
positives CVS patchset: 6103 CVS date: 2004/02/02 00:33:18
2004-02-01use the correct Xan hackMike Melanson
CVS patchset: 6099 CVS date: 2004/02/01 15:34:59
2004-02-01special case to handle Xan DPCM in a AVI file (which will report formatMike Melanson
0x1) CVS patchset: 6095 CVS date: 2004/02/01 06:06:05
2004-02-01tune up the FLI demuxer to operate correctly with the ffmpeg videoMike Melanson
decoder CVS patchset: 6094 CVS date: 2004/02/01 06:04:48
2004-01-30signal frame endJames Stembridge
CVS patchset: 6085 CVS date: 2004/01/30 17:17:03
2004-01-29Move ffmpeg specific RV10 code to ffmpeg decoderJames Stembridge
CVS patchset: 6084 CVS date: 2004/01/29 23:00:05
2004-01-29Support for data packet header with version 1James Stembridge
CVS patchset: 6083 CVS date: 2004/01/29 22:33:00
2004-01-29don't send comment packets to the video decoderMarco Zuehlke
CVS patchset: 6080 CVS date: 2004/01/29 12:59:11
2004-01-28OpenDML (AVI2.0) support by Tilmann Bitterberg <transcode@tibit.org>Miguel Freitas
CVS patchset: 6076 CVS date: 2004/01/28 12:58:30
2004-01-27should avoid some reported crashes. note: untestedMiguel Freitas
CVS patchset: 6072 CVS date: 2004/01/27 00:37:30
2004-01-26On second thoughts AAC in version 4 is very unlikely, so remove possibly ↵James Stembridge
incorrect code and put in some debug info instead CVS patchset: 6066 CVS date: 2004/01/26 19:40:12
2004-01-25Send AAC codec data and split AAC packets into individual framesJames Stembridge
CVS patchset: 6064 CVS date: 2004/01/25 21:19:20
2004-01-25Simplify reading of AAC packetJames Stembridge
CVS patchset: 6063 CVS date: 2004/01/25 18:08:56
2004-01-23implement chapter skipping in ogm filesMarco Zuehlke
always send comment header while in preview mode reset ogg_stream_state after seeking CVS patchset: 6061 CVS date: 2004/01/23 09:24:45
2004-01-22time to update the todo listThibaut Mattern
CVS patchset: 6059 CVS date: 2004/01/22 21:36:45
2004-01-22Fix some memleaks.Thibaut Mattern
CVS patchset: 6058 CVS date: 2004/01/22 21:32:48
2004-01-22Set the preview flags with preview buffers.Thibaut Mattern
Better SSA handling. Use only one subtitle buffer type (BUF_SPU_OGM). CVS patchset: 6057 CVS date: 2004/01/22 00:41:53