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-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-04Fix syntax for the libfaad_decoder definition.Stefano Sabatini
2009-03-03Do not use a macro to generate a single AVCodec declaration.Diego Biurrun
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-02Add (additional) const to many global tables.Reimar Döffinger
2008-09-08Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer
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-28set frame_size in libfaad decoderBaptiste Coudurier
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-17missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun
2008-05-12Do not use variable frame_info before its value is set.Carl Eugen Hoyos
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-01-26clean up dynamic loading of libfaadMåns Rullgård
2008-01-24cosmetic: libfaad.c indentationMåns Rullgård
2008-01-24fix dynamic loading of libfaad 2.6Måns Rullgård
2008-01-06add downmixing support to libfaad decoderJustin Ruggles
2007-06-06Give all wrappers for external libraries names starting with lib.Diego Biurrun