summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2004-01-13File header doesn't seem to have a fixed sized after allJames Stembridge
CVS patchset: 6040 CVS date: 2004/01/13 20:29:21
2004-01-13cut the long functions into smaller chunksMarco Zuehlke
CVS patchset: 6039 CVS date: 2004/01/13 15:01:32
2004-01-13remove debug outputMarco Zuehlke
CVS patchset: 6038 CVS date: 2004/01/13 09:40:44
2004-01-12support for AAC in rm filesJames Stembridge
CVS patchset: 6036 CVS date: 2004/01/12 23:43:39
2004-01-12spellingJames Stembridge
CVS patchset: 6035 CVS date: 2004/01/12 22:42:54
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
CVS patchset: 6030 CVS date: 2004/01/12 17:35:14
2004-01-11create fragment offset table in demuxer - calculation of frame durations ↵James Stembridge
still to do CVS patchset: 6028 CVS date: 2004/01/11 23:05:11
2004-01-11use _x_demux_read_send_data for audioJames Stembridge
CVS patchset: 6026 CVS date: 2004/01/11 15:55:42
2004-01-11fix loggingMichael Roitzsch
CVS patchset: 6023 CVS date: 2004/01/11 15:32:24
2004-01-11mmm hmm, I'm glad that you're trying to open the file, but do itMike Melanson
quietly... CVS patchset: 6021 CVS date: 2004/01/11 04:49:34
2004-01-10converting those weird linebreaks (this file was using \r instead of \n)Michael Roitzsch
CVS patchset: 6020 CVS date: 2004/01/10 21:42:04
2004-01-10start the multi stream support.Thibaut Mattern
It seems to work, i'm impressed. Great work Miguel. CVS patchset: 6019 CVS date: 2004/01/10 20:59:15
2004-01-10RealVideo support for the matroska demuxer.Thibaut Mattern
It seems to be a problem with timestamps, too many disc are detected. James Stembridge: see handle_realvideo function in demux_matroska.c CVS patchset: 6017 CVS date: 2004/01/10 01:47:14
2004-01-09Put stream_info into a struct on it's own.Marco Zuehlke
Allocate the memory as needed. Should save some bytes, because mostly we only use 1 to 3 streams. CVS patchset: 6015 CVS date: 2004/01/09 03:06:51
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
- increase demux and decoder apis - fix runtime changing of ogg/ogm audio channels note: i hope i haven't broken any demux->decoder data exchange. please report any problems. CVS patchset: 6014 CVS date: 2004/01/09 01:26:32
2004-01-08check for recognised codecsJames Stembridge
CVS patchset: 6013 CVS date: 2004/01/08 23:17:34
2004-01-06hack to support a rather malformed QT file, courtesy of DrewMike Melanson
'dantealiegri' Ogle <dantealiegri at umbc.edu> CVS patchset: 6006 CVS date: 2004/01/06 05:39:07
2004-01-05i guess this field is missing hereMiguel Freitas
CVS patchset: 6005 CVS date: 2004/01/05 20:52:31
2004-01-05Discontinuity handlingThibaut Mattern
Should fix first Siggi's problem. CVS patchset: 6004 CVS date: 2004/01/05 19:39:10
2004-01-05Do not read from non seekable input plugins.Thibaut Mattern
CVS patchset: 6002 CVS date: 2004/01/05 08:02:35
2004-01-05bad coding convention, bad!Mike Melanson
CVS patchset: 6000 CVS date: 2004/01/05 01:22:11
2004-01-05Initial matroska demuxer.Thibaut Mattern
It works with some test streams. Unsupported stuff: seeking lots of codecs subtitles metadata ... CVS patchset: 5998 CVS date: 2004/01/05 00:40:54
2004-01-04this->warned is not used anywhere, so it can goMichael Roitzsch
CVS patchset: 5990 CVS date: 2004/01/04 17:33:32
2004-01-04- skip the ultravox metadata headers (gets us further in playing back ↵Bastien Nocera
winamp.com videos) CVS patchset: 5988 CVS date: 2004/01/04 11:59:33
2004-01-04added IFF-16SV support to iff-demuxerManfred Tremmel
CVS patchset: 5987 CVS date: 2004/01/04 00:41:33
2004-01-03some changes to build iff-demuxerManfred Tremmel
CVS patchset: 5981 CVS date: 2004/01/03 20:04:22
2004-01-03new IFF demuxer, currently only IFF-8SVX support, but more in the futureManfred Tremmel
CVS patchset: 5980 CVS date: 2004/01/03 19:59:00
2003-12-30check if MAX_STREAMS is exceed and do not crash...Miguel Freitas
CVS patchset: 5963 CVS date: 2003/12/30 17:21:02
2003-12-26* cure the ABI breakage: XINE_LANG_MAX cannot be increasedMichael Roitzsch
* add TODO items to provide a better solution CVS patchset: 5950 CVS date: 2003/12/26 16:13:21
2003-12-23- some more endianness fixes to ogg demuxerMiguel Freitas
- new helper function for demuxers (send data to fifo easily, provided it was already loaded to memory) CVS patchset: 5936 CVS date: 2003/12/23 21:22:38
2003-12-23fix wrong format string and superfluous argumentMichael Roitzsch
CVS patchset: 5935 CVS date: 2003/12/23 16:58:25
2003-12-21speed improvement of my last change, thanks ThibautManfred Tremmel
CVS patchset: 5930 CVS date: 2003/12/21 00:22:10
2003-12-20solved some big-endian problemesManfred Tremmel
CVS patchset: 5928 CVS date: 2003/12/20 19:51:48
2003-12-20Was picking up wrong field to get SPU id in SVCD subtitles. There's stillRocky Bernstein
a bug somewhere else - perhaps even in the stream created by WinSubMux. CVS patchset: 5926 CVS date: 2003/12/20 14:13:34
2003-12-19initial commit for raw AAC file demuxerMike Melanson
CVS patchset: 5923 CVS date: 2003/12/19 05:09:16
2003-12-12add some version checkingJames Stembridge
CVS patchset: 5895 CVS date: 2003/12/12 22:29:20
2003-12-10housekeeping:Miguel Freitas
- don't use hardcoded formattags - respect buffer max_size, do not overrun it CVS patchset: 5884 CVS date: 2003/12/10 01:18:36
2003-12-10- remove XINE_LANG_LABEL_MAX_SIZE, there's already XINE_LANG_MAX for thatBastien Nocera
- make sure that the strings copied with strncpy are null-terminated - fix HAVE_STDLIB_H warning compiling the MNG demuxer CVS patchset: 5883 CVS date: 2003/12/10 00:54:25
2003-12-09Fix crash with really long subtitle/language names in ogm/off filesBastien Nocera
Fixes playback of http://www.lysator.liu.se/~philip/sample.ogg Front-ends should be using XINE_LANG_LABEL_MAX_SIZE as the max size for language/subtitle labels CVS patchset: 5882 CVS date: 2003/12/09 23:55:11
2003-12-09id3v2 "genre" parsing.Thibaut Mattern
CVS patchset: 5880 CVS date: 2003/12/09 00:55:10
2003-12-08- "Genre" list.Thibaut Mattern
- id3v1 genre support CVS patchset: 5878 CVS date: 2003/12/08 23:20:16
2003-12-08- Fix wrong tag header constants.Thibaut Mattern
- Add more v2.3 and v2.4 constants - Check invalid flags CVS patchset: 5877 CVS date: 2003/12/08 22:10:20
2003-12-07arghThibaut Mattern
CVS patchset: 5865 CVS date: 2003/12/07 23:17:07
2003-12-07v2.3 is here...Thibaut Mattern
CVS patchset: 5864 CVS date: 2003/12/07 23:10:56
2003-12-07- Move ID3 parsing code to id3.h/id3.cThibaut Mattern
- Add ID3v2.3 parser ID3v2.4 is not done yet. CVS patchset: 5863 CVS date: 2003/12/07 23:05:41
2003-12-06Discard MPEG video in content detection.Thibaut Mattern
Set audio decoder meta info as suggested by Mike some time ago (report vbr/cbr info). CVS patchset: 5855 CVS date: 2003/12/06 19:06:31
2003-12-06Recognize SVCD OGT and CVD subtitle streams.Rocky Bernstein
CVS patchset: 5848 CVS date: 2003/12/06 12:03:44
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-12-03avoid crashing with big wavex headers.Miguel Freitas
maybe they should be broken into smaller pieces, but decoders would need to be fixed to support it. CVS patchset: 5826 CVS date: 2003/12/03 03:14:32
2003-12-03remove nasty ogg_pack hack. now just pure vorbis data is sent toMiguel Freitas
decoder. that change prevents segfaulting with those (even nastier) ogg-in-avi files, but does not play the beasts either. CVS patchset: 5825 CVS date: 2003/12/03 03:07:07