661 Commits (48452d5a7cd86f7ba8a77f00525196f94b1e5622)

Author SHA1 Message Date
Alexandre Janniaux 0c86c8dab3 mediacodec: use size_t where suited 2 years ago
Martin Finkel a1aaa257e2 mediacodec: fix up log message category 2 years ago
Mangal Kushwah 8c1a92c7cf mediacodec: fix wrong expression in switch statement for color_range 2 years ago
Mangal Kushwah d0fc525c56 mediacodec: free format returned by getOutputFormat 2 years ago
Mangal Kushwah 55e0779f98 mediacodec: set color keys in media format explicitly 2 years ago
Steve Lhomme eab6de4d92 omxil: disable video encoder if sout is disabled 2 years ago
Steve Lhomme bc8308fd6e codec: fix i_level -1 detected as VPx with alpha 2 years ago
Steve Lhomme 27350e784c codec: add a pseudo-decoder for VP8/VP9 with alpha 3 years ago
Steve Lhomme 6205634926 omxil: pass the whole es_format when looking for a video codec. 2 years ago
Johannes Kauffmann 4aa0c2f3f4 modules: add missing void parameters to functions 2 years ago
Alaric Senat b752a90359 encoders: fill missing input format video chroma 2 years ago
Steve Lhomme 97e504e0e9 omxil: pass a es_format_t to GetOmxRole() 3 years ago
Steve Lhomme 9679c98db2 omxil: don't store a dummy element at the end of audio format table 3 years ago
Steve Lhomme 8c96fc2d14 omxil: don't store a dummy element at the end of video format table 3 years ago
Steve Lhomme 0da00a272c omxil: don't store a dummy element at the end of chroma table 3 years ago
Steve Lhomme f7498dac50 omxil: return the OMX_COLOR_FORMATTYPE directly in GetOmxChromaFormat() 3 years ago
Steve Lhomme 9f0482ebc3 omxil: return the OMX_AUDIO_CODINGTYPE directly in GetOmxAudioFormat() 3 years ago
Steve Lhomme bdc100f053 omxil: return the OMX_VIDEO_CODINGTYPE directly in GetOmxVideoFormat() 3 years ago
Steve Lhomme 1d24386de1 omxil: return the VLC FourCC directly in OmxToVlcAudioFormat() 3 years ago
Steve Lhomme 5f404c90ec omxil: return the VLC FourCC directly in GetVlcVideoFormat() 3 years ago
Steve Lhomme 8923aded17 omxil: return the VLC FourCC directly in GetVlcChromaFormat() 3 years ago
Steve Lhomme 7b3a793185 omxil: remove always NULL parameter in GetVlcChromaFormat() 3 years ago
Steve Lhomme 2537c6e9ce omxil: get the codec name locally in Video_ProcessOutput() 3 years ago
Steve Lhomme 707e3946f5 omxil: remove always NULL parameter in GetVlcVideoFormat() 3 years ago
Steve Lhomme 04f2688cf3 omxil: remove always NULL parameter in OmxToVlcAudioFormat() 3 years ago
Steve Lhomme efc95a4b74 omxil: get the codec name locally in PrintOmx() 3 years ago
Steve Lhomme 9b41902136 omxil: remove always NULL parameter in GetOmxAudioFormat() 3 years ago
Steve Lhomme d7278126db omxil: remove always NULL parameter in GetOmxVideoFormat() 3 years ago
Steve Lhomme 1b615f2e64 omxil: remove always NULL parameter in GetOmxChromaFormat() 3 years ago
Steve Lhomme 0ef14bde4d omxil: use plane_CopyPixels() to copy planes in CopyVlcPicture() 3 years ago
Steve Lhomme a8c3f24939 omxil: use plane_CopyPixels() to copy planes in CopyOmxPicture() 3 years ago
Steve Lhomme 3ec62e80d3 omxil: remove dead code 3 years ago
Steve Lhomme 5abb10ffe0 omxil: remove always NULL parameter in CopyOmxPicture() 3 years ago
Francois Cartegnie 7923ce4e00 hxxx_helper: provide picture left/top crop info 3 years ago
Thomas Guillem a70e0b30f4 mediacodec: enable direct rendering without a subtitle surface 3 years ago
Steve Lhomme cd48d706ed modules: include vlc_threads.h when vlc_mutex_t is used 3 years ago
Thomas Guillem 4b8cc4971d omxil: handle mpeg2 in convert_omx_to_profile_idc() 3 years ago
Thomas Guillem eb0e5fb4f1 mediacodec: use convert_omx_to_profile_idc() for all codecs 3 years ago
Thomas Guillem 275a1bcb2c omxil: handle hevc in convert_omx_to_profile_idc() 3 years ago
Thomas Guillem 5bec0a0d47 mediacodec: also pass vlc_foucc_t to MediaCodec_GetName() 3 years ago
Thomas Guillem 19bdb73319 omxil: prepare convert_omx_to_profile_idc() to handle more codecs 3 years ago
Thomas Guillem 0d4830504f omxil: remove unused function 3 years ago
Thomas Guillem 3f3b98b651 mediacodec: set low-latency in case of "low-delay" 3 years ago
Alexandre Janniaux c65493d689 modules: split android_env from android_utils 5 years ago
Thomas Guillem 1f7f400ff7 mediacodec: release timestamp_fifo with video context 3 years ago
Thomas Guillem 560dde16fc mediacodec_ndk: use NdkMediaCodec.h 3 years ago
Francois Cartegnie 84f13e3a85 codec: mediacodec: set crop offset 3 years ago
Francois Cartegnie 7aa62d7a7e codec: mediacodec: apply visible size from CSD 3 years ago
Francois Cartegnie 2d701ece19 codec: mediacodec: check helper return code 3 years ago
Steve Lhomme 007e5d910c codec/packtizer: rename p_fmt_in to fmt_in 3 years ago