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