]> git.sesse.net Git - vlc/history - modules/codec/omxil/omxil.c
nativewindowpriv: split setup into setUsage and setBuffersGeometry
[vlc] / modules / codec / omxil / omxil.c
2015-01-22 Thomas Guillemnativewindowpriv: split setup into setUsage and setBuff...
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-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-Courmontdecoder: remove decoder_UnlinkPicture() and decoder_Del...
2014-10-25 Thomas Guillemiomx-dr: fix crash if anwpriv.connect fails
2014-10-24 Thomas Guillemomxil: fix crash if OMX_AllocateBuffer fails (debug...
2014-10-14 Thomas Guillemandroid/jni: use a libvlcjni function to attach/detach...
2014-10-06 Thomas Guillemomxil: use convert_hevc_nal_units for hevc
2014-10-01 Thomas Guillemomxil-dr: reorient video
2014-10-01 Thomas Guillemomxil: split iomx_hwbuffer.cpp
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-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-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-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-15 Jean-Baptiste KempfOMX: remove trailing spaces
2014-04-03 Felix Abecassisomxil: do not use iomx (Android) for audio decoding
2014-02-09 Felix Abecassisomxil: move code to parse profile and level of H264...
2014-02-07 Julian Scheelomxil: Passthrough aspect ratio from input format.
2013-11-04 Felix AbecassisMediaCodec: use SSE copy function from the avcodec...
2013-09-26 Julian Scheelomxil: bcm: h264: Don't wait for error free frame.
2013-09-06 Julian Scheelomxil: rpi: Fetch pixel aspect ratio from decoder.
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
2013-08-21 Julian Scheelomxil: Release picture in direct rendering mode.
2013-07-09 Martin Storsjöomxil: Handle parameter changes for OMX_IndexParamAudio...
2013-03-22 Martin Storsjöomxil: Clear the stride and slice height before setting...
2013-03-18 Martin Storsjöh264_nal: Support resuming bitstream format conversion...
2013-03-18 Martin Storsjöomxil: Feed input data in multiple buffers if needed
2013-03-18 Martin Storsjöomxil: Factorize event queue handling to a separate...
2013-03-18 Martin Storsjöomxil: Factorize event debug printing to a separate...
2013-03-18 Martin Storsjöomxil: Split omx core management to a separate file
2013-03-11 Martin Storsjöomxil: Convert from/to OMX_TICKS via helper functions
2013-03-11 Martin Storsjöomxil: Remove an unused struct member
2013-03-11 Martin Storsjöomxil: Remove an unused local variable
2013-03-11 Martin Storsjöomxil: Remove hacks for disabling use of direct buffers
2013-02-26 Martin Storsjöomxil: Ignore all "secure"/DRM codecs
2013-02-25 Martin Storsjöomxil: Ignore a codec that we know we don't work well...
2013-02-23 Rémi Denis-CourmontRemove old Nokia N900 hacks
2013-02-17 Martin Storsjöomxil: Set an AMR band mode based on the AMR variant
2013-02-17 Martin Storsjöomxil: Don't log errors if there actually weren't any
2013-02-12 Martin Storsjöomxil: Use vlc_cond_timedwait when waiting for free...
2013-02-02 Martin Storsjöomxil: Only try to enable the samsung-specific 420p...
2013-02-02 Martin StorsjöRevert "omxil: Set the WMV type"
2013-02-02 Martin Storsjöomxil: Use the role names video_decoder.wmv1/2
2013-02-02 Martin Storsjöomxil: Factorize samsung decoder quirk identification...
2013-02-02 Martin Storsjöomxil: If OMX_IndexParamVideoInit failed, assume 2...
2013-02-02 Martin Storsjöomxil: Make sure i_channels is nonzero before dividing...
2013-02-02 Martin Storsjöomxil: Don't require SetAudioParameters on the decoder...
2013-02-02 Martin Storsjöomxil: Skip a kinda-broken samsung mp3 decoder
2013-01-30 Martin Storsjöomxil: Wait for the right event when deinitializing
2013-01-30 Martin Storsjöomxil: Skip OMX.SEC.WMV.Decoder
2013-01-30 Martin Storsjöomxil: Pass extradata for WMV3 according to OMX specs
2013-01-30 Martin Storsjöomxil/mediacodec: Extend the quirk workaround for OMX...
2013-01-30 Martin Storsjöomxil: Update the explanation of the OMX.SEC quirk...
2013-01-10 Hugues Fruchetomxil: Enable pts mode for OMX.STM.Video.Decoder
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-08 Martin Storsjöomxil: Move code for in-buffer conversion of H264 to...
2012-09-26 Martin Storsjöomxil: Make CopyOmxPicture not use the omxil decoder...
2012-09-19 Martin Storsjöomxil: Set the WMV type
2012-09-19 Martin Storsjöomxil: Set the ENDOFFRAME flag on the extradata buffer
2012-09-04 Martin Storsjöomxil: Only use pts if it actually is set
2012-08-28 Martin StorsjöOMX: Don't blindly set the input buffer size
2012-07-10 Rafaël Carréomxil: enable extra debug in debug builds
2012-06-26 Jean-Baptiste Kempfomxil: Blacklist nVidia secure codec
2012-06-25 Rafaël Carréomx: decode qualcomm-specific tiled nv12 format
2012-06-25 Martin Storsjöomxil: Only set the buffer size if it is smaller than...
2012-06-06 Martin Storsjöomxil: Ignore codecs named OMX.ARICENT.*
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-05-12 Martin Storsjöomxil: Use the right variable instead of a hardcoded...
2012-05-12 Martin Storsjöomxil: Keep the old frame height as plane size (nSliceH...
2012-04-13 Martin Storsjöomxil: Allocate the sentinel buffer dynamically
2012-04-13 Martin Storsjöomxil: Make sure all the real buffers are freed
2012-04-10 Martin Storsjöomxil: Dequeue output frames even if there's no picture...
2012-04-05 Martin Storsjöomxil: Pass pts as timestamp on the ducati decoder
2012-04-04 Martin Storsjöomxil: Get the new port definition on crop rect changes
2012-04-04 Martin Storsjöomxil: Don't do a full reconfigure for all settings...
2012-04-04 Martin Storsjöomxil: Use larger buffers on the OMAP4 decoder
2012-04-04 Martin Storsjöomxil: Adjust the slice height according to the crop...
2012-04-04 Martin Storsjöomxil: Use OMX_IndexConfigCommonOutputCrop to set video...
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2012-01-27 Martin Storsjöomxil: Ignore OMX.google.* codecs
2012-01-25 Martin Storsjöomxil: Set the module priority to 0 for iomx
next