summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-08-26h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer3-4/+4
2012-04-28h264: use one table instead of several for cabac functionsRoland Scheidegger6-48/+70
2012-01-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-169/+263
2012-01-12cabac: split cabac.h into declarations and function definitionsDiego Biurrun5-133/+167
2012-01-12cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.Diego Biurrun2-5/+4
2012-01-12cabac: Remove ff_h264_lps_state array.Diego Biurrun2-3/+0
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-219/+693
2012-01-07cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun2-25/+25
2012-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-128/+145
2012-01-06cabac: remove unused function renorm_cabac_decoderDiego Biurrun1-9/+0
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-942/+964
2012-01-04cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun2-73/+0
2012-01-04cabac: drop unused STRICT_LIMITS code branchDiego Biurrun2-19/+0
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun2-172/+134
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-435/+288
2011-06-20cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard3-132/+173
2011-06-20x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()Mans Rullgard1-1/+1
2011-06-20x86: cabac: remove hardcoded esi in get_cabac_inline()Mans Rullgard1-8/+8
2011-06-20x86: cabac: remove hardcoded edx in get_cabac_inline()Mans Rullgard1-8/+8
2011-06-20x86: cabac: remove unused macro parameterMans Rullgard1-3/+3
2011-06-20x86: cabac: remove hardcoded ebx in inline asmMans Rullgard2-60/+63
2011-06-20x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard2-40/+41
2011-06-20cabac: remove inline asm under #if 0Mans Rullgard1-31/+0
2011-06-20cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard2-113/+1
2011-06-20cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLEDMans Rullgard1-62/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-08-21Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger2-2/+3
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini30-287/+340
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-10-16Convert asm keyword into __asm__.Diego Pettenò65-591/+591
2008-09-14Remove useless #ifdef around #include.Diego Biurrun1-2/+0
2008-09-02Silence a couple of 'defined but not used' warnings by adding an av_unusedDiego Biurrun1-4/+4
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-04-16Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs3-110/+147
2008-04-16Revert 12838 to redo it the right way (use svn copy to create newJeff Downs3-147/+110
2008-04-15Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs3-110/+147
2008-03-17cosmetics: remove useless \-newline escapesMåns Rullgård1-6/+6
2008-02-28Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2-4/+4
2008-01-23Put some disabled functions that are only used in the test program in cabac.cDiego Biurrun1-2/+2
2007-12-02Add missing const to last argument of decode_significance_8x8_x86.Reimar Döffinger1-1/+1
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-10-1210l: refill2() is not unused, it is used conditionally.Diego Biurrun1-1/+1
2007-10-12Disable unused code; fixes several gcc warnings:Diego Biurrun1-0/+6
2007-10-02100l: Revert accidental commit, restore previous version.Diego Biurrun1-5/+0
2007-10-02Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun2-2/+6
[next]