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-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-03Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun
2008-09-03Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.Laurent Aimar
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-19Do not shift F[I] twice, it is also clearer and smaller now.Michael Niedermayer
2008-06-19Factorize c->ap += (-c->ap) >> 4 outMichael Niedermayer
2008-06-19Get rid of G726Tables.bits.Michael Niedermayer
2008-06-19Copy 4 pointers to avid dozends of ptr dereferences.Michael Niedermayer
2008-06-19Does not need to be int16.Michael Niedermayer
2008-06-19Factorize I >> (c->tbls->bits - 1) out.Michael Niedermayer
2008-06-191 abs() lessMichael Niedermayer
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