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