]> git.sesse.net Git - vlc/history - modules/codec/omxil/omxil.c
nativewindowpriv: split setup into setUsage and setBuffersGeometry
[vlc] / modules / codec / omxil / omxil.c
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.