summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-9/+9
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* gst/avi/gstavimux.c: Fix...Ronald S. Bultje2005-01-221-7/+8
* gst/avi/gstavimux.c: Fix padding...Ronald S. Bultje2005-01-191-3/+6
* ext/mad/gstmad.c: Fail if caps negotiation fails. Should fix #162184, and sho...Ronald S. Bultje2005-01-191-299/+242
* gst/avi/gstavimux.c: Free events (fix memleak in #162905).Ronald S. Bultje2005-01-161-0/+2
* gst/avi/gstavimux.c: Reusability fixes.Ronald S. Bultje2005-01-111-2/+20
* forgot to add h264 to avidemux capsStéphane Loeuillet2004-12-131-0/+4
* 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
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-1/+1
* common/m4/gst-feature.m4: Call -config scripts withDavid Schleef2004-04-131-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-112/+113
* gst-indentThomas Vander Stichele2004-03-141-602/+639
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* fix i18n includeThomas Vander Stichele2004-01-191-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-1/+3
* Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje2004-01-071-1/+0
* Merge CAPS branchDavid Schleef2003-12-221-268/+192
* Change everyone to video/x-msvideoDavid Schleef2003-11-271-1/+1
* Since padtemplates are now owned by the class, we should use the class functi...Ronald S. Bultje2003-11-091-3/+6
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-1/+1
* Merge plugins. Update to new plugin init codeDavid Schleef2003-11-011-42/+23
* Remove can_seek () because eventmasks was removed from sink pads - grrrRonald S. Bultje2003-10-091-25/+10
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-19/+19
* Set keyframe flag only when it is a keyframe. This will break quite some form...Ronald S. Bultje2003-09-301-1/+4
* 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
* Check for seekability and use gst_pad_push() instead of gst_pad_send_event()Ronald S. Bultje2003-09-121-24/+44
* Fix a warningRonald S. Bultje2003-07-221-2/+2
* improve index offset calculation, fix some minor other issues and make avimux...Ronald S. Bultje2003-07-221-31/+27
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-189/+217
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-4/+7
* Actually push the event over to the next element instead of leaving it into e...Ronald S. Bultje2003-06-071-0/+1
* Prevent warningRonald S. Bultje2003-06-011-1/+2
* OopsRonald S. Bultje2003-06-011-1/+1
* This fixes avimux largely. Sound playback still isn't optimal, but at least w...Ronald S. Bultje2003-06-011-75/+65
* Fix avimux (somewhat). Note: the EOS event still doesn't get through. This is...Ronald S. Bultje2003-05-301-9/+38
* Hm, one more little endian fixRonald S. Bultje2003-05-141-1/+1
* PCM data in AVI is always little endianRonald S. Bultje2003-05-141-3/+17
* we do not destroy anything anymore. Not even unwanted padsBenjamin Otte2003-04-151-3/+0
* add some extra checking on validity of pads before using themRonald S. Bultje2003-01-311-0/+4
* DOH! (yes, I'm a moron)Ronald S. Bultje2003-01-281-7/+7
* Someone forgot to fix this connect->link thingy - can this go into 0.6.0 please?Ronald S. Bultje2003-01-261-1/+1
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-8/+8
* Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2002-12-081-2/+2
* Add ogg/vorbis support for avi filesRonald S. Bultje2002-10-271-0/+10