Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-17cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun
2011-06-21cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard
2011-06-21x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()Mans Rullgard
2011-06-21x86: cabac: remove hardcoded esi in get_cabac_inline()Mans Rullgard
2011-06-21x86: cabac: remove hardcoded edx in get_cabac_inline()Mans Rullgard
2011-06-21x86: cabac: remove unused macro parameterMans Rullgard
2011-06-21x86: cabac: remove hardcoded ebx in inline asmMans Rullgard
2011-06-21x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard
2011-06-21cabac: remove inline asm under #if 0Mans Rullgard
2011-06-21cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard
2011-06-21cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLEDMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-08-21Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-09-15Remove useless #ifdef around #include.Diego Biurrun
2008-09-03Silence a couple of 'defined but not used' warnings by adding an av_unusedDiego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-16Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs
2008-04-16Revert 12838 to redo it the right way (use svn copy to create newJeff Downs
2008-04-15Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs
2008-03-18cosmetics: remove useless \-newline escapesMåns Rullgård
2008-02-28Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger
2008-01-23Put some disabled functions that are only used in the test program in cabac.cDiego Biurrun
2007-12-03Add missing const to last argument of decode_significance_8x8_x86.Reimar Döffinger
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-1210l: refill2() is not unused, it is used conditionally.Diego Biurrun
2007-10-12Disable unused code; fixes several gcc warnings:Diego Biurrun
2007-10-02100l: Revert accidental commit, restore previous version.Diego Biurrun
2007-10-02Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun
2007-09-16cosmetics: typoDiego Biurrun
2007-08-16CONFIG_7REGS -> HAVE_7REGSRamiro Polla
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-05-11split h264.c to move parser in its own fileAurelien Jacobs
2007-05-05Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun
2007-04-27Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun
2007-04-2610l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun
2007-04-14Update preprocessor directive comments to take recent changes to this fileDiego Biurrun
2007-03-29Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris
2007-02-23use av_noinline instead of __attribute((noinline))Aurelien Jacobs
2007-01-27rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configureMåns Rullgård
2007-01-13replace a few hardcoded numbers with their correct named onesMichael Niedermayer
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård