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-05-18Add log_level_offset to AVCodecContext.Stefano Sabatini
2010-05-17Change the order of parameters for ff_eval_expr() andStefano Sabatini
2010-05-08Another try for fixing/improving decode_video documentation.Reimar Döffinger
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
2010-05-02Clarify how allocation works for the picture argument forReimar Döffinger
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-01Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham
2010-04-01Document API addition of avcodec_copy_context().Ronald S. Bultje
2010-04-01Add avcodec_copy_context().Ronald S. Bultje
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Move AVMediaType from libavcodec to libavutil.Stefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-31Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos
2010-03-30Implement YOP demuxer and video decoder.Mohamed Naufal
2010-03-27Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger
2010-03-25Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier
2010-03-23Bump minor version, I forgot in the last commitVitor Sessak
2010-03-22Add doxygen docs for av_xiphlacingJosh Allmann
2010-03-15Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet
2010-03-13CODEC_ID_XVID is not used anywhere, remove it at next major bumpAurelien Jacobs
2010-03-13bump minor avcodec version for libxvid codec id change (r22489)Aurelien Jacobs
2010-03-13Move error code definitions from libavcodec/avcodec.h toStefano Sabatini
2010-03-09Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."Alex Converse
2010-03-09Bump avcodec minor version for kgv1 decoderDaniel Verkamp
2010-03-09Kega Game Video (KGV1) decoderDaniel Verkamp
2010-03-08Add an HE-AAC v1 decoder.Alex Converse
2010-03-08Create a public API for FFT family of functionsMåns Rullgård
2010-03-08Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.Alex Converse
2010-02-28Fix avcodec_align_dimensions to return values suitably aligned for FLV decodingReimar Döffinger
2010-02-26Fix typos in ref_index documentation.Benoit Fouet
2010-02-26Clarify ref_index.Michael Niedermayer
2010-02-21Bink video decoderKostya Shishkov
2010-02-12Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer
2010-02-12WMAVoice decoder.Ronald S. Bultje
2010-02-09Indeo 5 decoderKostya Shishkov
2010-02-03IFF PBM/ILBM bitmap decoderPeter Ross
2010-01-31libavcodec version bump for Bink codec IDs (r21536)Daniel Verkamp
2010-01-31Bink Audio decoderPeter Ross
2010-01-30Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini
2010-01-30Add Bink codec IDsDaniel Verkamp
2010-01-29Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger
2010-01-28Export H264 profile and level in AVCodecContext.Rafaël Carré
2010-01-21Clarify CODEC_CAP_SUBFRAMES.Michael Niedermayer
2010-01-16SIPR16k decoderVitor Sessak
2010-01-11SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov
2010-01-10Deluxe Paint Animation decoderPeter Ross
2010-01-04Document avcodec_pix_fmt_to_codec_tag().Stefano Sabatini
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2009-12-23Auravision Aura 2 decoderKostya Shishkov
2009-12-23Add Auravision Aura decoding supportKostya Shishkov