summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-09ext/cdio/: Also extract album title and album genre from CD-TEXT if available...RELEASE-0_10_10_ROOTRELEASE-0_10_10_BRANCHBenjamin Kampmann3-0/+25
2008-06-09gst/mpegaudioparse/gstmpegaudioparse.c: Don't mark MPEG headers with emphasis...Sebastian Dröge2-13/+87
2008-06-07Require libcdio >= 0.76.Tim-Philipp Müller4-27/+2
2008-06-02ext/a52dec/gsta52dec.c: Drain queued buffers before forwarding the segment ev...Wim Taymans2-3/+9
2008-06-02ext/a52dec/gsta52dec.*: Add segment handling, buffer clipping and basic rever...Wim Taymans4-19/+101
2008-05-28Random doc of the day. Also print human readable format of newsegment in log ...Stefan Kost23-88/+174
2008-05-26ext/a52dec/gsta52dec.*: Mark discont on outgoing buffers after receiving a DI...Wim Taymans3-12/+42
2008-05-26gst/mpegaudioparse/gstxingmux.c: Fix alignment issues that caused SIGBUS on s...Sebastian Dröge2-10/+21
2008-05-25gst/ac3parse/gstac3parse.c: Fix alignment issue which isn't really an issue a...Tim-Philipp Müller2-1/+7
2008-05-25configure.ac: Back to devel -> 0.10.8.1Jan Schmidt3-1/+6
2008-05-21Release 0.10.8RELEASE-0_10_8Jan Schmidt21-83/+90
2008-05-21Update .po filesJan Schmidt26-505/+484
2008-05-19configure.ac: 0.10.7.4 pre-releaseJan Schmidt2-1/+6
2008-05-19ext/mad/gstmad.c: Fix inconsistent use of rate and channels.Edward Hervey2-8/+13
2008-05-19gst/realmedia/rmdemux.c: Flush timestamp correction variables on a flush. Fix...Wim Taymans2-0/+16
2008-05-19Commit 0.10.7.3 pre-rel markerJan Schmidt3-1/+6
2008-05-13gst/realmedia/rmdemux.c: Properly aggregate GstFlowReturn from downstream in ...Edward Hervey3-2/+13
2008-05-10configure.ac: 0.10.7.2 pre-releaseJan Schmidt2-1/+6
2008-05-10Always let FLUSH_START events flow downstream.Edward Hervey4-1/+11
2008-05-07configure.ac: Error out if we don't have the required core/base versions.Tim-Philipp Müller2-3/+8
2008-05-06gst/realmedia/rmdemux.c: Fix video timestamps by adjusting it with the first ...Wim Taymans2-10/+45
2008-05-06gst/realmedia/rdtmanager.c: Set Rank to NONE so that we don't accidentally tr...Wim Taymans3-1/+7
2008-05-05gst/mpegaudioparse/gstmpegaudioparse.c: Send a new duration message if the av...Sebastian Dröge2-5/+23
2008-04-30gst/realmedia/rtspreal.*: Move assembly rule parsing to the place where we pa...Wim Taymans3-35/+47
2008-04-29gst/realmedia/: Include generated "_stdint.h" instead of <stdint.h> which mig...Michael Smith3-2/+9
2008-04-25ext/sidplay/gstsiddec.cc: Cast NULL sentinels to void * as NULL is defined as...Sebastian Dröge3-3/+10
2008-04-22Fix "unused var" compiler error when --disable-gst-debug is used.Edgard Lima3-3/+13
2008-04-17ext/amrnb/amrnbparse.c: We should also stop the streaming task when we get a ...Tim-Philipp Müller2-5/+21
2008-04-17ext/: gst_atomic_int_set ==> g_atomic_int_setEdward Hervey2-1/+1
2008-04-11gst/mpegaudioparse/gstxingmux.c: Fix argument formats.Julien Moutte3-3/+8
2008-04-06configure.ac: Actually build dlls when cross-compiling with mingw32.Damien Lespiau2-0/+9
2008-04-04Depend on GLib 2.12 and use it unconditionally as we do in other modules too ...Sebastian Dröge4-31/+10
2008-04-03gst/mpegaudioparse/: Use GSlice for allocating the seek table entries if we c...Sebastian Dröge4-5/+71
2008-04-01gst/asfdemux/gstasfdemux.c: Remove some debug code.Wim Taymans2-1/+7
2008-04-01gst/asfdemux/gstasfdemux.c: Guard against division by 0 and fall back to 25/1...Wim Taymans2-1/+11
2008-04-01gst/asfdemux/gstasfdemux.c: Instead of adding a fixes 25/1 framerate to the v...Wim Taymans3-4/+34
2008-03-21configure.ac: Check if the compiler supports do { } while (0) macros. This fi...Sebastian Dröge3-0/+10
2008-03-19gst/realmedia/asmrules.c: make ) also a delimiter for rules.Wim Taymans2-2/+23
2008-03-12gst/mpegaudioparse/gstmpegaudioparse.c: Don't take the stream lock when cachi...Sebastian Dröge2-4/+10
2008-03-10gst/realmedia/rtspreal.c: Add the version field when creating the CONT chunk ...Pizpot Gargravarr2-2/+12
2008-03-10gst/mpegaudioparse/gstmpegaudioparse.c: Remove trailing newlines from debug s...Wim Taymans3-3/+9
2008-03-04ext/dvdnav/dvdnavsrc.*: Apply patch that adds some seeking support to dvdnav,...Simone Gotti5-81/+577
2008-03-03configure.ac: Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify w...Peter Kjellerstedt3-23/+24
2008-02-27Push EOS, FLUSH_STOP and NEWSEGMENT immediately instead of dropping and leaki...Sebastian Dröge3-8/+15
2008-02-27Cache all events except EOS if we still have to send a NEWSEGMENT event. This...Sebastian Dröge5-5/+76
2008-02-27gst/mpegaudioparse/gstxingmux.c: Write Xing header at the correct position in...Sebastian Dröge3-4/+10
2008-02-23Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller4-3/+18
2008-02-22ext/lame/gstlame.c: Fix broken GST_ELEMENT_ERROR macro, fixes compile with th...Tim-Philipp Müller3-1/+7
2008-02-22gst/mpegaudioparse/gstmpegaudioparse.*: Post channel mode and CRC as tags. Fi...Thiago Sousa Santos4-10/+119
2008-02-22ext/dvdnav/dvdnavsrc.c: Correctly chain up to the parent's finalize function.Sebastian Dröge2-0/+7