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-17IndentBenjamin Larsson
2009-05-17Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson
2009-04-22Remove redundant code, found by CSABenjamin Larsson
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-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-30Use the new RDFT code in the QDM2 decoder.Alex Converse
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-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-19Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2Benjamin Larsson
2008-07-19Fix for possible null pointer dereferencing, closes Coverity report 68 run 2.Benjamin Larsson
2008-07-19minor simplification of qdm2_decode_fft_packets()Michael Niedermayer
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-02-01constMichael Niedermayer
2008-01-06Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-16Use DECLARE_ALIGNED to ease portingReimar Döffinger
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-06-02Fixed a possible bug, checked against the assembly.Benjamin Larsson
2006-05-2910000l don't reuse outer loop index in inner loopsRoberto Togni
2006-03-03fix infinite loopMichael Niedermayer
2006-01-31add static keyword to some functionsDieter
2006-01-14Fix a bunch of spelling/grammar mistakes in doxygen comments and output.Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-06Support for samples with fft_order = 7Roberto Togni
2005-12-06Remove duplicated fft initRoberto Togni
2005-10-20init_get_bits() requires size in bits, not bytesSteve L'Homme
2005-10-19QDM2 compatible decoderRoberto Togni