Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-01add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs
2010-10-01add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs
2010-10-01add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs
2010-10-01add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle APIAurelien Jacobs
2010-09-30add FF_API_VIDEO_OLD define to disable the deprecated decode_video APIAurelien Jacobs
2010-09-30add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs
2010-09-29Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer
2010-09-29Add AVClass for the private context, this will be used for codec specific opt...Michael Niedermayer
2010-09-28Fix index_entries pos:Michael Chinen
2010-09-27Bump version and update APIchanges after r25210.Stefano Sabatini
2010-09-26Bump minor version for the addition of the G.722 encoderMartin Storsjö
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov
2010-09-24Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini
2010-09-14Add R10k decoder.Zhou Zongyi
2010-09-09Add G.722 ADPCM audio decoderMartin Storsjö
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-08Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini
2010-09-08Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-09-06Add #ifndef around FF_API_MM_FLAGS.Stefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-09-01add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControlAurelien Jacobs
2010-08-26Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram
2010-08-23removed an unnecessary blank lineTobias Bindhammer
2010-08-23added codec-ids for the a64 codecTobias Bindhammer
2010-08-12Implement av_get_image_linesize() and use it inStefano Sabatini
2010-08-11Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram
2010-08-06Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini
2010-07-30Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-25add SubRip muxer and demuxerAurelien Jacobs
2010-07-20Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje
2010-07-18ASCII/ANSI art decoderPeter Ross
2010-07-11Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles
2010-07-11Add avsubtitle_free function.Reimar Döffinger
2010-07-11Fix trivial punctuation errorPeter Ross
2010-07-11Document that and why subtitle decoders do not support direct-rendering.Reimar Döffinger
2010-07-10Add native GSM 06.10 audio decoder.Reimar Döffinger
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
2010-07-02fix comment grammarAurelien Jacobs
2010-07-02clarify convergence_duration documentationAurelien Jacobs
2010-07-02Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun
2010-07-02Grammar fixesMåns Rullgård
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-07-01Improve av_resample() documentationMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-22Native VP8 decoder.David Conrad
2010-06-22Bump micro version, add changelog entry for DTS-ES extension decoding supportMartin Storsjö