summaryrefslogtreecommitdiff
path: root/gst/avi
AgeCommit message (Expand)AuthorFilesLines
2008-03-16gst/avi/gstavidemux.c: Erm, the buffer-size is just guint, no need for the sp...Stefan Kost1-1/+1
2008-03-16gst/avi/gstavidemux.c: Fix up my last commit. Use G_GUINT32_FORMAT for the gu...Stefan Kost1-3/+4
2008-03-15gst/avi/gstavidemux.c: Chunksize is uint32. Fix format specifier.Stefan Kost1-3/+3
2008-03-11gst/avi/gstavisubtitle.h: Fix up IS_FOO macros, which makes gtk-doc much happ...Tim-Philipp Müller1-2/+2
2008-02-28gst/avi/gstavimux.c: Add Dirac encodingDavid Schleef1-0/+5
2008-02-11gst/avi/gstavidemux.c: Revert patch which sends timestamps only on keyframes,...Jan Schmidt1-13/+3
2008-02-04gst/avi/gstavidemux.c: If there's no entries in the subindex, don't try to do...Edward Hervey1-0/+4
2008-02-01Add documentation for avisubtitle and change class toThijs Vermeir1-3/+20
2008-01-29gst/avi/gstavidemux.c: GStreamer timestamps are PTS values while AVI only kno...Wim Taymans1-3/+13
2008-01-14gst/: Initialise variables to work around (false) 'foo might be used uninitia...Tim-Philipp Müller1-1/+3
2008-01-02gst/avi/gstavi.c: increase rank because no known issues anymore ...Thijs Vermeir2-2/+21
2007-12-26Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller1-1/+3
2007-12-18Add seeking support for avi subtitleThijs Vermeir1-1/+24
2007-12-18gst/avi/gstavisubtitle.c: Detect other UTF byte order markers and convert to ...Tim-Philipp Müller1-16/+73
2007-12-18gst/avi/gstavisubtitle.*: Refactor a bit; fix name extraction; don't assume a...Tim-Philipp Müller2-94/+147
2007-12-18Add avi subtitle element for bug #442034. Need seeking support and more suppo...Thijs Vermeir4-3/+252
2007-12-11gst/avi/gstavimux.c: Fix regression in stream numbering. Fixes #502655.Mark Nauwelaerts1-1/+7
2007-11-13gst/: Return the result in _activate_pull(). Don't ref element there.Stefan Kost1-6/+5
2007-11-12gst/: Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that previ...Stefan Kost1-0/+5
2007-11-12gst/: Sync _handle_src_event() with oggdemux. In avidemux also ref the elemen...Stefan Kost1-12/+9
2007-10-19Add some debug and sync tests with the fix.Stefan Kost1-0/+2
2007-10-02gst/avi/gstavimux.*: Also save codec data for audio streams. Fixes #482495.Stefan Kost2-6/+37
2007-10-02gst/avi/gstavimux.c: Fix "Index entry has invalid stream nr 1".Stefan Kost1-10/+24
2007-09-10gst/avi/gstavidemux.c: Plug a little leak. Little code cleanups.Stefan Kost1-5/+8
2007-09-03gst/avi/gstavidemux.c: Implement seek-query.Stefan Kost1-0/+26
2007-08-05gst/avi/gstavimux.c: Fix ODML index tag numbering. Fixes #463624.Mark Nauwelaerts1-2/+2
2007-05-30gst/avi/gstavidemux.*: Parse subtitle text streams instead of erroring out (#...Tim-Philipp Müller2-2/+22
2007-05-30gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be p...Tim-Philipp Müller1-8/+9
2007-04-10gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt1-1/+1
2007-04-05gst/avi/gstavidemux.c: Don't leave the offsets defined by upstream element on...Julien Moutte1-0/+2
2007-04-04gst/avi/: Don't abort on out-of-memory. Use stream-nr as unsigned integer only.Stefan Kost2-41/+77
2007-03-10Printf format fixes; also add some missing quotes in translated strings. Fixe...Tim-Philipp Müller1-10/+10
2007-03-09gst/avi/gstavidemux.c: Fix stream position reporting after a seek. Fixes #416...Wim Taymans1-0/+2
2007-03-08gst/avi/gstavidemux.c: Make avidemux accept optional header chunks in any order.René Stadler1-58/+71
2007-02-28gst/avi/gstavidemux.c: Fix combined flow return. Fixes #412608.Wim Taymans1-52/+41
2007-02-14gst/avi/gstavimux.c: Allow muxing video/x-h264 (was already in the caps). Fix...zhangfei gao1-0/+2
2007-02-13gst/avi/gstavidemux.c: Put debug stuff into #ifndef GST_DISABLE_DEBUG #endifStefan Kost1-7/+15
2007-02-12gst/avi/gstavidemux.*: Save some memory (8%) by repacking the index entry str...Stefan Kost2-202/+302
2007-02-11gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...Sébastien Moutte1-2/+2
2007-02-09gst/avi/gstavimux.c: Explicitly cast result of pointer arithmetic to integer ...Tim-Philipp Müller1-2/+2
2007-01-22gst/avi/gstavidemux.c: Error out properly when pull_range fails while we're r...Tim-Philipp Müller1-9/+13
2007-01-14Add support for more than one audio stream; write better AVIX header; refacto...Mark Nauwelaerts2-538/+536
2007-01-09gst/avi/gstavidemux.c: Fix docs.Wim Taymans1-2/+4
2006-11-30gst/avi/gstavimux.c: accept all mpegversions,fixes #380825 spotted by: Jerome...Stefan Kost1-1/+1
2006-11-24gst/avi/gstavidemux.c: remove dead code, tweak debugs statements, add comment...Stefan Kost1-75/+171
2006-11-16gst/avi/gstavidemux.c: Initialise variable to get rid of bogus compiler warning.Tim-Philipp Müller1-1/+1
2006-11-14gst/avi/gstavidemux.c: Disable init_frames delay timestamp adjustment, it doe...Wim Taymans1-2/+9
2006-10-31gst/avi/gstavidemux.c: Use higher precision scale function.Wim Taymans1-2/+2
2006-10-28gst/avi/gstavidemux.c: Fix position query for audio. also fixes timestamps in...Wim Taymans1-78/+88
2006-10-16Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles1-1/+1