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
2011-06-02Remove unused variablesMans Rullgard
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-06-02Cosmetic changes to h264_idct_10bit.asm.Loren Merritt
2011-06-022x faster h264_idct_add8_10.Loren Merritt
2011-06-02aacenc: Add stereo_mode option.Nathan Caldwell
2011-06-02h264: remove CONFIG_GPL from x86 intra prediction code.Ronald S. Bultje
2011-06-01ARM: ac3dsp: optimised update_bap_counts()Mans Rullgard
2011-06-01mpegaudiodec: Fix av_dlog() invocation.Diego Biurrun
2011-06-01h264/10bit: add HAVE_ALIGNED_STACK checks.Daniel Kang
2011-06-01Update 8-bit H.264 IDCT function names to reflect bit-depth.Daniel Kang
2011-06-01Add IDCT functions for 10-bit H.264.Daniel Kang
2011-06-01mpegaudioenc: Fix broken av_dlog statement.Diego Biurrun
2011-06-01ARM: fix MUL64 inline asm for pre-armv6Mans Rullgard
2011-05-31mpegaudiodec: remove unusued code and variablesMans Rullgard
2011-05-31mpegaudio: clean up compute_antialias() definitionMans Rullgard
2011-05-31vp8: fix segmentation race during frame-threading.Ronald S. Bultje
2011-05-31ARM: simplify inline asm with 64-bit operandsMans Rullgard
2011-05-29ARM: enable UAL syntax in asm.SMans Rullgard
2011-05-29vp8: use av_clip_uintp2() where possibleMans Rullgard
2011-05-29ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()Mans Rullgard
2011-05-28ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.Justin Ruggles
2011-05-28ac3dsp: fix loop condition in ac3_update_bap_counts_c()Justin Ruggles
2011-05-28ARM: unbreak buildMans Rullgard
2011-05-28ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles
2011-05-28ac3enc: split mantissa bit counting into a separate function.Justin Ruggles
2011-05-28ac3enc: store per-block/channel bap pointers by reference block in a 2D arrayJustin Ruggles
2011-05-28get_bits: add av_unused tag to cache variableMans Rullgard
2011-05-28ARM: aacdec: fix constraints on inline asmMans Rullgard
2011-05-28ARM: remove unnecessary volatile from inline asmMans Rullgard
2011-05-28ARM: add "cc" clobbers to inline asm where neededMans Rullgard
2011-05-28ac3enc: use LOCAL_ALIGNED macroMans Rullgard
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-05-28vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern
2011-05-28cosmetics: indentation and alignment after previous commitJustin Ruggles
2011-05-28ac3enc: add support for E-AC-3 encoding.Justin Ruggles
2011-05-28ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles
2011-05-27ARM: disable ff_vector_fmul_vfp on VFPv3 systemsMans Rullgard
2011-05-27x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun
2011-05-26Mark parameterless function declarations as 'void'.Diego Biurrun
2011-05-26ac3enc: initialize all coefficients to zero.Justin Ruggles
2011-05-26Remove h263_msmpeg4 from MpegEncContext.Alex Converse
2011-05-24Move emms_c() from libavcodec to libavutil.Ronald S. Bultje
2011-05-24tiff: set palette in the context when specified in TIFF_PAL tagStefano Sabatini
2011-05-24pgssubdec: fix incorrect colors.Alexandre Colucci
2011-05-24dvdsubdec: fix incorrect colors.Alexandre Colucci
2011-05-24msmpeg4: reindent.Anton Khirnov
2011-05-24lavc: remove msmpeg4v1 encoder.Anton Khirnov
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-05-23aacdec: fix typo in scalefactor clipping checkJustin Ruggles
2011-05-23h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras