OSDN Git Service

add HEVC(H.265) decoder. plz sync:
[android-x86/external-stagefright-plugins.git] / libstagefright / FFmpegExtractor / FFmpegExtractor.cpp
2013-10-26 Michael Chenadd HEVC(H.265) decoder. plz sync:
2013-10-23 Michael Chenfix ogg mime
2013-10-23 Michael Chenfix compile warning -- -fpermissive
2013-10-22 Michael Chenfix vorbis seek error
2013-10-22 Michael Chenadd support for vorbis codec
2013-09-28 Michael Chenuse av_err2str uitils to printf err
2013-09-22 Michael Chencleanup
2013-09-22 Michael Chenif no audio pts, then compute it(fix zeldaADPCM5bit...
2013-09-17 Michael Chenadd ffmpeg heuristic decoder.
2013-09-13 Michael Chenadd support for flv
2013-09-13 Michael Chenfix BatmanBegins_1.divx
2013-09-13 Michael Chenreturn matching MetaData,merge from android-x86
2013-09-11 Michael Chenadd support for rv20, rv30(fix yanzi.rm)
2013-09-07 Michael Chenadd support for mpeg1video. (fix fall.mpg)
2013-09-06 Michael Chenffmpegextrator can demux mp1 and mp2 only
2013-09-06 Michael Chenadd install script
2013-09-05 Michael Chenadd support for ac3 (fix 4_currents.ac3)
2013-09-05 Michael ChenMerge branch 'jb-x86-tw' into jb-x86
2013-09-05 Michael Chenfix the destructor("FFmpegExtractor::~FFmpegExtractor...
2013-09-04 Michael Chenfix wrong cleanup when fail
2013-09-04 Michael Chencleanup
2013-09-04 Michael Chenfix audio decoder "Timed out waiting for output buffers"
2013-09-03 Michael Chenfix audio decoder can not exit(audio file: sh3.ape )
2013-09-01 Michael Chencheck whether DataSource is CachingDataSource, if yes...
2013-09-01 Michael Chenadjust code style
2013-09-01 Michael Chenremove common_utils
2013-09-01 Michael Chencleanup
2013-09-01 Michael Chencleanup
2013-08-31 Michael Chendisable wav, it can not work now
2013-08-31 Michael Chensupport for wav
2013-08-31 Michael Chenuse ffmpeg extractor for these special or codec
2013-08-31 Michael Chenadd adjustCodecConfidence
2013-08-31 Michael Chenfix crash
2013-08-31 Michael Chenfix sniff mov. we read the format tags to check mime
2013-08-31 Michael Chen1. remove old LegacySniffFFMPEG
2013-08-30 Chih-Wei Huangjb-x86 porting
2013-08-26 Chih-Wei Huangchange LOGx -> ALOGx for JellyBean
2013-04-05 Michael Chenadd support for flac decoder,
2013-04-04 Michael Chenadd support for DTS decoder.
2013-04-04 Michael Chenadd support for PS
2013-04-04 Michael Chenclenaup, diable duplicate av_dump_format
2013-04-04 Michael Chenadd support for ape decoder
2013-04-04 Michael Chenfix avn sniff
2013-04-04 Michael Chenadd support for FLV(H.264+AAC)
2013-04-04 Michael Chenadd BetterSniffFFMPEG
2013-04-04 Michael Chenadd build file name function.
2013-04-04 Michael Chenclenaup
2013-04-04 Michael Chenpass the addr of smart pointer("source") to ffmpeg
2013-01-01 Michael Chendrop the video packet with the backward timestamp,...
2013-01-01 Michael Chenfix seek when the stream start_time is not zero.
2012-12-02 Michael Chenfix RealAudio configure
2012-12-02 Michael Chenadd support for real-audio(RMVB), only cook audio codec
2012-11-19 Michael Chenadd support for real-video40(RMVB)
2012-11-19 Michael Chenadd support for vc1 video decoder
2012-11-19 Michael Chenfix debug info about WMV3
2012-11-18 Michael Chenset wma and wmv format to distinguish WMV1, WMV2, WMV3...
2012-11-17 Michael Chenremove MakeRawCodecSpecificData fxn
2012-11-17 Michael Chenadd kKeyRawCodecSpecificData in meta, it stores extradata
2012-11-16 Michael Chenremove SDL
2012-11-16 Michael Chenadd support for wmav2(audio codec)
2012-11-13 Michael Chenremove the useless code
2012-11-13 Michael Chenadd support for wmv1
2012-11-12 Michael Chenadd format_long_name debug info
2012-11-12 Michael Chenchange formatmap name from FORMAT_NAMES to FILE_FORMATS
2012-11-12 Michael Chensniff file using "format name" instread of "file extension"
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-11-08 Michael Chencomment: extradata have sps + pps(there may be sei...
2012-11-08 Michael Chenfix H.264 extradata, android need sps+pps. but the...
2012-11-04 Michael Chenadd support for MEDIA_MIMETYPE_AUDIO_MPEG_LAYER_I and...
2012-11-03 Michael Chenignore h263 Extradata
2012-10-28 Michael Chenignore some codec of extradata, for example, MP3
2012-10-23 Michael ChenTODO, SniffFFMPEG should use mFormatCtx->iformat->name?
2012-10-22 Michael Chenfix crash when no mp3 extradata
2012-10-20 Michael Chencompile fixes
2012-09-15 Michael Chenadd support for mpeg2video and mpeg4 decoder
2012-09-15 Michael Chenadd support for mpeg2video decoder
2012-09-14 Michael Chenchange FFmpegExtractor.h location
2012-09-08 Michael Chenupdate copyright
2012-09-07 Michael Chenadd the extrator plugins for stagefright