summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-demux.c
Commit message (Expand)AuthorAgeFilesLines
* *.*: Ran scripts/update-macros. Oh yes.Andy Wingo2005-11-211-10/+10
* gst/matroska/matroska-demux.c: Filler events are gone for now, comment out se...Tim-Philipp Müller2005-11-211-0/+3
* Fixes for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2005-11-211-1/+1
* gst/matroska/matroska-demux.c: When seeking, seek to closest index entry at o...Tim-Philipp Müller2005-11-151-16/+11
* gst/matroska/matroska-demux.c: Don't error out when the source pad isn't linked.Tim-Philipp Müller2005-11-071-17/+12
* gst/matroska/: Add SimpleBlock support to matroska demuxer and muxer (part ofTim-Philipp Müller2005-10-281-11/+42
* ext/speex/gstspeexenc.c: Add position and duration query, fix query type func...Tim-Philipp Müller2005-10-211-30/+16
* gst/matroska/matroska-demux.c: Fix duration query; fix basetime in newsegment...Tim-Philipp Müller2005-10-201-3/+4
* API change fix.Wim Taymans2005-10-191-5/+18
* gst/matroska/: Ported matroska demuxer to 0.9.Tim-Philipp Müller2005-10-181-867/+1361
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-8/+11
* gst/matroska/matroska-demux.c: Fix logic error in timing of subtitle stream s...Ronald S. Bultje2005-01-271-1/+1
* OGM text support, Matroska UTF-8 text support, deadlock fixes all over the pl...Ronald S. Bultje2005-01-081-3/+61
* Remove time-based check for first vorbis packet altogether, as it was a hack ...Maciej Katafiasz2004-12-281-3/+1
* Fix Vorbis streams failing to decode in some files, where cluster_time isn't ...Maciej Katafiasz2004-12-281-2/+7
* gst/matroska/matroska-demux.c: Save position, so that queries give proper ret...Ronald S. Bultje2004-12-231-0/+1
* gst/matroska/matroska-demux.c: That was very stupid.Ronald S. Bultje2004-12-181-4/+2
* gst/matroska/matroska-demux.c: Fix possible crasher.Ronald S. Bultje2004-12-181-1/+2
* gst/matroska/matroska-demux.c: Lace sizes can be zero.Ronald S. Bultje2004-12-181-9/+12
* gst/matroska/matroska-demux.c: Some MPEG-AAC hacks, because else it doesn't w...Ronald S. Bultje2004-12-161-2/+85
* gst/matroska/matroska-demux.c: Don't set DEFAULT, unsupported - makes length ...Ronald S. Bultje2004-12-081-6/+0
* gst/matroska/: Disgustingly evil hack for working around INTERRUPT events and...Ronald S. Bultje2004-12-031-1/+6
* gst/matroska/matroska-demux.c: Signal no-more-pads (so it works in playbin).Ronald S. Bultje2004-11-111-14/+17
* use audio/x-ttafile and audio/x-tta for tta instead of audio/x-tta and audio/...Arwed v. Merkatz2004-09-151-8/+5
* ext/alsa/: Re-commit ALSA switches.Ronald S. Bultje2004-08-311-1/+2
* Interpret BLOCKDURATION and set buffer duration accordingly, enable demuxing ...Arwed v. Merkatz2004-08-251-30/+53
* Send vorbis headers at the beginning of a stream, fixes bug #141554.Arwed v. Merkatz2004-08-251-0/+25
* pixel aspect ratio handlingThomas Vander Stichele2004-07-271-14/+14
* ... and keep playing of courseThomas Vander Stichele2004-07-181-0/+2
* make log less verboseThomas Vander Stichele2004-07-181-0/+16
* add debug categories to matroskaThomas Vander Stichele2004-07-181-0/+10
* gst-libs/gst/riff/riff-media.c: mp42/mp43 (no caps) exist too.Ronald S. Bultje2004-07-151-2/+6
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-2/+2
* gst/matroska/: Basic tag reading support.Ronald S. Bultje2004-05-011-1/+162
* gst/matroska/matroska-demux.c: Really detect ac-3 audio.Ronald S. Bultje2004-05-011-1/+3
* gst/: Add MS RLE support. I added some functions to read out strf chunks into...Ronald S. Bultje2004-04-161-42/+0
* ext/mad/gstid3tag.c: add missing 'new_media' argument (fixes #138168)Benjamin Otte2004-04-031-1/+3
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-1174/+1177
* gst-indentThomas Vander Stichele2004-03-141-1350/+1320
* gst/: First batch implementing audio and video codec tags in demuxers.Julien Moutte2004-02-231-10/+35
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-5/+5
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-5/+5
* use new error signal and classificationThomas Vander Stichele2004-01-181-9/+9
* gst/matroska/matroska-demux.c: Fix for using incremental number on padnames.Ronald S. Bultje2004-01-141-4/+4
* use element time.Benjamin Otte2004-01-141-10/+0
* gst/matroska/matroska-demux.c: Fix EBML-laced block parsing. Diffs are relati...Ronald S. Bultje2004-01-041-1/+1
* gst/matroska/: Add getcaps() function to fix capsnego...Ronald S. Bultje2004-01-031-191/+21
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-6/+3
* Merge CAPS branchDavid Schleef2003-12-221-182/+289