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-07-07Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun
2009-06-07Remove comments that refer to fixed-point AMR implementations.Diego Biurrun
2009-05-20Use IF1 frame sizes in AMR-WB.Martin Storsjö
2009-05-19Move AMR-WB-specific code to the AMR-WB section of the file.Diego Biurrun
2009-05-19cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.Diego Biurrun
2009-05-16cosmetics: K&R coding style, indent correctly, break overly long linesDiego Biurrun
2009-05-16Replace 'x == 0' if conditions with '!x'.Diego Biurrun
2009-05-16cosmetics: Remove pointless {}.Diego Biurrun
2009-05-15Surround AMR_WB encoding code by appropriate #ifdefs.Diego Biurrun
2009-05-15cosmetics: Move some more code around to avoid #ifdeffery.Diego Biurrun
2009-05-15cosmetics: Move functions around so that encoding and decoding functions areDiego Biurrun
2009-05-15Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right afterDiego Biurrun
2009-05-15Add av_cold attribute to amr_nb decoding/encoding initialization functions.Diego Biurrun
2009-04-29Drop unused libamr-nb fixed-point glue code.Diego Biurrun
2009-04-07Fix second amr_nb_decode_frame() to also use the new AVPacket argumentRobert Swain
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-16Add const qualifiers to decode functions.Benoit Fouet
2008-12-16Fix warning "format not a string literal and no format arguments".Benoit Fouet
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-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-02-29Make AMR-NB block size const and 8 bits.Benoit Fouet
2008-02-29Define block size for AMR-WB (use IF2 table).Benoit Fouet
2008-01-27typoDiego Biurrun
2007-06-06Give all wrappers for external libraries names starting with lib.Diego Biurrun