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
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
2009-02-01shorten: trivial simplification of signature checkMåns Rullgård
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-12-24typo: begining --> beginningDiego Biurrun
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-05-05Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun
2007-03-26properly set *data_size when returning >= 0 values in shorten_decode_frame()Aurelien Jacobs
2007-03-12Give context to dprintfMichel Bardiaux
2006-11-22fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-05-13sanity checks, some might have been exploitable ...Michael Niedermayer
2006-01-26warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-02-26shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer