]> git.sesse.net Git - vlc/history - modules/codec/omxil/android_mediacodec.c
mediacodec: skip prerolled frames
[vlc] / modules / codec / omxil / android_mediacodec.c
2015-03-24 Thomas Guillemmediacodec: skip prerolled frames
2015-03-24 Thomas Guillemmediacodec: don't loop in GetOutput
2015-03-24 Thomas Guillemmediacodec: factorize release_output_buffer
2015-03-24 Thomas Guillemmediacodec: handle error_state in one place
2015-03-24 Thomas Guillemmediacodec: process input buffers in only one place
2015-03-16 Thomas Guillemmediacodec: add a function that checks if codec is...
2015-03-14 Thomas Guillemmediacodec: don't use MTK MPEG4 decoders
2015-03-13 Thomas Guillemmediacodec: check getOutputBuffers and getInputBuffers
2015-03-13 Thomas Guillemmediacodec: factorize exception check
2015-03-12 Thomas Guillemmediacodec: fix rotation before API 21
2014-12-19 Thomas Guillemmediacodec: bypass profile check for OMX.LUMEVideoDecoder
2014-12-17 Thomas Guillemmediacodec: fix deprecated calls if API >= 21
2014-12-17 Thomas Guillemmediacodec: add member.critical
2014-12-17 Thomas Guillemmediacodec: lock InsertInflightPicture
2014-12-17 Thomas Guillemmediacodec: use a dynamic array for inflight pictures.
2014-12-12 Thomas Guillemmediacodec: fix jni LocalRef leaks
2014-12-03 Thomas Guillemmediacodec: add rotation support for opaque
2014-11-21 Thomas Guillemandroid_window: render picture on Display, and not...
2014-11-18 Thomas Guillemmediacodec: don't try OMX.google.*
2014-11-15 Thomas Guillemmediacodec: fix width/height in case crop is invalid
2014-11-15 Thomas Guillemmediacodec: remove jni_SetAndroidSurfaceSizeEnv call
2014-11-15 Thomas Guillemmediacodec: remove unused code/variables
2014-11-15 Thomas Guillemmodules: add android_window vout
2014-11-01 Rémi Denis-Courmontdecoder: remove decoder_UnlinkPicture() and decoder_Del...
2014-10-24 Thomas Guillemmediacodec: fix crash when color-format is invalid
2014-10-24 Thomas Guillemmediacodec: cleanly abort DecodeVideo if GetOutput...
2014-10-14 Thomas Guillemmediacodec: exception in getCapabilitiesForType is...
2014-10-14 Thomas Guillemmediacodec: fix jni leak
2014-10-14 Thomas Guillemmediacodec: fix comparison between signed and unsigned...
2014-10-14 Thomas Guillemandroid/jni: use a libvlcjni function to attach/detach...
2014-10-14 Thomas Guillemmediacodec: fix unused variable warning
2014-10-06 Thomas Guillemmediacodec: use convert_hevc_nal_units for hevc
2014-10-06 Thomas Guillemmediacodec: add hevc mimetype
2014-08-13 Jean-Baptiste KempfMediacodec: support WMV3 decoder
2014-08-13 Jean-Baptiste KempfMediacodec: support VP9
2014-07-04 Jean-Baptiste KempfMediacodec: display the FourCC correctly in the logs
2014-06-13 Adrien Magloandroid mediacodec: catch more Java exceptions and...
2014-06-12 Adrien MagloRevert "mediacodec: wait to have the first frame succes...
2014-06-09 Adrien Maglomediacodec: wait to have the first frame successfully...
2014-05-14 Felix Abecassismediacodec: fix field type mismatch
2014-04-30 Adrien Maglomediacodec: check exceptions after createByCodecName()
2014-04-03 Felix Abecassismediacodec: check exceptions after getCapabilitiesForType()
2014-03-13 Felix Abecassismediacodec: use a circular buffer of timestamps as...
2014-03-13 Felix Abecassismediacodec: cosmetics
2014-03-04 Felix Abecassismediacodec: move timeout from dequeueInputBuffer to...
2014-03-04 Felix Abecassismediacodec: disable direct rendering if VideoPlayerActi...
2014-02-19 Felix Abecassismediacodec: add more safety checks when trying to get...
2014-02-19 Felix Abecassismediacodec: do not accept codecs declaring no capabilities
2014-02-19 Felix Abecassismediacodec: fix style
2014-02-19 Zhang RuiMediaCodec: correct field signature
2014-02-18 Felix Abecassismediacodec: handle MediaCodec exceptions while decoding
2014-02-18 Felix Abecassismediacodec: add missing exception handling code after...
2014-02-14 Felix Abecassismediacodec: add a NULL pointer check after getting...
2014-02-11 Felix Abecassismediacodec: check if the codec can handle the H264...
2014-02-09 Felix Abecassismediacodec: disable HW acceleration for profiles Hi10P...
2014-02-09 Felix Abecassismediacodec: unlock the surface if configuring MediaCode...
2014-02-09 Felix Abecassismediacodec: disambiguate error message (same as below)
2014-02-07 Martin Storsjömediacodec: Use the input aspect ratio when sizing...
2014-02-07 Martin Storsjömediacodec: Pass the aspect ratio values through from...
2014-01-17 Felix Abecassismediacodec: implementation of MediaCodec GPU direct...
2014-01-17 Martin Storsjömediacodec: Set the dequeue timeout in the right unit
2013-11-15 Felix Abecassismediacodec: change type of internal variables to bool.
2013-11-04 Martin Storsjömediacodec: Simplify the GetOutput function
2013-11-04 Felix Abecassismediacodec: try to return an output frame if we failed...
2013-11-04 Felix AbecassisMediaCodec: use SSE copy function from the avcodec...
2013-09-22 Martin Storsjömediacodec: Support playing back VP8 as well
2013-09-22 Martin Storsjömediacodec: Don't return frames before the output forma...
2013-04-03 Jean-Baptiste KempfMediaCodec: handle exceptions on Flush
2013-03-18 Martin Storsjöh264_nal: Support resuming bitstream format conversion...
2013-02-02 Martin Storsjöomxil: Factorize samsung decoder quirk identification...
2013-01-30 Martin Storsjömediacodec: Handle VC1
2013-01-30 Martin Storsjömediacodec: Remove an unused variable
2013-01-30 Martin Storsjöomxil/mediacodec: Extend the quirk workaround for OMX...
2013-01-30 Martin Storsjömediacodec: Update a comment with the current state...
2013-01-23 Edward Wangmediacodec: avoid IllegalStateException on some weird...
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-14 Martin Storsjömediacodec: Check for exceptions after MediaCodec.start()
2012-10-08 Martin StorsjöAdd support for the new Android JellyBean MediaCodec API