summaryrefslogtreecommitdiffstats
path: root/gst/avi
Commit message (Expand)AuthorAgeFilesLines
...
* avidemux: Removed unused variableEdward Hervey2009-06-251-2/+0
* avidemux: short-circuit gst_avi_demux_src_convert() when parsing the indexTim-Philipp Müller2009-06-241-37/+51
* avidemux: Sprinkle branch likeliness macros over the code.Edward Hervey2009-06-241-26/+29
* avidemux: post container-format tagTim-Philipp Müller2009-06-221-6/+13
* avidemux: streaming; adjust sizes to cater for padding in chunksMark Nauwelaerts2009-06-181-2/+2
* avidemux: streaming mode; handle data chunks grouped in rec lists.Mark Nauwelaerts2009-06-171-0/+19
* avidemux: debug_memdump() unknown tags. Refactor junk parsing code.Edward Hervey2009-06-091-28/+47
* avidemux: skip JUNK chunks in data section in streaming modeTim-Philipp Müller2009-06-011-0/+2
* avidemux: Fix pointer arithmeticSebastian Dröge2009-05-131-2/+2
* avidemux: initialize variable to 0Tristan Matthews2009-05-111-1/+1
* avidemux: Use the first entry for a given stream if the first entry is after ...Sebastian Dröge2009-05-111-4/+13
* avidemux: Use binary search for finding the requested index entry when seekingSebastian Dröge2009-05-111-17/+27
* Add RANKS for various encoders and muxersChristian Schaller2009-05-071-1/+1
* avidemux: Move 'res' to where it's actually being used.Edward Hervey2009-04-181-5/+3
* avidemux: don't push EOS in streaming modeWim Taymans2009-04-141-4/+2
* avidemux: add convert query, fix duration queryLRN2009-04-101-1/+31
* i18n: make sure gettext gives us UTF-8 at all timesTim-Philipp Müller2009-03-251-0/+1
* avidemux: don't post an error if EOS can't be pushed downstream.Alessandro Decina2009-03-241-6/+1
* avidemux: fix SEEK event handling in push modeJulien Moutte2009-02-261-3/+10
* avidemux: avoid crashing on subtitlesWim Taymans2009-02-251-2/+9
* avidemux: Fix alignment issues by using GST_READ_*Sebastian Dröge2009-02-221-5/+5
* Remove useless processing for non-raw formatsEdward Hervey2009-01-301-10/+8
* 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-282-28/+13
* 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-062-1/+17
* 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-162-32/+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-092-13/+32
* gst/avi/gstavimux.c: Don't segfault on string typed tags being NULL. Fixes #5...Stefan Kost2008-11-111-1/+1
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/avi/gstavidemux.c: Invert other uncompressed RGB formats. Fixes #558554.Nick Haddad2008-10-311-5/+17
* gst/avi/gstavimux.c: Fix VPRP chunk setup in avimux.Mark Nauwelaerts2008-10-211-4/+5
* gst/avi/gstavidemux.c: Skip entries for streams that don't have a output pad ...Edward Hervey2008-10-151-0/+6
* gst/avi/gstavidemux.c: Reset header state. Fixes #555321.Wim Taymans2008-10-081-0/+1
* gst/avi/gstavidemux.*: For timestamping audio packets we need to take into ac...Wim Taymans2008-10-082-5/+33
* Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller2008-08-301-5/+3
* gst/avi/gstavidemux.c: Some AVI 2.0 (ODML) files don't respect the 'specifica...Edward Hervey2008-08-161-4/+10
* gst/avi/gstavimux.c: Provide cbSize field for audio extra_data size, and take...Mark Nauwelaerts2008-08-041-8/+18
* gst/avi/gstavidemux.c: Fix build of avidemux on big endian architectures.Alessandro Decina2008-07-141-3/+3
* gst/avi/avi-ids.h: Add vprp chunk related structures.Mark Nauwelaerts2008-06-294-3/+273
* gst/avi/gstavimux.*: Add 8 bytes to current streamheader to make for a comple...Mark Nauwelaerts2008-06-272-29/+44
* gst/avi/gstavimux.c: Simplify code. gst_tag_list_merge() does the NULL checks...Stefan Kost2008-06-121-8/+4
* gst/avi/gstavidemux.c: Try to ignore unparsable/unknown streams and give a wa...Wim Taymans2008-06-101-13/+21
* gst/avi/gstavidemux.c: Catch UNEXPECTED when downstream has reached end of se...Thijs Vermeir2008-06-051-24/+60
* gst/avi/gstavidemux.c: Fix typo in commentThijs Vermeir2008-06-041-1/+1
* gst/avi/gstavidemux.c: Because we don't know the frame order we need to push ...Thijs Vermeir2008-06-041-4/+14