summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.c
Commit message (Expand)AuthorAgeFilesLines
* gst/avi/gstavimux.*: Totally remove the internal taglists and fully use tagse...Stefan Kost2008-12-161-28/+8
* gst/avi/gstavimux.c: Instead of filtering wrongly just use the mergemode. App...Stefan Kost2008-12-151-13/+7
* gst/avi/gstavidemux.c: More logging.Stefan Kost2008-12-091-12/+26
* gst/avi/gstavimux.c: Don't segfault on string typed tags being NULL. Fixes #5...Stefan Kost2008-11-111-1/+1
* gst/avi/gstavimux.c: Fix VPRP chunk setup in avimux.Mark Nauwelaerts2008-10-211-4/+5
* gst/avi/gstavimux.c: Provide cbSize field for audio extra_data size, and take...Mark Nauwelaerts2008-08-041-8/+18
* gst/avi/avi-ids.h: Add vprp chunk related structures.Mark Nauwelaerts2008-06-291-2/+79
* gst/avi/gstavimux.*: Add 8 bytes to current streamheader to make for a comple...Mark Nauwelaerts2008-06-271-29/+35
* gst/avi/gstavimux.c: Simplify code. gst_tag_list_merge() does the NULL checks...Stefan Kost2008-06-121-8/+4
* gst/avi/gstavimux.c: Also support alaw/mulaw.Stefan Kost2008-05-211-23/+49
* gst/avi/gstavimux.c: Set proper rate in avi stream header for PCM audio, and ...Mark Nauwelaerts2008-05-181-5/+22
* gst/avi/gstavimux.c: Send an initial BYTE segment to inform downstream of lat...Mark Nauwelaerts2008-05-131-0/+4
* gst/avi/gstavimux.c: Do not leave fourcc stream header field empty upon reset.Mark Nauwelaerts2008-05-121-2/+2
* gst/avi/gstavimux.c: Add Dirac encodingDavid Schleef2008-02-281-0/+5
* gst/avi/gstavimux.c: Fix regression in stream numbering. Fixes #502655.Mark Nauwelaerts2007-12-111-1/+7
* Add some debug and sync tests with the fix.Stefan Kost2007-10-191-0/+2
* gst/avi/gstavimux.*: Also save codec data for audio streams. Fixes #482495.Stefan Kost2007-10-021-5/+35
* gst/avi/gstavimux.c: Fix "Index entry has invalid stream nr 1".Stefan Kost2007-10-021-10/+24
* gst/avi/gstavimux.c: Fix ODML index tag numbering. Fixes #463624.Mark Nauwelaerts2007-08-051-2/+2
* gst/avi/gstavimux.c: Allow muxing video/x-h264 (was already in the caps). Fix...zhangfei gao2007-02-141-0/+2
* gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...Sébastien Moutte2007-02-111-2/+2
* gst/avi/gstavimux.c: Explicitly cast result of pointer arithmetic to integer ...Tim-Philipp Müller2007-02-091-2/+2
* Add support for more than one audio stream; write better AVIX header; refacto...Mark Nauwelaerts2007-01-141-516/+479
* 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