summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2004-02-01tune up the FLI demuxer to operate correctly with the ffmpeg videoMike Melanson
2004-01-30signal frame endJames Stembridge
2004-01-29Move ffmpeg specific RV10 code to ffmpeg decoderJames Stembridge
2004-01-29Support for data packet header with version 1James Stembridge
2004-01-29don't send comment packets to the video decoderMarco Zuehlke
2004-01-28OpenDML (AVI2.0) support by Tilmann Bitterberg <transcode@tibit.org>Miguel Freitas
2004-01-27should avoid some reported crashes. note: untestedMiguel Freitas
2004-01-26On second thoughts AAC in version 4 is very unlikely, so remove possibly inco...James Stembridge
2004-01-25Send AAC codec data and split AAC packets into individual framesJames Stembridge
2004-01-25Simplify reading of AAC packetJames Stembridge
2004-01-23implement chapter skipping in ogm filesMarco Zuehlke
2004-01-22time to update the todo listThibaut Mattern
2004-01-22Fix some memleaks.Thibaut Mattern
2004-01-22Set the preview flags with preview buffers.Thibaut Mattern
2004-01-17- AUDIO_LANG and SPU_LANG supportThibaut Mattern
2004-01-16ffmpeg: repair BUF_FLAG_FRAME_START\ndemux_ogg: don't send too many preview b...Marco Zuehlke
2004-01-15better to set buf->type before trying to read itJames Stembridge
2004-01-15add fragment skipping formerly found in libreal/xine_decoder.cJames Stembridge
2004-01-13correct skipping of aac frame size listJames Stembridge
2004-01-13Pass framerate to real decoder in standard mannerJames Stembridge
2004-01-13File header doesn't seem to have a fixed sized after allJames Stembridge
2004-01-13cut the long functions into smaller chunksMarco Zuehlke
2004-01-13remove debug outputMarco Zuehlke
2004-01-12support for AAC in rm filesJames Stembridge
2004-01-12spellingJames Stembridge
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-11create fragment offset table in demuxer - calculation of frame durations stil...James Stembridge
2004-01-11use _x_demux_read_send_data for audioJames Stembridge
2004-01-11fix loggingMichael Roitzsch
2004-01-11mmm hmm, I'm glad that you're trying to open the file, but do itMike Melanson
2004-01-10converting those weird linebreaks (this file was using \r instead of \n)Michael Roitzsch
2004-01-10start the multi stream support.Thibaut Mattern
2004-01-10RealVideo support for the matroska demuxer.Thibaut Mattern
2004-01-09Put stream_info into a struct on it's own.Marco Zuehlke
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2004-01-08check for recognised codecsJames Stembridge
2004-01-06hack to support a rather malformed QT file, courtesy of DrewMike Melanson
2004-01-05i guess this field is missing hereMiguel Freitas
2004-01-05Discontinuity handlingThibaut Mattern
2004-01-05Do not read from non seekable input plugins.Thibaut Mattern
2004-01-05bad coding convention, bad!Mike Melanson
2004-01-05Initial matroska demuxer.Thibaut Mattern
2004-01-04this->warned is not used anywhere, so it can goMichael Roitzsch
2004-01-04- skip the ultravox metadata headers (gets us further in playing back winamp....Bastien Nocera
2004-01-04added IFF-16SV support to iff-demuxerManfred Tremmel
2004-01-03some changes to build iff-demuxerManfred Tremmel
2004-01-03new IFF demuxer, currently only IFF-8SVX support, but more in the futureManfred Tremmel
2003-12-30check if MAX_STREAMS is exceed and do not crash...Miguel Freitas
2003-12-26* cure the ABI breakage: XINE_LANG_MAX cannot be increasedMichael Roitzsch
2003-12-23- some more endianness fixes to ogg demuxerMiguel Freitas