356 Commits (1fb3dfd8c1fe149b150bd7cee2b41481d49e6f07)

Author SHA1 Message Date
Thomas Guillem 08e519a420 android: AWindowHandler_releaseSurface now release the ANativeWindow 11 years ago
Thomas Guillem 52e2e90f91 Revert "android: rework AWindowHandler interface" 11 years ago
Thomas Guillem 159a6f1eb0 android: rework AWindowHandler interface 11 years ago
Thomas Guillem 4a8dc0f008 h264_nal: fix confusion between NAL size and NAL length size. 11 years ago
Felix Paul Kühne d962b8260d omxil: split timestamp helper to re-useable header 11 years ago
Thomas Guillem c3dec45d9b h264_nal: remove unused H264ConvertState 11 years ago
Thomas Guillem 0706192dad mediacodec: fix psz_name set to NULL 11 years ago
Thomas Guillem 94bd3e7f39 mediacodec: only some decoders assert if there is no channels 11 years ago
Thomas Guillem 3e224b10ad mediacodec: fetch codec name at Open 11 years ago
Thomas Guillem f56a649598 mediacodec: use p_sys in OpenDecoder 11 years ago
Thomas Guillem dd873cc234 mediacodec: add audio decoder 11 years ago
Thomas Guillem 8c5e501690 mediacodec: refactor StartMediaCodec 11 years ago
Thomas Guillem 935db7d617 mediacodec: refactor DecodeVideo 11 years ago
Thomas Guillem 8665dd328d mediacodec: refactor video specific code in Open/Close 11 years ago
Thomas Guillem d29b6ccefe mediacodec: put video arguments in a struct 11 years ago
Thomas Guillem 5bba18bc19 mediacodec: refactor block check 11 years ago
Thomas Guillem b11cd7d1ca mediacodec: jni: fix GET_INTEGER crashes 11 years ago
Thomas Guillem c82f52485f mediacodec: add audio support in mc_api 11 years ago
Thomas Guillem 286d215c73 mediacodec: add a bool to know when decoder is configured 11 years ago
Thomas Guillem b425c1b219 mediacodec: add disabled mpeg2 11 years ago
Thomas Guillem 4f0e689245 mediacodec: jni: add missing exception check 11 years ago
Thomas Guillem c78f1106ae mediacodec: ndk: use AMediaCodecBufferInfo size 11 years ago
Thomas Guillem e4385dbb40 mediacodec: fix interlaced support detection 11 years ago
Thomas Guillem 47fa89f2a4 mediacodec: fix typo 11 years ago
Rémi Denis-Courmont 6b19e71195 omx: fix timeout handling 11 years ago
Thomas Guillem e29f8ecf6a android: add AWindowHandler and android_getEnv 11 years ago
Thomas Guillem e12376a1cc mediacodec: specify NDK or JNI in description 11 years ago
Thomas Guillem 4aa9e1ce4a mediacodec: ndk: fix undefined behavior with Hi10P profile 11 years ago
Thomas Guillem 3c1cf08e76 mediacodec_ndk: set a config flag for config buffers 11 years ago
Thomas Guillem 286fa11d50 mediacodec: add NDK module 11 years ago
Thomas Guillem cae9e8d893 mediacodec: add JNI module 11 years ago
Thomas Guillem ac4a4aee64 mediacodec: GetOutput: separate JNI part from Decoder part 11 years ago
Thomas Guillem ebb8fafb14 mediacodec: PutInput: separate JNI part from Decoder part 11 years ago
Thomas Guillem d6d6f3013c mediacodec: Open/Close: separate JNI part from Decoder part 11 years ago
Thomas Guillem 5a79bd418c rename android_mediacodec to mediacodec.c 11 years ago
Thomas Guillem 0d92b77532 mediacodec: more verbose in case of error 11 years ago
Thomas Guillem adc305b6e6 mediacodec: flush if SPS/PPS change but not the video size 11 years ago
Thomas Guillem fb43d75f9b mediacodec: move restart handling in DecodeVideo 11 years ago
Thomas Guillem 44b3215080 mediacodec: change the way to send codec specific data 11 years ago
Thomas Guillem d0506d71df mediacodec: convert to Annex B when we got a nal size 11 years ago
Thomas Guillem 7e498d6fe1 mediacodec: refactor PutInput 11 years ago
Daniel Winzen 687db1064b Prefer prefix operators for non-primitive types 11 years ago
Thomas Guillem 2ce0d5826c mediacodec: add decoder_UpdateVideoFormat call 11 years ago
Thomas Guillem 61949af475 mediacodec: allow interlaced picture only after API 21 11 years ago
Thomas Guillem ccfcd3ff24 mediacodec: factor GetMediaCodecName 11 years ago
Thomas Guillem d5248dbb0c mediacodec: fix LocalRef leaks 11 years ago
Thomas Guillem c3694bf84a mediacodec: parse SPS/PPS, fix H264 via live streaming 11 years ago
Thomas Guillem 88c6f34a70 mediacodec: add a second way to send codec specific data 11 years ago
Thomas Guillem d149b6c011 mediacodec: renome p_extra_buffer to p_csd0_buffer 11 years ago
Thomas Guillem 6ea9e51b6b move h264/hevc nal helper code to packetizer 11 years ago