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
2008-06-19simplifyMichael Niedermayer
2008-06-19useless ()Michael Niedermayer
2008-06-19remove unneeded tr == 0Michael Niedermayer
2008-06-19simplifyMichael Niedermayer
2008-06-19Get rid of the redundant AVG726Context.Michael Niedermayer
2008-06-18Remove the truncated bitstream handling from our g726 decoder.Michael Niedermayer
2008-06-17Change iquant tables to int16.Michael Niedermayer
2008-06-17simplifyMichael Niedermayer
2008-06-17Get rid of useless wrapper function.Michael Niedermayer
2008-06-17Do not inline g726_iterate() the function is big so its inlining willMichael Niedermayer
2008-06-17Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.Michael Niedermayer
2008-06-17Remove redundant zeroing (the context is memset(0)).Michael Niedermayer
2008-06-17Use smaller data types for tables.Michael Niedermayer
2008-06-17Float11 does not need int, .o file becomes smaller and the code mightMichael Niedermayer
2008-06-17simplifyMichael Niedermayer
2008-06-17Correct validity checks.Michael Niedermayer
2008-06-17Print sane error message for channels != 1.Michael Niedermayer
2008-06-17Check number of bits so we do not try to use table entries which do not exist.Michael Niedermayer
2008-06-17Support decoding of sample_g726.asf.Michael Niedermayer
2008-06-17get_bits() outputs exactly as many bits as requested no need to mask them.Michael Niedermayer
2008-06-17Remove dead code.Michael Niedermayer
2008-06-13-0x8000 == 0x8000 with int16Michael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.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-20Fix ;;Michael Niedermayer
2008-02-01constMichael Niedermayer
2008-01-07Mark the tables in g726.c as constant.Diego Pettenò
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2006-11-02reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-05-09#defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer
2004-07-22make comments doxygen compatibleMichael Niedermayer
2004-02-10 * gotta setup coded_frame for encoding. avcodec.h says that for decodingRoman Shaposhnik
2004-02-07use clip() from common.hMichael Niedermayer
2004-02-07 * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik