projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/gst-plugins-bad.git
2012-10-17
Tim-Philipp...
Use gst_element_class_set_static_metadata()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-17
Raimo Järvi
directsoundsrc: port to 1.0
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Sebastian Dröge
mpegdemux: Fix unitialized variable compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Sebastian Dröge
Revert "configure: fix build"
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Sebastian Dröge
androidmedia: Add missing file
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Wim Taymans
configure: fix build
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
androidmedia: Rename plugin
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
androidmedia: Add to the not yet ported plugins
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
androidmedia: Make everything buildable
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Don't try to use the NVidia DRM codecs
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Try to handle format changes more gracefully
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add workaround for Google MP3 decoder outputting garbag...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Also add some more output format checks to the audio...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Check output format metadata some more
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add some more default channel layouts, these should...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Don't set timestamps, the baseclass handles this for...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
List profiles in reverse to minimize caps
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Iterate levels in reverse order to minimize caps
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Merge structures into caps instead of appending them
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Use orc_memcpy() instead of memcpy() as it should be...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add support for audio/mpeg-L2 for the Nexus 7
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add support for MPEG1/2 video
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Ignore the *law and Vorbis decoders
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add FIXME comment for not handling odd widths/height...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix handling of I420 buffers with odd width
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Only mpegversion=4 is supported for AAC
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Remove some obsolete FIXMEs
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix flushing logic to unbreak handling of flushing...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix chroma stride for I420 stride/crop conversion
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix Vorbis decoding
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Wait at most 100ms for dequeueing a buffer, and retry...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Release output buffers a bit earlier
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Keep another reference of the input buffer in handle_fr...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Pass -1 as number of frames to the base class
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Use correct buffer variable
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Always pass 1 as number of frames to finish_frame()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Correctly remember number of channels and samplerate
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Don't unref input buffer from handle_frame(), it's...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Remove invalid GST_ERROR() call
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Only try to get the channel-mask if it is set
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add support for FLAC
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix src template caps
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix plugin initialization
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add support for audio decoders, completely untested...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Only set the SYNC_FRAME flag on the first buffer if...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Ignore codecs with unknown color formats for stability...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Implement cropping and correctly handle the different...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Really implement stride conversion for NV12 too
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Implement stride-conversion for I420 and NV12
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix typo in previous commit
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Don't allow using non-Google codecs if we started the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Rename to amc from androidmediacodec everywhere
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Improve debug output
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Print the MediaFormats we get in the debug logs
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Improve debug output
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Improve level/profile handling
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Allow registering as static plugin with the GStreamer...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
If the buffer sizes are the same, just memcpy() to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Correctly convert timestamps between us and ns
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Set SYNC_FRAME flag on buffers if required
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Improve flushing
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Wait at most 0.5 seconds for getting an input buffer...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Correctly check for flushing
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Retry for negative return values when dequeueing buffers
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix refcount bug
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
The MediaCodec API is apparently not threadsafe between...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix plugin cache creation
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Cache the codec informations inside the registry
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Properly attach and detach the current threads to the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Don't get the output format from the codec before it...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Get the input buffers from the codec
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix JNI method call signatures
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Initialize the VM will full debugging for now
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Use NewStringUTF() instead of our own method for that
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add the TI format to the mapping table too
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add another TI specific OpenMAX color format
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fixes to element/elementfactory creation
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Some bugfixes to the codec scanning code
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Fix some compilation errors
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add important FIXME
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add video decoder element
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add some more JNI wrapping
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Add some missing color format constants
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Implement basic wrapper around MediaCodec API
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Some more WIP
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
Initial commit
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
androidmedia: Add androidmedia plugin
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
hlsdemux: And fix another deadlock caused by the update...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
hlsdemux: Also hold the mutex before signalling the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
hlsdemux: Also cancel the downloader before stopping...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
hlsdemux: Only lock the mutex when it's not locked...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
hlsdemux: Fix another race condition by holding the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
hlsdemux: Port some things from the last commits
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
hlsdemux: Never ever stop a task from the task function
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Sebastian Dröge
hlsdemux: Fix lots of deadlocks caused by race conditio...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Sergey N. Gorshkov
rtmpsink: handle RTMP_Write() return value correctly
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
David Régade
rtmpsink: fix memory leak from URI verification via...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Mark Nauwelaerts
mpegdemux: advance stream time when sending GAP event
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Mark Nauwelaerts
mpegdemux: send language info downstream if available
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Mark Nauwelaerts
mpegdemux: remove obsolete struct field
commit
|
commitdiff
|
tree
|
snapshot
next