summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.c
Commit message (Expand)AuthorAgeFilesLines
* avimux: calculate suggested buffer sizeWim Taymans2009-10-131-0/+4
* avimux: add jpeg2000 to allowed capsWim Taymans2009-10-131-1/+7
* avi: lower max file sizeWim Taymans2009-10-131-1/+1
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-09-051-1/+1
* avimux: adds support to wmaThiago Santos2009-07-281-1/+30
* avimux: adds support to wmvThiago Santos2009-07-281-1/+22
* Remove version numbers from a few gst-launch examples.Stefan Kost2009-01-291-2/+2
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-18/+8
* gst/avi/gstavimux.c: Minor fix/cleanup in header field calculation.Mark Nauwelaerts2009-01-071-2/+3
* gst/avi/gstavimux.*: Ensure header size invariance during subsequent rewrite ...Mark Nauwelaerts2009-01-061-1/+14
* ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ...Stefan Kost2008-12-191-2/+2
* gst/avi/gstavimux.c: Rename api from _flush to _reset_tags.Stefan Kost2008-12-161-1/+1
* gst/avi/gstavimux.c: Use new tagsetter api to flush tags.Stefan Kost2008-12-161-1/+3
* 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