]> git.sesse.net Git - vlc/history - modules/codec/omxil
avcodec: use PRIx64 to print uint64_t
[vlc] / modules / codec / omxil /
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
2013-08-21 Julian Scheelomxil: Release picture in direct rendering mode.
2013-08-21 Julian Scheelomxil: Activate mpeg2 on broadcom omx.
2013-07-14 Rémi Denis-Courmontomx: fix memory leak on error
2013-07-14 Rémi Denis-Courmontomx: remove no-op
2013-07-11 Sergey BolshakovOMX: Add Tegra3 OMX IL to the list of probed cores.
2013-07-09 Martin Storsjöomxil: Handle parameter changes for OMX_IndexParamAudio...
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-03 Jean-Baptiste KempfMediaCodec: handle exceptions on Flush
2013-03-22 Martin Storsjöomxil_vout: Set pixel aspect ratio, for the broadcom...
2013-03-22 Martin Storsjöomxil_vout: Use the actual pixel size as frame size
2013-03-22 Martin Storsjöomxil: Clear the stride and slice height before setting...
2013-03-22 Martin Storsjöomxil_vout: Generalize and fix the stride/slice height...
2013-03-22 Martin Storsjöomxil_vout: Simplify code with a local variable
2013-03-18 Martin Storsjöomxil: Generalize code for hardcoded component/role...
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_vout: Set broadcom specific parameters
2013-03-18 Martin Storsjöomxil: Add a broadcom/raspberry pi specific OMX header
2013-03-18 Martin Storsjöomxil: Use the alternative 64 bit integer ABI on the...
2013-03-18 Martin Storsjöomxil: Signal OMX version 1.1.2 when targeting raspberry pi
2013-03-18 Martin Storsjöomxil: Hardcode known roles for OMX broadcom components...
2013-03-18 Martin Storsjöomxil: Try to load the broadcom OMX IL core and host...
2013-03-18 Martin Storsjöomxil: Add an omxil based video output module
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 the khronos provided headers to unix...
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: Signal the right AMR frame format
2013-02-17 Martin Storsjöomxil: Use the right role names for AMR-NB/WB
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-11 Martin Storsjöomxil: Skip padding with OMX.SEC.vc1.dec as well
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
next