summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* atdec: Change rank to MARGINAL until it can properly handle multichannel audioSebastian Dröge2014-07-111-1/+1
* d3dvideosink: Always lock the D3D surfaces in write modeSebastian Dröge2014-07-031-3/+2
* d3dhelpers: Swap UV planes properly for YV12 as compared to I420Sebastian Dröge2014-07-031-8/+19
* amc: Properly integrate COLOR_QCOM_FormatYVU420SemiPlanar32m againSebastian Dröge2014-07-031-0/+2
* amcaudiodec: audio/mpeg is always MPEG 1 layer 3Sebastian Dröge2014-07-031-0/+1
* applemedia: enable vtdec and vtenc only on >= 10.8 where VideoToolbox is publicAlessandro Decina2014-07-022-10/+17
* vtdec: avoid segfault when output isn't configuredThiago Santos2014-07-021-0/+14
* vtdec: ignore the dropped flag if buffer was receivedThiago Santos2014-07-021-3/+8
* d3dvideosink: Don't leak all surfacesSebastian Dröge2014-07-022-8/+4
* d3dvideosink: PostMessage() takes integers as last parameters, not pointersSebastian Dröge2014-07-021-2/+2
* d3dvideosink: Remove unused variableSebastian Dröge2014-07-021-1/+0
* vtenc: fix memory leakMatthieu Bouron2014-06-301-4/+15
* uvch264src: Free property strings when disposing the instanceSebastian Dröge2014-06-291-0/+6
* uvch264src: Fix compiler warning when compiling with G_DISABLE_ASSERTSebastian Dröge2014-06-291-0/+2
* mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey2014-06-259-34/+34
* dvbsrc: add copyright/license stub to headerReynaldo H. Verdejo Pinochet2014-06-251-0/+21
* dvbsrc: documentation fixesReynaldo H. Verdejo Pinochet2014-06-252-34/+41
* d3dvideosink: Release D3D surfaces when shutting down the sinkEric Trousset2014-06-232-0/+15
* openslessrc: Classification of the element factory should be Source/ not Src/Sebastian Dröge2014-06-231-1/+1
* dvbsrc: fix diseqc-source prop name in exampleReynaldo H. Verdejo Pinochet2014-06-221-1/+1
* dvbsrc: fix nit on warning messageReynaldo H. Verdejo Pinochet2014-06-221-1/+1
* androidmedia: Clear exceptions also when we did not provide a GErrorSebastian Dröge2014-06-201-1/+4
* androidmedia: Also don't report warnings for queue/dequeue errors during flus...Sebastian Dröge2014-06-193-20/+42
* androidmedia: Don't consider input buffer queueing failures as an error durin...Sebastian Dröge2014-06-193-3/+18
* androidmedia: Clean up flushing code and don't consider output buffer releasi...Sebastian Dröge2014-06-193-11/+35
* dvbsrc: do not try to close negative file descriptorsVincent Penquerc'h2014-06-121-1/+2
* dvbsrc: drop redundant assignmentReynaldo H. Verdejo Pinochet2014-06-051-2/+0
* dvbsrc: improve timeout handing at locking loopReynaldo H. Verdejo Pinochet2014-06-051-16/+57
* shmsink: Allocate enough memory to do alignmentOlivier Crête2014-06-021-1/+1
* androidmedia: Actually print the stacktrace into the error stringSebastian Dröge2014-06-021-0/+3
* androidmedia: Clear the exception before trying to call Java methods to conve...Sebastian Dröge2014-06-021-1/+6
* androidmedia: Fix crashes when loading the plugin in a standalone application...Sebastian Dröge2014-06-021-0/+43
* dvbbasebin: better error handling in case tsparse is missingTim-Philipp Müller2014-06-011-6/+28
* dvbbasebin: add prop setup code for guint64Reynaldo H. Verdejo Pinochet2014-05-301-0/+7
* dvb/cam*: use g_strerror and other few nitsReynaldo H. Verdejo Pinochet2014-05-303-8/+9
* dvbbasebin: fix dvbsrc signal proxyingReynaldo H. Verdejo Pinochet2014-05-301-18/+43
* dvbbasebin: proxy new props/signals from dvbsrcReynaldo H. Verdejo Pinochet2014-05-301-0/+42
* dvbsrc: smarten up tuning logicReynaldo H. Verdejo Pinochet2014-05-302-209/+327
* androidmedia: Add exceptions from the Java API to error messages, and post mo...Sebastian Dröge2014-05-305-172/+385
* androidmedia: Add a GError argument to all amc methods and catch exceptions t...Sebastian Dröge2014-05-302-155/+253
* androidmedia: Describe exceptions happening when scanning all codecsSebastian Dröge2014-05-301-37/+106
* androidmedia: Add API to convert an exception into a stringSebastian Dröge2014-05-301-0/+197
* Release the codec before freeing itJorge Zapata2014-05-302-2/+6
* Revert "androidmedia: Place some const keywords in a few places"Sebastian Dröge2014-05-272-4/+4
* androidmedia: Place some const keywords in a few placesSebastian Dröge2014-05-262-4/+4
* androidmedia: add gst_amc_color_format_copyChen Jie2014-05-266-477/+492
* androidmedia: move create_src|sink_caps to gstamc.cChen Jie2014-05-265-680/+507
* dvb: parsechannels: add delsys propertyStefan Ringel2014-05-261-0/+10
* dvbsrc: map SYS_DVBC_ANNEX_A SYS_DVBC_ANNEX_AC for DVB API < 5.6Vincent Penquerc'h2014-05-261-0/+9
* dvbsrc: fix typo in testing flagVincent Penquerc'h2014-05-261-1/+1