summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2004-01-17- AUDIO_LANG and SPU_LANG supportThibaut Mattern
- initial subtitle support (utf8 is not converted) - some cleanup CVS patchset: 6052 CVS date: 2004/01/17 01:50:43
2004-01-16ffmpeg: repair BUF_FLAG_FRAME_START\ndemux_ogg: don't send too many preview ↵Marco Zuehlke
buffer CVS patchset: 6050 CVS date: 2004/01/16 16:03:53
2004-01-15better to set buf->type before trying to read itJames Stembridge
CVS patchset: 6046 CVS date: 2004/01/15 20:13:46
2004-01-15add fragment skipping formerly found in libreal/xine_decoder.cJames Stembridge
CVS patchset: 6045 CVS date: 2004/01/15 20:06:06
2004-01-13correct skipping of aac frame size listJames Stembridge
CVS patchset: 6044 CVS date: 2004/01/13 22:38:03
2004-01-13Pass framerate to real decoder in standard mannerJames Stembridge
CVS patchset: 6041 CVS date: 2004/01/13 20:44:22
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