]> git.sesse.net Git - vlc/history - modules/codec/omxil
mediacodec: fix warning
[vlc] / modules / codec / omxil /
2015-03-24 Thomas Guillemmediacodec: fix warning
2015-03-24 Thomas Guillemmediacodec: Fix freeze when seeking on pause
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
2015-02-04 Jean-Baptiste KempfOMX: Don't use hardcoded profile numbers
2015-01-22 Thomas Guillemnativewindowpriv: split setup into setUsage and setBuff...
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-21 Thomas GuillemRevert "nativewindowpriv: use fence_fd"
2014-11-19 Thomas Guillemnativewindowpriv: use fence_fd
2014-11-18 Rémi Denis-CourmontOpenMAX IL: do not use Bellagio software implementation
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 Guillemomx-dr: remove jni_SetAndroidSurfaceSize call
2014-11-15 Thomas Guillemmodules: add android_window vout
2014-11-15 Thomas Guillemnativewindowpriv: add is_hw arg in setup
2014-11-15 Thomas Guillemnativewindowpriv: use native_window_priv as a handle
2014-11-01 Rémi Denis-Courmontpicture_pool: remove ..._Delete(), use ..._Release...
2014-11-01 Rémi Denis-Courmontdecoder: remove decoder_UnlinkPicture() and decoder_Del...
2014-10-25 Thomas Guillemiomx-dr: fix crash if anwpriv.connect fails
2014-10-24 Thomas Guillemmediacodec: fix crash when color-format is invalid
2014-10-24 Thomas Guillemomxil: fix crash if OMX_AllocateBuffer fails (debug...
2014-10-24 Thomas Guillemmediacodec: cleanly abort DecodeVideo if GetOutput...
2014-10-16 Rémi Denis-Courmontvout: remove unimplemented GET_OPENGL controls
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-13 Thomas Guillemomxil: add VP8 and VP9 in format_table
2014-10-06 Thomas Guillemomxil: use convert_hevc_nal_units for hevc
2014-10-06 Thomas Guillemmediacodec: use convert_hevc_nal_units for hevc
2014-10-06 Thomas Guillemmediacodec: add hevc mimetype
2014-10-06 Thomas Guillemomxil: add hevc in format_table
2014-10-01 Thomas Guillemomxil-dr: reorient video
2014-10-01 Thomas Guillemomxil: split iomx_hwbuffer.cpp
2014-08-13 Jean-Baptiste KempfMediacodec: support WMV3 decoder
2014-08-13 Jean-Baptiste KempfMediacodec: support VP9
2014-07-28 Martin Storsjöiomx: Support building for honeycomb with ANDROID_API...
2014-07-28 Martin Storsjöiomx: Override the hal format for qcom decoders on...
2014-07-28 Martin Storsjöiomx: Adjust ANDROID_API ifdefs to work with honeycomb...
2014-07-28 Martin Storsjöiomx: Move hal_format overriding into iomx_hwbuffer
2014-07-26 Martin Storsjöomxil: Retry getting an output buffer while waiting...
2014-07-26 Thomas Guillemiomx-dr: split IOMXHWBuffer_Setup function
2014-07-26 Thomas Guillemiomx-dr: don't always lock buffers from dequeue
2014-07-26 Thomas Guillemomxil: force hal_format for omap3 decoders
2014-07-26 Thomas Guillemiomx: make it work with honeycomb (api 11)
2014-07-25 Martin Storsjöomxil: Change the default for the omxil-dr flag to...
2014-07-24 Thomas Guillemomxil: add android hw buffers support (zero copy)
2014-07-24 Thomas Guillemiomx: add android GraphicBuffers functions.
2014-07-24 Thomas Guillemiomx: add iomx_hwbuffer
2014-07-24 Thomas Guillemiomx: implement OMX_UseBuffer
2014-07-17 Thomas Guillemomxil: add debug logs for buffer allocation.
2014-07-17 Thomas Guillemomxil: get rid of debug ifdefs
2014-07-11 Thomas Guillemomxil: move input handling into DecodeVideoInput
2014-07-11 Thomas Guillemomxil: improve performance
2014-07-11 Thomas Guillemomxil: move output handling into DecodeVideoOutput
2014-07-04 Jean-Baptiste KempfMediacodec: display the FourCC correctly in the logs
2014-07-03 Thomas Guillemiomx: fix mediaserver crash with QCOM devices.
2014-06-30 Martin Storsjöomxil: vout: Factorize fifo init/destroy
2014-06-30 Thomas Guillemomxil: factorize FreeBuffers and AllocateBuffers
2014-06-29 Thomas Guillemomxil: factorize OMX_FIFO init/destroy
2014-06-29 Thomas Guillemomxil: more error check
2014-06-29 Thomas Guillemomxil: fix warning
2014-06-29 Thomas Guillemiomx: simplify param/config size getter.
2014-06-15 Jean-Baptiste KempfMove h264_get_profile_level from OMX to the h264_nal...
2014-06-15 Jean-Baptiste KempfOMX: remove trailing spaces
2014-06-15 Jean-Baptiste KempfOMX: reindent and remove tabs
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-04-03 Felix Abecassisomxil: do not use iomx (Android) for audio decoding
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
next