summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.c
Commit message (Expand)AuthorAgeFilesLines
* gst/avi/gstavimux.c: accept all mpegversions,fixes #380825 spotted by: Jerome...Stefan Kost2006-11-301-1/+1
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-1/+1
* gst/avi/gstavimux.c: Correctly set the dwLength in strh.Yves Lefebvre2006-09-161-1/+1
* gst/avi/gstavimux.c: Respect mpegversion for "video/mpeg" and give message in...Stefan Kost2006-07-181-1/+23
* gst/avi/gstavimux.*: - add odml (large file) index supportMark Nauwelaerts2006-05-221-130/+235
* gst/avi/gstavimux.c: Work around gst_buffer_make_metadata_writable() bug that...Mark Nauwelaerts2006-05-091-2/+6
* Add docs for both avidemux and avimux.Tim-Philipp Müller2006-04-271-0/+40
* gst/avi/: Port AVI muxer to GStreamer-0.10 (#332031).Mark Nauwelaerts2006-04-271-293/+550
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-1/+12
* More fractional framerate conversionsJan Schmidt2005-11-221-16/+17
* Update for gst_tag_setter API changes.Andy Wingo2005-11-221-1/+1
* 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