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
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11flashsv: return more meaningful error valueDiego Biurrun
2011-10-11flashsv: fix typo in av_log() messageDiego Biurrun
2011-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-22add Flash Screen Video 2 decoderKostya Shishkov
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16flashsv: split flashsv_decode_block() off from flashsv_decode_frame().Diego Biurrun
2011-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-08flashsv: inline copy_region() into flashsv_decode_frame()Diego Biurrun
2011-07-08flashsv: improve some variable namesDiego Biurrun
2011-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-07lavc: set defaults in internal codec framesStefano Sabatini
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-04flashsv: K&R cosmeticsDiego Biurrun
2011-04-26Merge remote branch 'qatar/master'Michael Niedermayer
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-04Remove a few if (p) av_free(p) formsClément Bœsch
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-03Long name spelling fixesBenjamin Larsson
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng