index
:
delta/gstreamer-plugins-bad.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
androidmedia
/
gstamcaudiodec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
amcaudiodec: Calculate number of samples per frame for MP3 and use that
Sebastian Dröge
2014-02-14
1
-5
/
+32
*
amcaudiodec: Error out if we get an invalid raw audio buffer size
Sebastian Dröge
2014-02-14
1
-0
/
+14
*
amcaudiodec: Release buffer back to Android if allocating output fails
Sebastian Dröge
2014-02-14
1
-0
/
+1
*
androidmedia: Don't handle FLUSHING or NOT_LINKED as error
Sebastian Dröge
2014-01-25
1
-1
/
+4
*
androidmedia: fix access to invalid buffers in the decoding loop
Andoni Morales Alastruey
2013-10-30
1
-2
/
+1
*
androidmedia: Fix indention
Sebastian Dröge
2013-05-20
1
-3
/
+5
*
amcaudiodec: Properly set output format instead of just setting caps
Sebastian Dröge
2013-04-16
1
-5
/
+2
*
androidmedia: Set parent class in class_init
Sebastian Dröge
2013-04-16
1
-0
/
+2
*
androidmedia: Handle refcounts of pad templates correctly
Sebastian Dröge
2013-04-16
1
-2
/
+2
*
amcaudiodec: Use 1.0-style raw audio caps
Sebastian Dröge
2013-04-16
1
-5
/
+2
*
androidmedia: Properly set subclasses metadata/pad templates in base_init
Sebastian Dröge
2013-04-16
1
-26
/
+60
*
androidmedia: Update to new GLib thread API
Sebastian Dröge
2012-11-12
1
-16
/
+16
*
androidmedia: Port to 1.0
Sebastian Dröge
2012-10-25
1
-100
/
+130
*
Try to handle format changes more gracefully
Sebastian Dröge
2012-10-15
1
-2
/
+11
*
Add workaround for Google MP3 decoder outputting garbage in first output buffer
Sebastian Dröge
2012-10-15
1
-1
/
+19
*
Also add some more output format checks to the audio decoder
Sebastian Dröge
2012-10-15
1
-0
/
+5
*
Don't set timestamps, the baseclass handles this for us anyway
Sebastian Dröge
2012-10-15
1
-4
/
+0
*
Merge structures into caps instead of appending them
Sebastian Dröge
2012-10-15
1
-10
/
+10
*
Use orc_memcpy() instead of memcpy() as it should be faster for larger memory...
Sebastian Dröge
2012-10-15
1
-2
/
+8
*
Add support for audio/mpeg-L2 for the Nexus 7
Sebastian Dröge
2012-10-15
1
-3
/
+19
*
Only mpegversion=4 is supported for AAC
Sebastian Dröge
2012-10-15
1
-2
/
+1
*
Remove some obsolete FIXMEs
Sebastian Dröge
2012-10-15
1
-10
/
+1
*
Fix flushing logic to unbreak handling of flushing seeks
Sebastian Dröge
2012-10-15
1
-2
/
+1
*
Fix Vorbis decoding
Sebastian Dröge
2012-10-15
1
-4
/
+13
*
Wait at most 100ms for dequeueing a buffer, and retry after that
Sebastian Dröge
2012-10-15
1
-2
/
+6
*
Release output buffers a bit earlier
Sebastian Dröge
2012-10-15
1
-3
/
+3
*
Keep another reference of the input buffer in handle_frame()
Sebastian Dröge
2012-10-15
1
-0
/
+22
*
Pass -1 as number of frames to the base class
Sebastian Dröge
2012-10-15
1
-2
/
+1
*
Use correct buffer variable
Sebastian Dröge
2012-10-15
1
-2
/
+2
*
Always pass 1 as number of frames to finish_frame()
Sebastian Dröge
2012-10-15
1
-5
/
+4
*
Correctly remember number of channels and samplerate
Sebastian Dröge
2012-10-15
1
-0
/
+2
*
Don't unref input buffer from handle_frame(), it's owned by the baseclass
Sebastian Dröge
2012-10-15
1
-11
/
+0
*
Remove invalid GST_ERROR() call
Sebastian Dröge
2012-10-15
1
-2
/
+0
*
Only try to get the channel-mask if it is set
Sebastian Dröge
2012-10-15
1
-1
/
+2
*
Add support for FLAC
Sebastian Dröge
2012-10-15
1
-0
/
+8
*
Fix src template caps
Sebastian Dröge
2012-10-15
1
-2
/
+2
*
Fix plugin initialization
Sebastian Dröge
2012-10-15
1
-5
/
+2
*
Add support for audio decoders, completely untested so far
Sebastian Dröge
2012-10-15
1
-0
/
+1163