]> git.sesse.net Git - vlc/history - modules/codec/omxil/utils.c
mediacodec: fix comparison between signed and unsigned warning
[vlc] / modules / codec / omxil / utils.c
2014-10-13 Thomas Guillemomxil: add VP8 and VP9 in format_table
2014-10-06 Thomas Guillemomxil: add hevc in format_table
2014-06-15 Jean-Baptiste KempfMove h264_get_profile_level from OMX to the h264_nal...
2014-06-15 Jean-Baptiste KempfOMX: remove trailing spaces
2014-06-15 Jean-Baptiste KempfOMX: reindent and remove tabs
2014-02-11 Felix Abecassisomxil: add conversion functions from OMX H264 profile...
2014-02-09 Felix Abecassisomxil: move code to parse profile and level of H264...
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-22 Martin Storsjöomxil: Add a new qualcomm specific custom pixel format
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-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-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: 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: Set OMX_AUDIO_AACStreamFormatMP4FF for AAC
2013-02-02 Martin Storsjöomxil: Set the right channel mode for aac/mp3
2013-01-10 Hugues Fruchetomxil: enable support of mp3, vorbis and wma
2012-11-13 Jean-Baptiste KempfLGPL
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-07-28 Benjamin DrungFix typo unkown -> unknown.
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-25 Rafaël Carréomx: decode qualcomm-specific tiled nv12 format
2012-04-04 Martin Storsjöomxil: Show crop rect info in PrintOmx
2012-04-04 Martin Storsjöomxil: Add OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
2011-09-29 Jean-Baptiste KempfOMX: rename GetVlcAudioFormat to OmxToVlcAudioFormat
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-21 Martin Storsjöomxil: Make GetAudioParamSize nonstatic
2011-09-21 Martin Storsjöomxil: Recognize some semiplanar 420 formats
2011-09-21 Martin Storsjöomxil: Handle planes with a height larger than the...
2011-08-23 Rémi Denis-CourmontUseless #include
2010-02-07 Gildas BazinAdd OpenMAX IL Video/Audio decoder.