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-07-04dct-test: simplify calling dct_error()Mans Rullgard
2011-07-04dct-test: whitespace cosmeticsMans Rullgard
2011-07-04dct-test: remove commented out codeMans Rullgard
2011-07-04vorbis: vpxenc: Add missing include for av_rescale*Robert Swain
2011-07-04ffmpeg: Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos
2011-07-04Fix build with --disable-yasm.Daniel Kang
2011-07-04H.264: template left MB handlingJason Garrett-Glaser
2011-07-04H.264: faster fill_decode_cachesJason Garrett-Glaser
2011-07-04H.264: faster write_back_*Jason Garrett-Glaser
2011-07-04H.264: faster fill_filter_cachesJason Garrett-Glaser
2011-07-04H.264: make filter_mb_fast support the case of unavailable top mbJason Garrett-Glaser
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Do not include pixfmt.h in avutil.hMans Rullgard
2011-07-04Do not include rational.h in avutil.hMans Rullgard
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-07-03doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun
2011-07-03doxygen: Fix parameter names to match the function prototypes.Diego Biurrun
2011-07-03doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun
2011-07-03doxygen: Fix execute_code() @return documentation.Diego Biurrun
2011-07-03snow: Remove unused code.Diego Biurrun
2011-07-03H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang
2011-07-03ffv1: remove unused tablesMans Rullgard
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-07-03mjpeg: remove pointless braces around block of codeMans Rullgard
2011-07-03h264: remove assert() immediately following return statementMans Rullgard
2011-07-02ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6Mans Rullgard
2011-07-02ARM: NEON optimised vector_clip_int32()Mans Rullgard
2011-07-02suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxyStefano Sabatini
2011-07-02put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard
2011-07-02put_bits: always use intreadwrite.h macrosMans Rullgard
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-07-02get_bits: remove x86 inline asm in A32 bitstream readerMans Rullgard
2011-07-01ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().Justin Ruggles
2011-07-01ac3dsp: simplify extract_exponents() now that it does not need to do clipping.Justin Ruggles
2011-07-01ac3enc: clip coefficients after MDCT.Justin Ruggles
2011-07-01ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles
2011-07-01cosmetics: fix some then/than typosDiego Biurrun
2011-06-30doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler
2011-06-30Add support for aac streams in mp4/mov without extradata.Benjamin Larsson
2011-06-30aacenc: Make chan_map const correctAlex Converse
2011-06-30aacenc: Fix determination of Mid/Side Mode.Nathan Caldwell
2011-06-30psymodel: Remove the single channel analysis functionNathan Caldwell
2011-06-30aacenc: Implement dummy channel group analysis that just calls the single cha...Nathan Caldwell
2011-06-30psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell
2011-06-30ARM: remove check for PLD instructionMans Rullgard
2011-06-29Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-28cosmetics: remove outdated comment that is no longer trueJustin Ruggles
2011-06-28avutil: Remove unused arbitrary precision integer code.Diego Biurrun