summaryrefslogtreecommitdiffstats
path: root/gst/avi
Commit message (Expand)AuthorAgeFilesLines
* ext/a52dec/gsta52dec.*: Do something useful with timestamps. Make chain-based...Ronald S. Bultje2004-12-061-2/+2
* gst/avi/gstavidemux.c: Fix quite humiliating bug in omitting 0-sized index ch...Ronald S. Bultje2004-11-291-9/+20
* gst/avi/gstavimux.c: First calculate the rate, and only then use it. Hdr.rate...Ronald S. Bultje2004-10-261-14/+14
* gst/: Framerate.Ronald S. Bultje2004-10-241-6/+16
* ext/gnomevfs/gstgnomevfssrc.c: Some debug.Ronald S. Bultje2004-10-122-39/+321
* gst/avi/gstavidemux.c: OK, so the original code was too strict. It makes rand...Ronald S. Bultje2004-10-091-51/+56
* gst/avi/gstavidemux.c: Prevent overwrite of size member. Makes audio sound cr...Ronald S. Bultje2004-10-051-5/+6
* gst/avi/gstavidemux.c: There was something wrong with the index massaging.Ronald S. Bultje2004-10-041-2/+2
* gst/avi/gstavidemux.c: Fix seeking in some files. All this code is no longer ...Ronald S. Bultje2004-10-041-52/+3
* gst/avi/gstavidemux.c: Improve allocation, cutting and sorting of the index. ...Ronald S. Bultje2004-10-041-84/+132
* gst-libs/gst/riff/riff-media.c: Add wing commander format mimetype/fourccs.Ronald S. Bultje2004-10-021-6/+9
* gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).Ronald S. Bultje2004-10-021-1/+6
* ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje2004-09-292-109/+436
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-232-68/+7
* gst/avi/gstavidemux.c: Just hardcode for raw audio then. AVI audio sucks.Ronald S. Bultje2004-09-151-5/+3
* gst/avi/gstavidemux.c: Try to fix a/v sync issues.Ronald S. Bultje2004-09-151-6/+21
* gst/avi/gstavidemux.*: Fix for compressed audio (mp3) timestamp generation. H...Ronald S. Bultje2004-09-152-3/+13
* more working pluginsSteve Lhomme2004-07-271-1/+1
* 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-252-0/+165
* gst/: Make sure we don't create 0 sized subbufers in riff-read.Wim Taymans2004-07-161-0/+4
* gst/: Set codec_data on caps for avidemuxer.Wim Taymans2004-07-131-3/+4
* gst/avi/gstavidemux.c: Fix potential division by zero error and hopefully get...Wim Taymans2004-05-241-2/+1
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-212-3/+3
* gst/: Add MS RLE support. I added some functions to read out strf chunks into...Ronald S. Bultje2004-04-161-4/+17
* common/m4/gst-feature.m4: Call -config scripts withDavid Schleef2004-04-131-2/+2
* gst/avi/gstavidemux.c: Fix memleak. patch from Sebastien Cote (bug #139958)Sebastien Cote2004-04-131-0/+1
* gst/avi/gstavidemux.c: Handle JUNK chunks inside data section. Prevents warni...Ronald S. Bultje2004-04-111-9/+14
* gst-libs/gst/riff/riff-media.c: Add MS video v1.Ronald S. Bultje2004-04-111-0/+17
* don't mix tabs and spacesThomas Vander Stichele2004-03-154-419/+422
* *.h: Revert indentingJohan Dahlin2004-03-153-119/+115
* gst-indentThomas Vander Stichele2004-03-147-1278/+1270
* gst/: First batch implementing audio and video codec tags in demuxers.Julien Moutte2004-02-231-3/+33
* Build fixes for OS X: (see #129600)David Schleef2004-02-071-2/+2
* remove textdomain callsThomas Vander Stichele2004-02-021-1/+0
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-022-6/+6
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-292-6/+6
* gst/ac3parse/gstac3parse.c: update to checklist 5David Schleef2004-01-271-0/+1
* gst/avi/gstavidemux.c: The index reading was broken. The rest worked fine, bu...Ronald S. Bultje2004-01-251-26/+25
* gst/avi/gstavidemux.c: don't write to buffer. Extract data without the need o...Benjamin Otte2004-01-231-56/+51
* ext/ogg/gstoggdemux.c: Fix wrong file comment.Ronald S. Bultje2004-01-231-7/+6
* putting i18n in place for pluginsThomas Vander Stichele2004-01-191-0/+8
* fix i18n includeThomas Vander Stichele2004-01-191-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-182-13/+15
* Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje2004-01-071-1/+0
* configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje2004-01-012-2/+12
* Merge CAPS branchDavid Schleef2003-12-222-289/+203
* Riff, EBML, fourcc etc. work. Not fully finished, but better than what we use...Ronald S. Bultje2003-12-076-1536/+1161