summaryrefslogtreecommitdiffstats
path: root/gst/matroska
Commit message (Expand)AuthorAgeFilesLines
* gst/matroska/: Disgustingly evil hack for working around INTERRUPT events and...Ronald S. Bultje2004-12-033-7/+77
* gst/matroska/matroska-demux.c: Signal no-more-pads (so it works in playbin).Ronald S. Bultje2004-11-111-14/+17
* gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warningStéphane Loeuillet2004-10-061-1/+1
* ext/dvdread/dvdreadsrc.c: Fix. Don't do one big huge loop around the whole DV...Ronald S. Bultje2004-10-011-50/+77
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-231-1/+6
* use audio/x-ttafile and audio/x-tta for tta instead of audio/x-tta and audio/...Arwed v. Merkatz2004-09-152-10/+7
* Write meta-seek information (seek heads).Arwed v. Merkatz2004-09-092-1/+70
* Write multiple blocks/frames per cluster.Arwed v. Merkatz2004-09-092-10/+43
* Create cue entries for audio only files.Arwed v. Merkatz2004-09-011-4/+17
* Write track and segment UIDs, write muxing date, write TRACKDEFAULTDURATION f...Arwed v. Merkatz2004-09-015-9/+77
* ext/alsa/: Re-commit ALSA switches.Ronald S. Bultje2004-08-311-1/+2
* Mux video/x-divx and video/x-xvid in VFW compatibility mode so it actually worksArwed v. Merkatz2004-08-272-4/+46
* Handle EOS correctly.Arwed v. Merkatz2004-08-271-2/+6
* Fix byte order reversion for writing ebml floats.Arwed v. Merkatz2004-08-263-12/+65
* Interpret BLOCKDURATION and set buffer duration accordingly, enable demuxing ...Arwed v. Merkatz2004-08-252-30/+54
* Send vorbis headers at the beginning of a stream, fixes bug #141554.Arwed v. Merkatz2004-08-251-0/+25
* more working pluginsSteve Lhomme2004-07-271-1/+1
* pixel aspect ratio handlingThomas Vander Stichele2004-07-271-14/+14
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* remove unused .def filesSteve Lhomme2004-07-252-7/+2
* Copy the files where needed after building, cleaner projectsSteve Lhomme2004-07-251-3/+8
* Fix some 64 bits constants to be glib friendlySteve Lhomme2004-07-241-5/+6
* Add the preliminary canvas to build plugins on Win32Steve Lhomme2004-07-242-0/+175
* ... and keep playing of courseThomas Vander Stichele2004-07-181-0/+2
* make log less verboseThomas Vander Stichele2004-07-182-0/+17
* add debug categories to matroskaThomas Vander Stichele2004-07-182-0/+16
* 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-212-4/+4
* gst/matroska/: Basic tag reading support.Ronald S. Bultje2004-05-012-2/+184
* 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-162-44/+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-154-1363/+1366
* *.h: Revert indentingJohan Dahlin2004-03-156-152/+200
* gst-indentThomas Vander Stichele2004-03-1411-2015/+1849
* 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-022-18/+18
* gst/: Fix event handling.Ronald S. Bultje2004-01-301-16/+20
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-292-19/+19
* use new error signal and classificationThomas Vander Stichele2004-01-182-48/+43
* 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-032-191/+22
* gst/matroska/: fix signed integer reading/writing.Ronald S. Bultje2004-01-022-6/+17
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-6/+3
* Merge CAPS branchDavid Schleef2003-12-224-450/+514
* configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje2003-12-212-12/+86
* Quickfix for wrong timestamps... No final solution yetRonald S. Bultje2003-12-191-3/+8