summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* mssdemux: do not try to deinit the downloadrate while it is usedThiago Santos2013-11-151-2/+1
* mssdemux: also consider /manifestThiago Santos2013-11-151-0/+5
* eglglessink: fix non-egl display context queryMatthieu Bouron2013-11-131-1/+1
* hlssink: do not lose ref to the multifilesinkThiago Santos2013-11-071-4/+0
* hlssink: make sure it is handled as a sinkThiago Santos2013-11-071-0/+3
* eglglessink: Query upstream first to get a EGLDisplaySebastian Dröge2013-11-041-4/+20
* curl: curlsftpsink - new libcurl-based sink element for SFTPL. Sorin2013-11-016-1/+853
* cdaudio: Remove cdaudio pluginReynaldo H. Verdejo Pinochet2013-11-013-642/+0
* cdaudio: port to 1.XReynaldo H. Verdejo Pinochet2013-10-311-53/+24
* eglglessink: remove unused functions in the eagl backendAndoni Morales Alastruey2013-10-301-18/+0
* hlsdemux: fix memory leak in gst_hls_demux_get_next_fragmentAlex Ashley2013-10-251-5/+9
* pitch: Fix inverted condition in setcapsOlivier Crête2013-10-121-1/+1
* hlsdemux: Small improvement on always valid if conditionThiago Santos2013-10-031-1/+1
* hlsdemux: Do not call _stop holding the updates lockThiago Santos2013-10-031-1/+0
* dashdemux: Improve if cause readabilityGreg Rutz2013-10-031-3/+3
* dashdemux: actually return true on latency queryThiago Santos2013-10-031-0/+1
* dashdemux: stop fetching live fragments that don't yet existAlex Ashley2013-10-033-9/+82
* openjpeg: Port OpenJPEG plugin to the 2.0 APISebastian Dröge2013-10-026-38/+394
* opencv: don't unref NULL caps in finalizeTim-Philipp Müller2013-09-291-2/+2
* eglglessink: Port iOS part to 1.0Sebastian Dröge2013-09-287-53/+89
* hlssink: Use floats for the EXTINF duration valuesJavier Jardón2013-09-281-6/+6
* hlssink: Write EXT-X-VERSION tag in the playlist fileJavier Jardón2013-09-281-2/+2
* hlsdemux: Fix dereferencing of NULL pointerAlex Ashley2013-09-281-2/+3
* dash/smoothstreaming: Remove unused debug category with the same nameSebastian Dröge2013-09-192-6/+0
* eglglessink: Fix static linking for Android by passing --tag=CC to libtoolSebastian Dröge2013-09-191-1/+1
* eglglessink: Update for new GstContext APISebastian Dröge2013-09-183-97/+22
* hlsdemux: Reset GstUriDownloader cancellation when restarting to playOlivier Crête2013-09-171-0/+2
* modplug: Specify directory when including stdafx.hIain Lane2013-09-101-1/+1
* eglglessink: change pool->sink->last_buffer to pool->last_bufferJulien Isorce2013-09-041-20/+30
* eglglessink: buffer pool does not need to maintain a ref on the displayJulien Isorce2013-09-041-11/+2
* eglglessink: add GstEGLImageBufferPoolSendBlockingAllocate callbackJulien Isorce2013-09-041-31/+93
* eglglessink: prepare gst_egl_adaptation_allocate_eglimage to be movedJulien Isorce2013-09-043-32/+54
* soundtouch: Fix compilation with soundtouch 1.4.0Sebastian Dröge2013-09-032-0/+14
* soundtouch: Allow compilation against float and integer version of the librarySebastian Dröge2013-09-023-42/+47
* dashdemux: Fix warnings when building in OS X Snow LeopardJosep Torra2013-08-301-2/+2
* dashdemux: Fix warnings when building in OS X Snow LeopardJosep Torra2013-08-302-2/+2
* dfbvideosink: make "layer-mode" property an enumTim-Philipp Müller2013-08-291-22/+31
* dfbvideosink: don't use deprecated GLib thread APITim-Philipp Müller2013-08-291-3/+2
* dfbvideosink: port to 1.0Kazunori Kobayashi2013-08-292-600/+662
* webpdec: Some cleanup and minor fixesSebastian Dröge2013-08-261-5/+21
* webp: Add WebP image decoder pluginSreerenj Balachandran2013-08-265-2/+608
* facedetect: new property to control bus messages updatesNicola Murino2013-08-232-47/+141
* opencv: Fix indentionSebastian Dröge2013-08-232-11/+11
* opencv: Port to non-deprecated GMutex/GCond APISebastian Dröge2013-08-232-33/+33
* opencv: Add disparity-map calculation elementMiguel Casas-Sanchez2013-08-234-0/+914
* srtpdec: fix buffers being dropped due to shadowed variableTim-Philipp Müller2013-08-161-2/+1
* dashdemux: offset segment numbers by startNumberChris Bass2013-08-161-1/+2
* dashdemux: remove incorrect timestamp scaling.Chris Bass2013-08-161-3/+0
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-157-97/+31
* mssdemux: use gst_data_queue_push_force for adding events to queueThiago Santos2013-08-131-1/+8