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-07-23Remove useless #include <unistd.h> from many filesMåns Rullgård
2009-07-23cosmetics: Reorder some tables/lines to make future diffs smaller.Diego Biurrun
2009-07-23#include just the required stdint.h instead of libavutil/common.h.Diego Biurrun
2009-07-23cosmetics: small typo fixesDiego Biurrun
2009-07-23cosmetics: reindent/prettyprint after last commitDiego Biurrun
2009-07-23Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun
2009-07-23Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun
2009-07-23Make Theora decoder depend on the VP3 decoder.Diego Biurrun
2009-07-22Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun
2009-07-22Revert unintended portion of last commit. (Setting the default coder toAlex Converse
2009-07-22Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse
2009-07-21Make E-AC-3 decoder depend on the AC-3 decoder.Diego Biurrun
2009-07-21ARM: handle VFP register arguments in ff_vector_fmul_window_neon()Måns Rullgård
2009-07-21ARM: check for VFP register argumentsMåns Rullgård
2009-07-21Remove an unused field from the BandCodingPath struct.Alex Converse
2009-07-21Actually use all the codebooks we are iterating over in the two-loop scalefac...Alex Converse
2009-07-20Fix an integer overflow in the AAC encoder.Alex Converse
2009-07-20Make VP6A/VP6F decoders depend on the VP6 decoder.Diego Biurrun
2009-07-19Remove two more lines related to the WMV3 decoder.Diego Biurrun
2009-07-19Make WMV3 decoders depend on their VC-1 counterparts.Diego Biurrun
2009-07-17Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.Alex Converse
2009-07-17Dead code removal in the AAC encoder.Alex Converse
2009-07-17Icc 11.1 still does not align the stack pointer, disable some x264 functions.Carl Eugen Hoyos
2009-07-17Add iirfilter to the TESTPROGS variable (and target)Alex Converse
2009-07-17When calculating AAC quantized band cost, don't leave garbage in the bit countAlex Converse
2009-07-17IIR filter test program.Alex Converse
2009-07-17cosmetics: Move some code blocks to reduce the number of #ifdefs.Diego Biurrun
2009-07-15Set subtitle type in DVB subtitle decoder.Janne Grunau
2009-07-14Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.Alex Converse
2009-07-13Fix "warning: assignment discards qualifiers from pointer target type"David Conrad
2009-07-13Fix memory leak in libtheora encoderArt Clarke
2009-07-12Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun
2009-07-11Cosmetics: reindent after last commitAlex Converse
2009-07-11Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse
2009-07-11Mark iir filter init and free functions av_cold.Alex Converse
2009-07-11Fix "iirfilter.c:55: warning: unused variable ‘size’"Alex Converse
2009-07-11Eliminate use of complex.h from iirfilter.cAlex Converse
2009-07-09Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse
2009-07-09Fix declarations of complex numbersMåns Rullgård
2009-07-09Reindent after last commitAlex Converse
2009-07-09Prevent AAC frame size overflows.Alex Converse
2009-07-09Refactor windowing and early psy from bitstream writing parts of the AAC enco...Alex Converse
2009-07-09Turn on AAC rate control.Alex Converse
2009-07-09cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun
2009-07-09cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun
2009-07-09Cosmetics: Pretty print the AAC encoder.Alex Converse
2009-07-09Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse
2009-07-08Add extra validation checks to ff_vorbis_len2vlc.Reimar Döffinger
2009-07-08Make sure that values generated for ff_vorbis_len2vlc inReimar Döffinger
2009-07-08Add PIX_FMT_ARGB encoding to qtrle.Alexis Ballier