]> git.sesse.net Git - vlc/history - modules/codec/omxil
mediacodec: remove jni_SetAndroidSurfaceSizeEnv call
[vlc] / modules / codec / omxil /
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
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-11 Felix Abecassisomxil: add conversion functions from OMX H264 profile...
2014-02-09 Felix Abecassismediacodec: disable HW acceleration for profiles Hi10P...
2014-02-09 Felix Abecassisomxil: move code to parse profile and level of H264...
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-02-07 Julian Scheelomxil: Passthrough aspect ratio from input format.
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-12-15 Rémi Duraffortomxil: fix calloc usage
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-10-23 Martin Storsjöomxil: Correct the i_line_chroma_div value for OMX_TI_C...
2013-09-26 Julian Scheelomxil: bcm: h264: Don't wait for error free frame.
2013-09-22 Martin Storsjömediacodec: Support playing back VP8 as well
2013-09-22 Martin Storsjöomxil: Add a new qualcomm specific custom pixel format
2013-09-22 Martin Storsjömediacodec: Don't return frames before the output forma...
2013-09-06 Julian Scheelomxil: rpi: Fetch pixel aspect ratio from decoder.
2013-09-05 Julian Scheelomxil: vout: Handle dynamic aspect changes.
2013-08-29 Martin Storsjöomxil: Use pts instead of dts by default
2013-08-29 Martin Storsjöomxil: Include timestamps in the omx debug messages
next