]> git.sesse.net Git - vlc/history - modules/codec/omxil
rename configuration page title for x264 options
[vlc] / modules / codec / omxil /
2013-02-04 Martin Storsjöomxil: Remove a few audio codec mappings
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: Set OMX_AUDIO_AACStreamFormatMP4FF for AAC
2013-02-02 Martin Storsjöomxil: Set the right channel mode for aac/mp3
2013-02-02 Martin Storsjöomxil: Skip a kinda-broken samsung mp3 decoder
2013-01-30 Martin Storsjömediacodec: Handle VC1
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ömediacodec: Remove an unused variable
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-30 Martin Storsjömediacodec: Update a comment with the current state...
2013-01-23 Edward Wangmediacodec: avoid IllegalStateException on some weird...
2013-01-10 Hugues Fruchetomxil: enable support of mp3, vorbis and wma
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-14 Martin Storsjömediacodec: Check for exceptions after MediaCodec.start()
2012-10-08 Jean-Baptiste KempfH264_nal: kill a warning
2012-10-08 Martin StorsjöAdd support for the new Android JellyBean MediaCodec API
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: Look for the role video_decoder.wmv for VC1
2012-09-19 Martin Storsjöomxil: Set the WMV type
2012-09-19 Martin Storsjöiomx: Add support for the WMV parameter struct
2012-09-19 Martin Storsjöomxil: Set the ENDOFFRAME flag on the extradata buffer
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/codec/omxil/
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-28 Benjamin DrungFix typo unkown -> unknown.
2012-07-10 Rafaël Carréomxil: enable extra debug in debug builds
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-06-27 Jean-Baptiste KempfFix codec error.
2012-06-26 Jean-Baptiste Kempfomxil: Add more names for vc1 and mpjeg
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-13 Martin Storsjöiomx: Handle more parameter types
2012-04-13 Martin Storsjöiomx: Implement OMX_GetComponentsOfRole, too
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: Show crop rect info in PrintOmx
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-04-04 Martin Storsjöomxil: Support GetConfig in the iomx wrapper
2012-04-04 Martin Storsjöomxil: Add OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2012-02-28 Konstantin PavlovFix some common typos.
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-12-19 Martin Storsjöomxil: Make the iomx wrapper not depend on the omxil...
2011-12-15 Pere Orgafix filename self-references
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-04 Jean-Baptiste KempfModules: correct LGPL header
2011-10-02 Martin Storsjöomxil: Remove reference counting in the IOMX wrapper
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: Simplify the definition of SOURCES_iomx
2011-09-29 Martin Storsjöomxil: Avoid warnings about unused parameters in the...
2011-09-29 Martin Storsjöomxil: Avoid warnings about implicitly casting a const...
2011-09-29 Martin Storsjöomxil: Include h264_nal.h in the SOURCES of the omxil...
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-28 Martin Storsjöomxil: Interpret OMX_COLOR_FormatYUV420SemiPlanar as...
2011-09-22 Martin Storsjöomxil: Enable OMX.SEC.index.ThumbnailMode if available
2011-09-22 Martin Storsjöomxil: Implement OMX_GetExtensionIndex and OMX_SetConfi...
2011-09-22 Martin Storsjöomxil: Set OMX version 1.0.0 on android
2011-09-21 Martin Storsjöomxil: Allow using IOMX on Android
2011-09-21 Martin Storsjöomxil: Make GetAudioParamSize nonstatic
2011-09-21 Martin Storsjöomxil: Recognize some semiplanar 420 formats
next