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-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
2009-12-17Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger
2009-12-17CD+G demuxer and decoderMichael Tison
2009-12-15Fix a typo in documentation.Ramiro Polla
2009-12-09Minor version bump for mbtree addition.Jason Garrett-Glaser
2009-12-08Add MBtree support for libx264Erik Slagter
2009-11-24Add weightp support in API for libx264.Jason Garrett-Glaser
2009-11-20Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-12Bump minor version after MPEG-4 Lossless commitVitor Sessak
2009-11-12Bump minor version after applying ALS decoder.Carl Eugen Hoyos
2009-11-11Add a channels field to MPEG4AudioConfig.Alex Converse
2009-11-11Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codecJustin Ruggles
2009-10-29Support demuxing teletext in DVB streams.Francesco Lavra
2009-10-24Bump micro version after the FRWU decoder inclusionVitor Sessak
2009-10-13Add decoder for "forward uncompressed".Reimar Döffinger
2009-10-12extend description of avcodec_decode_audio3:Sascha Sommer
2009-10-12Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger
2009-09-29Fix indentation in avcodec.hJason Garrett-Glaser
2009-09-22Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson
2009-09-16Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer
2009-09-10Add ATRAC1 codec ID.Benjamin Larsson
2009-09-02add missing wmapro decoder partsSascha Sommer
2009-08-27Decoder for LPCM as used in Bluray discs.Christian Schmidt
2009-08-25Add Bluray Subtitle SupportStephen Backway
2009-07-01Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård
2009-06-29Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje
2009-06-29Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje
2009-06-23Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell
2009-06-19Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger
2009-06-13Electronic Arts Madcow decoderPeter Ross
2009-06-12DPX (Digital Picture Exchange) image decoderJimmy Christensen
2009-06-07Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.Michael Niedermayer
2009-06-07clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygenBaptiste Coudurier
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-06-03Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.Reimar Döffinger
2009-06-03Clarify the input AVPacket for avcodec_decode*()Michael Niedermayer
2009-05-31Add a lock manager API to libavcodec.Andreas Öman
2009-05-28remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier
2009-05-12V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-05-07Add 8088flex TMV video decoder.Daniel Verkamp
2009-05-05Add colorspace fields to AVCodecContext.Michael Niedermayer