summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.c
Commit message (Expand)AuthorAgeFilesLines
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-231-65/+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-151-3/+12
* 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-211-2/+2
* gst/: Add MS RLE support. I added some functions to read out strf chunks into...Ronald S. Bultje2004-04-161-4/+17
* 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-151-272/+273
* gst-indentThomas Vander Stichele2004-03-141-404/+370
* 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
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-5/+5
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-5/+5
* 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
* use new error signal and classificationThomas Vander Stichele2004-01-181-12/+12
* configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje2004-01-011-2/+11
* Merge CAPS branchDavid Schleef2003-12-221-21/+11
* Riff, EBML, fourcc etc. work. Not fully finished, but better than what we use...Ronald S. Bultje2003-12-071-1468/+992
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* Change everyone to video/x-msvideoDavid Schleef2003-11-271-1/+1
* License is GST_LICENSE, make own debugging category and fix some debug statem...Benjamin Otte2003-11-241-3/+9
* Merge plugins. Update to new plugin init codeDavid Schleef2003-11-011-79/+101
* avidemux still depends on riffDavid Schleef2003-10-311-0/+2
* Doesn't need to load gstriffIain Holmes2003-10-311-2/+0
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-281-41/+2
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-3/+3
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-011-18/+18
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-1/+3
* Clarify DV type 1/2 differenceRonald S. Bultje2003-09-121-3/+7
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-241-0/+3
* Support ISO style variable length macrosBrian Cameron2003-07-071-1/+41
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-368/+478
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-86/+89
* gcc 3.3 and ppc fixesBenjamin Otte2003-06-141-12/+32
* Add support for new divx/xvid mimetypesRonald S. Bultje2003-06-011-9/+21
* Update duration fieldWim Taymans2003-05-291-1/+5
* UNITS -> DEFAULTWim Taymans2003-05-241-17/+19
* PCM data in AVI is always little endianRonald S. Bultje2003-05-141-2/+2
* added support for alaw/mulaw audio - yes, I have alaw encoded AVIs hereBenjamin Otte2003-04-141-0/+19
* Bigendian fixesWim Taymans2003-02-041-12/+20
* Endian fixes for index parsing.Wim Taymans2003-02-041-1/+4