]> git.sesse.net Git - vlc/history - modules/codec/omxil/omxil.c
mediacodec: Support playing back VP8 as well
[vlc] / modules / codec / omxil / omxil.c
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
2012-01-24 Martin Storsjöomxil: Add a prefix to the iomx function symbols
2011-12-19 Martin Storsjöomxil: Don't free the sentinel buffers
2011-12-19 Martin Storsjöomxil: Handle sentinel buffers in DecodeAudio, too
2011-12-19 Martin Storsjöomxil: Avoid a SetParameters call that fails for audio...
2011-12-19 Martin Storsjöomxil: Fix a sanity check that only is relevant for...
2011-12-19 Martin Storsjöomxil: Try to enable YUV420p mode on Samsung Galaxy...
2011-12-19 Martin Storsjöomxil: Ignore nSliceHeight on Galaxy S II
2011-12-19 Martin Storsjöomxil: Use a fake library name when loading IOMX
2011-12-19 Martin Storsjöomxil: Build the iomx wrapper code as a separate shared...
2011-10-31 Rémi Denis-CourmontAssume OpenMAX IL is used (if it is compiled)
2011-10-11 Ming Huomxil: Limit input buffer size for qdsp6
2011-10-02 Martin Storsjöomxil: Add reference counting around the OMX Core loadi...
2011-10-02 Martin Storsjöomxil: Avoid a double dll_close if the necessary functi...
2011-09-29 Jean-Baptiste KempfOMX: rename GetVlcAudioFormat to OmxToVlcAudioFormat
2011-09-29 Jean-Baptiste KempfOMX: try to fix compilation issue on INT_MAX
2011-09-29 Ming Huomxil: ignore software codecs
2011-09-29 Martin Storsjöomxil: Avoid warnings about implicitly casting a const...
2011-09-29 Martin Storsjöomxil: Avoid warnings about differences in signedness
2011-09-28 Martin Storsjöomxil: Feed H264 in annex b format
2011-09-28 Martin Storsjöomxil: Don't trust a qcom decoder claiming to output...
2011-09-22 Martin Storsjöomxil: Enable OMX.SEC.index.ThumbnailMode if available
2011-09-21 Martin Storsjöomxil: Allow using IOMX on Android
2011-09-21 Martin Storsjöomxil: Push a dummy buffer on the input buffer fifo...
2011-09-21 Martin Storsjöomxil: Handle planes with a height larger than the...
2011-09-21 Martin Storsjöomxil: Update the number of buffers when reconfiguring
2011-09-21 Martin Storsjöomxil: Only print psz_role if OMX_ComponentRoleEnum...
2011-09-06 Laurent AimarRevert "block_t ** parameter is never NULL for audio...
2011-09-05 Martin StorsjöTry loading the qualcomm omx core
2011-08-25 Rémi Denis-Courmontblock_t ** parameter is never NULL for audio decoding
2011-08-23 Jean-Baptiste Kempfomxil: ONX -> OMX
2011-08-23 Rémi Denis-CourmontOMX IL assumes dlfcn.h, remove redumdant ifdefs
2011-06-26 Rémi DuraffortFix configuration category of OpenMAX IL module.
2010-04-29 Ilkka Ollakkatranscoding video, sends NULL when ending. Should fix...
2010-03-16 Gildas Bazincodec/omxil: OMAP3430 only supports h264 baseline profi...
2010-02-20 Rémi Denis-CourmontOMX IL: clean up dll_* macros
2010-02-09 Gildas BazinStability fix for the omxil decoder and make UYVY the...
2010-02-07 Gildas BazinAdd OpenMAX IL Video/Audio decoder.