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
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-11-16flashsv: use the AVFrame API properly.Anton Khirnov
2013-11-02flashsv: K&R formatting cosmeticsLuca Barbato
2013-11-01flashsv: Check diff_start diff_height valuesMichael Niedermayer
2013-11-01flashsv: Refactor a littleLuca Barbato
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-11-29flashsv: make sure data for zlib priming is availableJanne Grunau
2012-11-26flashsv: check for keyframe before using differential codingJanne Grunau
2012-11-21flashsv: Drop unused function and struct parametersDiego Biurrun
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-10flashsv: propagate inflateReset() errorsJanne Grunau
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-10-11flashsv: return more meaningful error valueDiego Biurrun
2011-10-11flashsv: fix typo in av_log() messageDiego Biurrun
2011-07-22add Flash Screen Video 2 decoderKostya Shishkov
2011-07-16flashsv: split flashsv_decode_block() off from flashsv_decode_frame().Diego Biurrun
2011-07-08flashsv: inline copy_region() into flashsv_decode_frame()Diego Biurrun
2011-07-08flashsv: improve some variable namesDiego Biurrun
2011-07-06flashsv: improve some comments and fix some wrong onesDiego Biurrun
2011-07-06flashsv: Eliminate redundant variable indirection.Diego Biurrun
2011-07-06flashsv: set reference frame type to full frameDiego Biurrun
2011-07-06flashsv: replace bitstream description by a link to the specificationDiego Biurrun
2011-07-06flashsv: convert a debug av_log into av_dlogDiego Biurrun
2011-07-06flashsv: simplify conditionDiego Biurrun
2011-07-06flashsv: return more meaningful error valuesDiego Biurrun
2011-07-06flashsv: cosmetics: break some overly long linesDiego Biurrun
2011-07-06flashsv: cosmetics: drop some unnecessary parenthesesDiego Biurrun
2011-05-04flashsv: K&R cosmeticsDiego Biurrun
2011-04-25flashsv: Return more meaningful error values.Diego Biurrun
2011-04-25flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun
2011-04-25cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-04Fixed buffer overread in flashsv decoder.Laurent Aimar
2009-09-13Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson
2009-09-10Use reget_buffer instead of get_buffer. Fixes issue1367.Benjamin Larsson
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-11-24flashsv: use skip_bits_long() where requiredMåns Rullgård