summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* flacdec: Don't send empty string tagsEdward Hervey2009-07-011-1/+2
* Don't use sendmsg()-dependent code on WindowsLRN2009-06-301-0/+6
* law: fix caps and negotiationWim Taymans2009-06-306-129/+170
* pulsesink: include "1.0=100%" in volume and change upper limitStefan Kost2009-06-301-1/+7
* pulse: some more trivial cleanupsWim Taymans2009-06-291-20/+19
* pulse: trivial cleanupsWim Taymans2009-06-291-13/+2
* pulsesink: clear ringbuffer when asked toWim Taymans2009-06-291-0/+23
* autogen.sh: Actually do the 'echo -n' -> printf change.Jan Schmidt2009-06-261-1/+1
* autogen.sh: Use printf instead of 'echo -n'. Check for automake-1.1[01]Jan Schmidt2009-06-261-1/+1
* Automatic update of common submoduleJan Schmidt2009-06-261-0/+0
* qtdemux: don't process track_num/track_count tags with a 0 valueTim-Philipp Müller2009-06-261-3/+10
* waveformsink: use 'guint8' instead of 'byte' to fix compilation with MSVC8Tim-Philipp Müller2009-06-251-1/+1
* v4l2src: set structs to zero before using them in ioctlsStefan Kost2009-06-251-5/+5
* qtdemux: Make sure we don't blacklist streams by wrongly comparing theirJulien Moutte2009-06-251-3/+3
* rtpdec: fix some buffer leaksKrzysztof Błaszkowski2009-06-251-0/+3
* flvparse: Add missing break in switch/case.Edward Hervey2009-06-251-0/+1
* flvdemux: Remove unused variable, hint branch likeliness, add comments.Edward Hervey2009-06-251-8/+8
* avidemux: Removed unused variableEdward Hervey2009-06-251-2/+0
* qtdemux: Remove dead assignments and unused variables.Edward Hervey2009-06-251-9/+3
* qtdemux: Fix uninitialized variables. Fixes build on macosxEdward Hervey2009-06-251-5/+5
* souphttpsrc: free memory in finalizeStefan Kost2009-06-241-12/+6
* Automatic update of common submoduleJan Schmidt2009-06-241-0/+0
* avidemux: short-circuit gst_avi_demux_src_convert() when parsing the indexTim-Philipp Müller2009-06-241-37/+51
* qtdemux: Another round of G_*LIKELY micro-optimisations.Edward Hervey2009-06-241-26/+28
* qtdemux: Take last sample duration for dummy segment calculation.Edward Hervey2009-06-241-2/+4
* avidemux: Sprinkle branch likeliness macros over the code.Edward Hervey2009-06-241-26/+29
* raw1394: sprinkle branch likeliness macros accross the code.Edward Hervey2009-06-242-7/+10
* qtdemux: Add GST_MEMDUMP statements for unknown atoms.Edward Hervey2009-06-241-2/+13
* deinterlace: Remove the interlaced field from the output caps if deinterlacin...Sebastian Dröge2009-06-231-0/+8
* deinterlace: Copy the correct line from correct place in the historySebastian Dröge2009-06-231-1/+2
* rtspsrc: use same protocols after redirectWim Taymans2009-06-231-0/+11
* qtdemux: don't leak cover artTim-Philipp Müller2009-06-231-0/+1
* udp: fix compiler warning about EAI_ADDRFAMILY getting redefined in some casesTim-Philipp Müller2009-06-231-2/+2
* matroska: and the new headers tooWim Taymans2009-06-231-2/+2
* matroske: fix compiler errorWim Taymans2009-06-231-4/+4
* matroskademux: avoid leaking buffersWim Taymans2009-06-231-2/+11
* v4l2: open/close the device in READYStefan Kost2009-06-221-9/+39
* qtdemux: use GST_MEMDUMPTim-Philipp Müller2009-06-222-19/+6
* apedemux: add container-format tagTim-Philipp Müller2009-06-222-0/+8
* id3demux: add container-format tagTim-Philipp Müller2009-06-222-3/+19
* dvdemux: post container-format tagTim-Philipp Müller2009-06-221-44/+28
* dvdemux: don't screw up first audio bufferTim-Philipp Müller2009-06-221-21/+21
* multipartdemux: post container-format tagTim-Philipp Müller2009-06-221-4/+8
* matroska-demux: post container-format tagsTim-Philipp Müller2009-06-221-5/+4
* avidemux: post container-format tagTim-Philipp Müller2009-06-221-6/+13
* qtdemux: post container-format tagsTim-Philipp Müller2009-06-221-8/+33
* audioamplify: Fix integer overflows on 32 bit architecturesSebastian Dröge2009-06-211-9/+9
* audioamplify: Don't declare a loop index staticKipp Cannon2009-06-211-45/+47
* audioamplify: Fix off-by-one in wrap-positive modeSebastian Dröge2009-06-191-2/+2
* audioamplify: Add noclip method and support for more formatsKipp Cannon2009-06-192-165/+233