summaryrefslogtreecommitdiffstats
path: root/gst/matroska
Commit message (Expand)AuthorAgeFilesLines
* gst/matroska/ebml-read.c: Allow for 0-sized buffers. Fixes length query probl...Ronald S. Bultje2005-01-191-0/+6
* ext/alsa/gstalsa.c: Reset variables on READY.Ronald S. Bultje2005-01-091-1/+6
* OGM text support, Matroska UTF-8 text support, deadlock fixes all over the pl...Ronald S. Bultje2005-01-082-3/+64
* ext/dv/gstdvdec.c: Fix audio caps i just broke (missing ',')Stéphane Loeuillet2005-01-071-1/+3
* Remove time-based check for first vorbis packet altogether, as it was a hack ...Maciej Katafiasz2004-12-281-3/+1
* Ooops, fix previous commit. Never trust file names I guess...Maciej Katafiasz2004-12-281-0/+5
* Fix Vorbis streams failing to decode in some files, where cluster_time isn't ...Maciej Katafiasz2004-12-282-4/+8
* 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
* set correct buffer durations in mp3parse, set default_duration in matroskamux...Arwed v. Merkatz2004-12-061-0/+6
* 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