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-09-16Monkey's Audio uses subframes too, declare that in its capabilitiesKostya 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-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28Fix Doxygen comments for APE decoder.Kostya Shishkov
2008-11-19Add channel layout to several audio decoders I maintainKostya Shishkov
2008-09-24Correct wrong lower limit and condition used in APE decoderKostya Shishkov
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-29While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-06Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10smaller tablesMichael Niedermayer
2008-03-05Remove unused elements from tables.Michael Niedermayer
2008-03-05Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer
2008-03-05Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer
2008-02-01constMichael Niedermayer
2008-01-31cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ...Baptiste Coudurier
2007-12-02Fix some spelling mistakes.Diego Biurrun
2007-12-02spellingVitor Sessak
2007-09-13Monkey Audio decoderKostya Shishkov