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
2021-02-03avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.cAndreas Rheinhardt
2015-11-27avcodec/cabac: Check initial cabac decoder stateMichael Niedermayer
2015-10-10cabac: Make cabac starts hardcodedAnton Khirnov
2015-10-10Revert "cabac: Allow hardcoding CABAC table."Derek Buitenhuis
2014-09-06cabac: Allow hardcoding CABAC table.Reimar Döffinger
2014-03-09Merge commit 'dfe224f377be3e45758c69d881ca7874b82d647a'Michael Niedermayer
2014-03-09aarch64: get_cabac inline asmJanne Grunau
2014-01-15cabac: remove leftovers from the cabac encoderJanne Grunau
2013-03-13cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer
2012-08-26h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer
2012-04-28h264: use one table instead of several for cabac functionsRoland Scheidegger
2012-01-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-13cabac: split cabac.h into declarations and function definitionsDiego Biurrun
2012-01-13cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.Diego Biurrun
2012-01-13cabac: Remove ff_h264_lps_state array.Diego Biurrun
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-08cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun
2012-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06cabac: remove unused function renorm_cabac_decoderDiego Biurrun
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-04cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun
2012-01-04cabac: drop unused STRICT_LIMITS code branchDiego Biurrun
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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