April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
August 21, 2009
View f2d702e

Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS.

Reimar Döffinger authored on 2009/08/21 18:54:28
April 12, 2009
View b275500

Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.

Stefano Sabatini authored on 2009/04/12 17:35:26
February 1, 2009
View bad5537

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.

Diego Biurrun authored on 2009/02/01 11:00:19
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
October 16, 2008
View be449fc

Convert asm keyword into __asm__.

Diego Pettenò authored on 2008/10/16 22:34:09
September 15, 2008
View 3fe5ae2

Remove useless #ifdef around #include.

Diego Biurrun authored on 2008/09/15 07:18:50
September 3, 2008
View ab21090

Silence a couple of 'defined but not used' warnings by adding an av_unused attribute to the relevant function declarations.

Diego Biurrun authored on 2008/09/03 08:14:11
August 31, 2008
View 9879038

Globally rename the header inclusion guard names.

Stefano Sabatini authored on 2008/08/31 16:39:47
May 9, 2008
View 245976d

Use full path for #includes from another directory.

Diego Biurrun authored on 2008/05/09 20:56:36
April 16, 2008
View 52cb798

Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.

Jeff Downs authored on 2008/04/16 13:40:21
View 3aa9ede

Revert 12838 to redo it the right way (use svn copy to create new file based on old).

Jeff Downs authored on 2008/04/16 13:26:52
April 15, 2008
View e6cfd8f

Move decode_significance_x86() and decode_significance_8x8_x86() to i386-specific file from cabac.h. New file is h264-oriented and only included from h264.c Resolves compilation when configured with --disable-optimizations due to decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is only defined in h264.c

Jeff Downs authored on 2008/04/15 22:51:41
March 18, 2008
View ea68e33

cosmetics: remove useless \-newline escapes

Måns Rullgård authored on 2008/03/18 06:00:30
February 29, 2008
View 7e14b80

Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but SunStudio 12 only supports the former.

Reimar Döffinger authored on 2008/02/29 02:01:35