Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-09-11Set a constant frame size for encoding G.726 audio.Justin Ruggles
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
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