OSDN Git Service

add HEVC(H.265) decoder. plz sync:
[android-x86/external-stagefright-plugins.git] / libstagefright / codecs / ffmpegdec / vdec / SoftFFmpegVideo.cpp
2013-10-26 Michael Chenadd HEVC(H.265) decoder. plz sync:
2013-10-23 Michael Chenfix compile warning -- -fpermissive
2013-10-22 Michael Chencleanup SoftFFmpegAudio and SoftFFmpegVideo decoders
2013-09-22 Michael Chenfix InstructionalQuicktimeMedRes.mov
2013-09-21 Michael Chenadd setMode func
2013-09-21 Michael Chenadd isRoleSupported func
2013-09-17 Michael Chenadd ffmpeg heuristic decoder.
2013-09-13 Michael Chenadd support for flv
2013-09-11 Michael Chenadd support for rv20, rv30(fix yanzi.rm)
2013-09-05 Michael ChenMerge branch 'jb-x86-tw' into jb-x86
2013-09-04 Michael Chenfix init and deinit ffmpeg
2013-09-03 Michael Chenfix audio decoder can not exit(audio file: sh3.ape )
2013-09-01 Michael Chenremove common_utils
2013-09-01 Michael Chencleanup
2013-08-30 Michael Chenfix cm_maguro compile
2013-08-30 Chih-Wei Huangjb-x86 porting
2013-08-26 Chih-Wei Huangchange LOGx -> ALOGx for JellyBean
2012-12-02 Michael Chendon't send error to OMXCodec when decoding video, skip!
2012-11-19 Michael Chenadd support for real-video40(RMVB)
2012-11-18 Michael Chenset wma and wmv format to distinguish WMV1, WMV2, WMV3...
2012-11-16 Michael Chenremove SDL
2012-11-13 Michael Chenremove the useless code
2012-11-13 Michael Chenadd support for wmv1
2012-11-10 Michael Chendo deinterlace if necessary. for example, your device...
2012-11-09 Michael Cheninit and deinit ffmpeg globally.
2012-11-09 Michael Chenfix the return value of "initDecoder" fxn
2012-11-08 Michael Chenadd support for ac3(stereo) audio decoder
2012-10-28 Michael Chencleanup
2012-10-22 Michael Chencompile fixes, include bug "error: 'INT64_MIN' was...
2012-10-20 Michael Chenflush decoder when onPortFlushCompleted
2012-10-20 Michael Chenflush when deinit ffmpeg decoder
2012-09-16 Michael Chencleanup SoftFFmpegVideo
2012-09-14 Michael Chenadd ffmpeg video and audio decoder. but now only h264...