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-05-14Use skip_bits_long() for large skipsDavid Conrad
2009-04-20Compact and make constant two tables used by Musepack decodersKostya Shishkov
2009-04-17Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov
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-03-08Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19Replace calls to the deprecated function av_init_random() withStefano Sabatini
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-19Add channel layout to several audio decoders I maintainKostya Shishkov
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-09Use full path for #includes from another directory.Diego Biurrun
2008-04-29Transform codec names into single words.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-13typo fix: inited --> initializedDiego Biurrun
2008-02-01Casts to silcence "incompatible pointer type" warnings.Michael Niedermayer
2008-02-01constsMichael Niedermayer
2007-11-02Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov