gst: don't use volatile to mean atomic
[platform/upstream/gstreamer.git] / sys / androidmedia / gstamcaudiodec.c
2021-03-22 Matthew Watersgst: don't use volatile to mean atomic
2019-08-20 Xavier Claessensamc: Select between encoder/decoder at GstAmcCodec...
2019-08-20 Xavier Claessensamc: Remove gst_amc_format_contains_key()
2017-12-06 Ursula Maplehurstandroidmedia: when flushing, better handle IllegalState...
2017-01-05 Sebastian Drögeandroidmedia: Add support for Opus in the decoder
2016-12-15 Sebastian Drögeamcaudiodec: Set "is-adts" to 1 for ADTS AAC
2016-08-26 Thibault SaunierUse the new API to post flow ERROR messages on the bus
2016-03-11 Sebastian Drögeamc: Correctly handle NULL input buffers
2016-01-22 Sebastian Drögeamc: MediaCodec::getOutputBuffer() can return NULL...
2015-10-20 Matthieu Bouronandroidmedia: Add support for GL output in amcvideodec
2015-05-31 Sebastian Drögeandroidmedia: Conditionally use get_{input,output}_buff...
2015-05-19 Sebastian Drögeamcaudiodec: Add an output adapter for chunking the...
2015-04-17 Sebastian Drögeandroidmedia: Handle queue/release errors non-fatal
2015-03-11 Edward Herveyandroidmedia: Remove unused label/variable
2014-09-24 Anuj Jaiswalandroidmedia: break statements unnecessary
2014-09-01 Sebastian Drögeamcaudiodec: Remove hack for Google MP3 decoder
2014-08-14 Sebastian Drögeandroidmedia: Make sure to unblock any thread waiting...
2014-08-14 Sebastian Drögeandroidmedia: Fix draining logic to let the base class...
2014-06-19 Sebastian Drögeandroidmedia: Also don't report warnings for queue...
2014-06-19 Sebastian Drögeandroidmedia: Don't consider input buffer queueing...
2014-06-19 Sebastian Drögeandroidmedia: Clean up flushing code and don't consider...
2014-05-30 Sebastian Drögeandroidmedia: Add exceptions from the Java API to error...
2014-05-30 Jorge ZapataRelease the codec before freeing it
2014-05-26 Chen Jieandroidmedia: move create_src|sink_caps to gstamc.c
2014-02-14 Sebastian Drögeamcaudiodec: Calculate number of samples per frame...
2014-02-14 Sebastian Drögeamcaudiodec: Error out if we get an invalid raw audio...
2014-02-14 Sebastian Drögeamcaudiodec: Release buffer back to Android if allocati...
2014-01-25 Sebastian Drögeandroidmedia: Don't handle FLUSHING or NOT_LINKED as...
2013-10-30 Andoni Morales Ala... androidmedia: fix access to invalid buffers in the...
2013-05-20 Sebastian Drögeandroidmedia: Fix indention
2013-04-16 Sebastian Drögeamcaudiodec: Properly set output format instead of...
2013-04-16 Sebastian Drögeandroidmedia: Set parent class in class_init
2013-04-16 Sebastian Drögeandroidmedia: Handle refcounts of pad templates correctly
2013-04-16 Sebastian Drögeamcaudiodec: Use 1.0-style raw audio caps
2013-04-16 Sebastian Drögeandroidmedia: Properly set subclasses metadata/pad...
2013-03-27 Tim-Philipp MüllerMerge SBC decoder and encoder from bluez
2012-11-12 Sebastian Drögeandroidmedia: Update to new GLib thread API
2012-10-25 Sebastian Drögeandroidmedia: Port to 1.0
2012-10-15 Sebastian DrögeTry to handle format changes more gracefully
2012-10-15 Sebastian DrögeAdd workaround for Google MP3 decoder outputting garbag...
2012-10-15 Sebastian DrögeAlso add some more output format checks to the audio...
2012-10-15 Sebastian DrögeDon't set timestamps, the baseclass handles this for...
2012-10-15 Sebastian DrögeMerge structures into caps instead of appending them
2012-10-15 Sebastian DrögeUse orc_memcpy() instead of memcpy() as it should be...
2012-10-15 Sebastian DrögeAdd support for audio/mpeg-L2 for the Nexus 7
2012-10-15 Sebastian DrögeOnly mpegversion=4 is supported for AAC
2012-10-15 Sebastian DrögeRemove some obsolete FIXMEs
2012-10-15 Sebastian DrögeFix flushing logic to unbreak handling of flushing...
2012-10-15 Sebastian DrögeFix Vorbis decoding
2012-10-15 Sebastian DrögeWait at most 100ms for dequeueing a buffer, and retry...
2012-10-15 Sebastian DrögeRelease output buffers a bit earlier
2012-10-15 Sebastian DrögeKeep another reference of the input buffer in handle_fr...
2012-10-15 Sebastian DrögePass -1 as number of frames to the base class
2012-10-15 Sebastian DrögeUse correct buffer variable
2012-10-15 Sebastian DrögeAlways pass 1 as number of frames to finish_frame()
2012-10-15 Sebastian DrögeCorrectly remember number of channels and samplerate
2012-10-15 Sebastian DrögeDon't unref input buffer from handle_frame(), it's...
2012-10-15 Sebastian DrögeRemove invalid GST_ERROR() call
2012-10-15 Sebastian DrögeOnly try to get the channel-mask if it is set
2012-10-15 Sebastian DrögeAdd support for FLAC
2012-10-15 Sebastian DrögeFix src template caps
2012-10-15 Sebastian DrögeFix plugin initialization
2012-10-15 Sebastian DrögeAdd support for audio decoders, completely untested...