OSDN Git Service

android-x86/external-stagefright-plugins.git
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-31 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
2013-04-24 Michael Chencleanup
2013-04-23 Michael Chenadd chinese README
2013-04-05 Michael Chencleanup
2013-04-05 Michael Chenupdate README
2013-04-05 Michael Chenadd support for flac decoder,
2013-04-04 Michael Chenupdate README
2013-04-04 Michael Chenadd support for DTS decoder.
2013-04-04 Michael Chenfix DECLARE_ALIGNED
2013-04-04 Michael Chenadd support for PS
2013-04-04 Michael Chenfix bug "Codec's input buffers are too small to accomod...
2013-04-04 Michael Chenclenaup, diable duplicate av_dump_format
2013-04-04 Michael Chenyou need to sync "https://github.com/omxcodec/android_f...
2013-04-04 Michael Chenadd support for ape decoder
2013-04-04 Michael Chenfix avn sniff
2013-04-04 Michael Chenadd sample media files
2013-04-04 Michael Chenadd support for FLV(H.264+AAC)
2013-04-04 Michael Chenadd BetterSniffFFMPEG
2013-04-04 Michael Chenfix debug level
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-03-29 Michael Chenadd ffmpeg_source
2013-03-29 Michael Chenadd TODO
2013-01-27 Michael Chenupdate README
2013-01-02 Michael Chencleanup README
2013-01-02 Michael Chenupdate README, add Features: Input formats, Video and...
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 Chendon't send error to OMXCodec when decoding video, skip!
2012-12-02 Michael Chenfix RealAudio configure
2012-12-02 Michael Chenadd support for ffmpeg debug
2012-12-02 Michael Chenfix SIGBUS when audio swr_convert, the out data need...
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 Chencleanup
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 Chenset av_log level to default
2012-11-16 Michael Chenremove SDL
2012-11-16 Michael Chenadjust code style
2012-11-16 Michael Chenadd comment for mBitRate in audio decoder
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-13 Michael Chenupdate README
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-10 Michael Chendo deinterlace if necessary. for example, your device...
2012-11-09 Michael Cheninit and deinit ffmpeg globally.
2012-11-09 Michael Chendisable flush when deinit audio decoder. is it necessar...
2012-11-09 Michael Chenfix the return value of "initDecoder" fxn
2012-11-09 Michael Chenfix audio resample
2012-11-09 Michael Chenfix audio crash
2012-11-08 Michael Chenadd support for multi-channels resample
2012-11-08 Michael Chenno OMX_AUDIO_CodingAC3, so we set def.format.audio...
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 ChenDon't fill the out buffer when the audio decoder failed...
2012-11-04 Michael Chenadd support for MEDIA_MIMETYPE_AUDIO_MPEG_LAYER_I and...
2012-11-03 Michael Chenignore h263 Extradata
2012-11-03 Michael Chenignore mp3 Extradata and OMX_EventPortSettingsChanged...
2012-10-28 Michael Chencleanup README
2012-10-28 Michael Chenignore some codec of extradata, for example, MP3
2012-10-28 Michael ChenMerge branch 'master' of github.com:omxcodec/stagefrigh...
2012-10-28 Michael Chenadd support for ffmpeg audio decoder, only aac work...
2012-10-28 Michael Chenadd support for ffmpeg audio decoder, only aac work...
2012-10-28 Michael Chencleanup
2012-10-23 Michael ChenTODO, SniffFFMPEG should use mFormatCtx->iformat->name?
2012-10-23 Michael Chenupdate for ffmpeg-release-1.0, our corresponding versio...
2012-10-23 Michael Chenrun sfplayer in bash
2012-10-22 Michael Chencompile fixes, include bug "error: 'INT64_MIN' was...
2012-10-22 Michael Chenfix crash when no mp3 extradata
2012-10-22 Michael Chenadd sfplayer script
2012-10-21 Michael Chenmore comment
2012-10-21 Michael Chenadding TODO: video stream ended while seeking!
2012-10-21 Michael Chenadjust README display style
2012-10-21 Michael Chenupdate README, adding howto build, run etc
2012-10-21 Michael Chenadding LICENSE.txt
2012-10-21 Michael Chenadding local_manifest.xml in order to get android_frame...
2012-10-21 Michael Chenadd BusyboxIntegrationonAndroid.pdf for compiling ffmpeg
2012-10-20 Michael Chenflush decoder when onPortFlushCompleted
2012-10-20 Michael Chenflush when deinit ffmpeg decoder
2012-10-20 Michael Chenadd debug scripts
2012-10-20 Michael Chencompile fixes
2012-10-20 Michael Chenremove SDL-1.3 from this project. i will put the sdl...
next