OSDN Git Service

add comment for mBitRate in audio decoder
[android-x86/external-stagefright-plugins.git] / libstagefright /
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-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 Chenignore some codec of extradata, for example, MP3
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-22 Michael Chencompile fixes, include bug "error: 'INT64_MIN' was...
2012-10-22 Michael Chenfix crash when no mp3 extradata
2012-10-20 Michael Chenflush decoder when onPortFlushCompleted
2012-10-20 Michael Chenflush when deinit ffmpeg decoder
2012-10-20 Michael Chencompile fixes
2012-09-16 Michael Chencleanup SoftFFmpegVideo
2012-09-15 Michael Chenadd support for mpeg2video and mpeg4 decoder
2012-09-15 Michael Chenadd support for mpeg2video decoder
2012-09-14 Michael Chenadd ffmpeg video and audio decoder. but now only h264...
2012-09-14 Michael Chenremove include path
2012-09-14 Michael Chenchange FFmpegExtractor.h location
2012-09-08 Michael Chenupdate copyright
2012-09-07 Michael Chenadd the extrator plugins for stagefright