gst: don't use volatile to mean atomic
[platform/upstream/gstreamer.git] / sys / androidmedia / gstamcvideodec.c
2021-03-22 Matthew Watersgst: don't use volatile to mean atomic
2020-05-21 Matthew Watersamc/videodec: only retrieve the stride/slice-height...
2020-05-15 Matthew Watersamcvideodec: fix sync meta copying not taking a reference
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-08-20 Xavier Claessensamc: crop values are not mandatory in format
2019-08-20 Xavier Claessensamc: Select between encoder/decoder at GstAmcCodec...
2019-08-20 Xavier Claessensamc: Turn GstAmcSurfaceTexture into a base class with...
2019-08-14 Xavier Claessensamc: Fix crash when a sync_meta survives its sink
2019-02-19 Tim-Philipp Müllerandroidmedia: add Hardware tag to element metadata
2018-11-28 Jordan PetridisRun gst-indent through the files
2018-06-14 Jan Schmidtandroidmedia: Invert the transform matrix from the...
2017-12-06 Ursula Maplehurstandroidmedia: when flushing, better handle IllegalState...
2017-05-18 Sebastian Drögeamcvideodec: Unref downstream caps after usage
2017-04-26 shakin chouamcvideodec/enc: Correctly check for no PTS on input...
2017-03-13 Matthew Watersgl/format: use our own GL format enum's instead of...
2017-01-13 Edward Herveyandroidmedia: Use proper instance name
2017-01-13 Matthew Watersamcvideodec: fix build error from change in libgstgl
2017-01-13 Matthew Watersgl: update sys dependants for function removals
2017-01-04 Sebastian Drögeandroidmedia: Add support for VP9
2016-11-03 Matthew Watersgl: GST_GL_TYPE -> GST_TYPE_GL
2016-08-26 Thibault SaunierUse the new API to post flow ERROR messages on the bus
2016-06-29 Matthew Watersglmemory: add the texture type to allocate to parameters
2016-03-11 Sebastian Drögeamc: Correctly handle NULL input buffers
2016-02-28 Sebastian Drögeamcvideodec: When outputting on a surface, accept all...
2016-02-09 Matthew Watersglsyncmeta: separate out gpu/cpu waits.
2016-02-04 Matthew Watersamcvideodec: pass the correct time value to wait_for_sync
2016-02-04 Matthew Watersamcvideodec: advance the ready counter ourselves when...
2016-01-29 Matthew Watersamcvideodec: guard against not finding a valid frame...
2016-01-29 Matthew Watersamcvideodec: set our data pointer in java to NULL on...
2016-01-22 Sebastian Drögeamcvideodec: Only free GstAmcBuffer if it's not NULL
2016-01-22 Sebastian Drögeamc: MediaCodec::getOutputBuffer() can return NULL...
2015-12-17 Matthew Watersglmemory: implement GstGLBaseMemory::alloc
2015-12-14 Matthew Watersamcvideodec: update for GLMemory API changes
2015-11-26 Mathias Hasselmannandroidmedia: Don't add metadata to locked buffer
2015-11-19 Matthew Watersamcvideodec: move release_output_buffer into the sync...
2015-11-18 Sebastian Drögeamcvideodec: Don't require a non-zero buffer size when...
2015-11-17 Sebastian Drögeamcvideodec: Fix indentation
2015-11-17 Matthew Watersglimagesink: wait on the correct sync meta when rendering
2015-11-17 Matthew Watersamcviddec: output external-oes textures
2015-11-03 Luis de Bethencourtamcvideodec: use GST_STIME_ARGS for GstClockTimeDiff
2015-10-20 Matthew Watersandroidmedia: fix build errors
2015-10-20 Matthew Watersamcviddec: use gstcontext to retreive the OpenGL context
2015-10-20 Matthieu Bouronandroidmedia: Only allow GL output if the decoder has...
2015-10-20 Matthieu Bouronandroidmedia: Add support for GL output in amcvideodec
2015-10-20 Matthieu Bouronandroidmedia: Do not flush codec if it is not started
2015-10-20 Matthieu Bouronandroidmedia: Improve color format debug messages
2015-10-16 Sebastian Drögeamcvideodec: Properly forward the return value of gst_v...
2015-10-16 Sebastian Drögeamcvideodec: Implement support for COLOR_QCOM_FormatYVU...
2015-07-08 Sebastian Drögeandroidmedia: Add support for H265/HEVC
2015-05-31 Sebastian Drögeandroidmedia: Conditionally use get_{input,output}_buff...
2015-04-17 Sebastian Drögeandroidmedia: Handle queue/release errors non-fatal
2014-09-24 Anuj Jaiswalandroidmedia: break statement unnecessary
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: add gst_amc_color_format_copy
2014-05-26 Chen Jieandroidmedia: move create_src|sink_caps to gstamc.c
2014-02-14 Sebastian Drögeamcvideodec: Store return value of gst_caps_merge_struc...
2014-02-14 Sebastian Drögeamcvideodec: Release buffer to Android if allocating...
2014-01-25 Sebastian Drögeandroidmedia: Don't handle FLUSHING or NOT_LINKED as...
2014-01-14 Jorge Zapataamcvideodec: Add the divx variant for mpeg4 video
2013-12-05 Sebastian Drögeamcvideodec: Use new gst_video_decoder_set_needs_format...
2013-10-30 Andoni Morales Ala... androidmedia: fix access to invalid buffers in the...
2013-09-12 Sebastian Drögeamcvideodec: Don't put the level restrictions on the...
2013-09-03 Sebastian Drögeamcvideodec: Port tiled NV12 conversion to 1.0
2013-09-03 Sebastian Drögeamcvideodec: Add FIXME comment
2013-09-03 Jorge Luis Zapataandroidmedia: add support for a new qualcomm colorspace
2013-08-15 Sebastian Drögeext: Use new flush vfunc of video codec base classes...
2013-06-20 Xavi Artigasandroidmedia: Fix copying of raw video frames on Samsun...
2013-06-07 Sebastian Drögeandroidmedia: Fix string comparison
2013-06-07 Chen Jieandroidmedia: Hacks for HuaweiMediaPad which reports...
2013-05-20 Sebastian Drögeandroidmedia: Fix indention
2013-05-20 Chen Jieandroidmedia: fix a minor error in COLOR_FormatYUV420Pl...
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ögeandroidmedia: Properly set subclasses metadata/pad...
2013-03-27 Tim-Philipp MüllerMerge SBC decoder and encoder from bluez
2012-11-12 Sebastian Drögeamcvideodec: Fix refcount problem with frames being...
2012-11-12 Sebastian Drögeandroidmedia: Update to new GLib thread API
2012-10-25 Sebastian Drögeandroidmedia: Remember and use input state
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ögeCheck output format metadata some more
2012-10-15 Sebastian DrögeList profiles in reverse to minimize caps
2012-10-15 Sebastian DrögeIterate levels in reverse order to minimize caps
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 MPEG1/2 video
2012-10-15 Sebastian DrögeAdd FIXME comment for not handling odd widths/height...
2012-10-15 Sebastian DrögeFix handling of I420 buffers with odd width
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 chroma stride for I420 stride/crop conversion
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ögeAlways pass 1 as number of frames to finish_frame()
next