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-31Remove unused debug av_log() calls.Diego Biurrun
2009-07-30Remove unused variable intra_count.Diego Biurrun
2009-07-29Only enable WMV3 decoder when it has been turned on in the build system.Diego Biurrun
2009-07-29Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun
2009-07-29Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,Diego Biurrun
2009-07-29Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is onlyDiego Biurrun
2009-07-28Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun
2009-07-28ARM: cleaner selection of ELF-spefic assembler directivesMåns Rullgård
2009-07-27Remove disabled function get_num().Diego Biurrun
2009-07-27Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.Martin Storsjö
2009-07-27Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau
2009-07-27Remove unnecessary mpeg12data.o entries from OBJS- variables.Diego Biurrun
2009-07-27Remove duplicated mpeg12data.o entries.Diego Biurrun
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-25fix various compilation dependenciesAurelien Jacobs
2009-07-23refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun
2009-07-23Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.Diego Biurrun
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