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
2007-06-13removing underscores from block profiling renaming to xx_Marc Hoffman
2007-06-13Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos
2007-06-13Workaround adjustments for DivX 6.1 and laterLord
2007-06-13cosmeticsGuillaume Poirier
2007-06-13kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret
2007-06-13restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret
2007-06-12integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman
2007-06-12Blackfin dct_quantize_bfin routineMarc Hoffman
2007-06-12Blackfin IDCT has no special permutation it uses normal orderMarc Hoffman
2007-06-12misc typo fixesDiego Biurrun
2007-06-12TypoKostya Shishkov
2007-06-12misc spelling fixesDiego Biurrun
2007-06-12Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini
2007-06-12fix 8- and 24-bit FLAC decodingMichael Donaghy
2007-06-11move codecs declarations from avcodec.h to allcodecs.hAurelien Jacobs
2007-06-11one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier
2007-06-11Cygwin compatibility workaroundEric Lasota
2007-06-10Adapt to API changes, fix compilation.Ronald S. Bultje
2007-06-10minor GCC3 compile fixGuillaume Poirier
2007-06-09Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker
2007-06-09Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje
2007-06-09work around issues with the old version of Gnu Assembler shipped onGraham Booker
2007-06-08emms --> emms_c, taken from a patch by Ronald BultjeRonald S. Bultje
2007-06-07Use consistent names for all test programs.Diego Biurrun
2007-06-07Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun
2007-06-07Use FFmpeg-specific CPU feature definitions.Ronald S. Bultje
2007-06-07Add CPU feature definitions for SSE3 and SSSE3.Ronald S. Bultje
2007-06-07CPU feature definitions should always be available, not just when theRonald S. Bultje
2007-06-07Only run MMX2 tests when MMX2 is available.Diego Biurrun
2007-06-07Fix linking when GPL code has been disabled.Diego Biurrun
2007-06-07Fix compilation when MMX is disabled.Ronald S. Bultje
2007-06-07FAAN is not x86-specific.Diego Biurrun
2007-06-07h264: use 'simple' in border backup / xchgAndreas Öman
2007-06-06Add some forgotten lib prefixes to Makefile variables.Diego Biurrun
2007-06-06Rename cb fieldEric Lasota
2007-06-06Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun
2007-06-06Give names of external library decoders/encoders a lib prefixDiego Biurrun
2007-06-06Give all wrappers for external libraries names starting with lib.Diego Biurrun
2007-06-05Remove unused variables.Diego Biurrun
2007-06-05Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocksEric Lasota
2007-06-05Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin
2007-06-05spellingDiego Biurrun
2007-06-04fix error: indeo2.c:202:1: directives may not be used inside a macro argument,Christian Lohmaier
2007-06-04Codebook generator using the ELBG algorithmVitor Sessak
2007-06-03h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT...Luca Barbato
2007-06-03filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), s...Andreas Öman
2007-06-02Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun
2007-06-02Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun
2007-06-02Remove get_byte wrapperRamiro Polla
2007-06-02Use AV_xx throughout libavcodecRamiro Polla