summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-28Release 1.1.41.1.4Sebastian Dröge82-145/+1002
2013-08-28Update .po filesSebastian Dröge40-40/+40
2013-08-28po: update translationsSebastian Dröge1-9/+11
2013-08-28mpegts: mark as unstable APITim-Philipp Müller1-0/+5
2013-08-27mpegtsdemux: fix possible read beyond end of buffer when resyncingTim-Philipp Müller1-1/+1
2013-08-27h264parse: only update src CAPS when it's necessaryMatthieu Bouron1-2/+8
2013-08-27h264parse: do not set CAPS and passthrough mode if SPS/PPS have not been parsedMatthieu Bouron1-3/+6
2013-08-26configure.ac: Don't set BZ2_LIBS if bz2 is not foundSebastian Dröge1-1/+3
2013-08-26webpdec: Some cleanup and minor fixesSebastian Dröge1-5/+21
2013-08-26webp: Add WebP image decoder pluginSreerenj Balachandran6-2/+620
2013-08-23facedetect: new property to control bus messages updatesNicola Murino2-47/+141
2013-08-23opencv: Fix indentionSebastian Dröge2-11/+11
2013-08-23opencv: Port to non-deprecated GMutex/GCond APISebastian Dröge2-33/+33
2013-08-23opencv: Add disparity-map calculation elementMiguel Casas-Sanchez4-0/+914
2013-08-22directsoundsrc: Remove unused variableSebastian Dröge1-19/+16
2013-08-22configure: Update opencv dependency, 2.4.5 works too.Sebastian Dröge1-1/+1
2013-08-22directsoundsrc: Add 'device-name' property for selecting a audio deviceKishore Arepalli2-26/+74
2013-08-22configure: Fix bz2 configure check for WindowsSebastian Dröge1-2/+9
2013-08-21tsdemux: Refuse negative rates which we don't support yetEdward Hervey1-4/+5
2013-08-21mpegtsmux: Set the program number from prog-mapJesper Larsen3-5/+24
2013-08-21dvb: Adapt for latest mpegts lib changesEdward Hervey2-13/+11
2013-08-21mpegtsbase: Adapt for latest mpegts lib changesEdward Hervey2-13/+12
2013-08-21mpegts: ABI/API break: Use GPtrArray instead of GArrayEdward Hervey8-157/+212
2013-08-20uvch264src: don't error out on incomplete aux data segmentRobert Krakora1-4/+5
2013-08-20ivtc: Use input framerate when possibleEdward Hervey1-1/+14
2013-08-20id3mux: handle publisher, interpreted-by and musical-key tagsMatthieu Bouron1-0/+3
2013-08-20mpegvideoparse: Fix switch statement in level detection codeSebastian Dröge1-4/+8
2013-08-20jpegparse: Forward segment event after capsEdward Hervey1-1/+6
2013-08-20test: fix compiler warning in aiffparse test on 32-bit x86Tim-Philipp Müller1-1/+1
2013-08-19aiffparse: fix copyrightMatthieu Bouron1-2/+2
2013-08-17tests: fix some leaks in aiffparse unit testTim-Philipp Müller1-1/+3
2013-08-17tests: fix state change order in aiffparse testTim-Philipp Müller1-5/+5
2013-08-17aiffparse: add testsMatthieu Bouron4-0/+251
2013-08-17aiffparse: don't leak adapterTim-Philipp Müller1-3/+7
2013-08-17aiffparse: s/newsegment/segment/Matthieu Bouron1-4/+4
2013-08-17aiffparse: fix push modeMatthieu Bouron1-0/+128
2013-08-16mpeg4videoparse: Reparse the config if the size changedOlivier Crête1-3/+20
2013-08-16srtpdec: fix buffers being dropped due to shadowed variableTim-Philipp Müller1-2/+1
2013-08-16dashdemux: offset segment numbers by startNumberChris Bass1-1/+2
2013-08-16dashdemux: remove incorrect timestamp scaling.Chris Bass1-3/+0
2013-08-15examples: remove another obsolete exampleTim-Philipp Müller2-108/+0
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge11-111/+44
2013-08-14examples: remove prehistoric examplesTim-Philipp Müller12-939/+0
2013-08-14interaudiosrc: make silence memory actually contain silenceTim-Philipp Müller2-5/+20
2013-08-14dvbbasebin: fix criticals when trying to cast a GstPad to a GstElementTim-Philipp Müller1-1/+2
2013-08-14.gitignore: Update for new files to ignoreEdward Hervey2-0/+7
2013-08-14pesparse: Refactory secondary PES extension handlingEdward Hervey2-33/+53
2013-08-14pcapparse: Remove unneeded unref and only set pad caps if we have capsZaheer Abbas Merali1-3/+2
2013-08-14pesparse: Fix pes extension data length checkEdward Hervey1-3/+1
2013-08-14pesparse: Remove unused argumentEdward Hervey3-14/+5