April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
April 14, 2009
View 9106a69

Rename bitstream.h to get_bits.h.

Stefano Sabatini authored on 2009/04/14 01:20:26
April 11, 2009
View 64bde19

cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).

Diego Biurrun authored on 2009/04/11 02:23:38
March 20, 2009
View 294eaa2

Replace random() usage in test programs by av_lfg_*().

Diego Biurrun authored on 2009/03/20 20:48:27
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
May 9, 2008
View 245976d

Use full path for #includes from another directory.

Diego Biurrun authored on 2008/05/09 20:56:36
January 23, 2008
View 07ad12e

Fix test program compilation: Add missing #include and update the call of ff_init_cabac_states() to account for API changes.

Diego Biurrun authored on 2008/01/23 19:23:24
January 21, 2008
View 07e4e3e

Consistently use TEST as the preprocessor condition to enable test code.

Diego Biurrun authored on 2008/01/21 08:53:51
November 23, 2007
View f8a80fd

main() --> main(void)

Diego Biurrun authored on 2007/11/23 09:52:56
July 19, 2007
View d04d5bc

Fix the self tests which are contained in some codecs and are using random().

Panagiotis Issaris authored on 2007/07/19 17:47:07
July 5, 2007
View e5a389a

license header consistency cosmetics

Diego Biurrun authored on 2007/07/05 19:40:25
October 18, 2006
View a0f2c6b

Kill a warning with MSVC Patch by Jindrich Makovicka makovick A gmail P com Original thread: Date: 08:21 AM Subject Re: [Ffmpeg-devel] Weird line in cabac.h

Jindřich Makovička authored on 2006/10/18 18:37:25
October 16, 2006
View f24a515

shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds)

Michael Niedermayer authored on 2006/10/16 05:40:50
October 13, 2006
View 68a205e

dehack *ps_state indexing in the branchless decoder

Michael Niedermayer authored on 2006/10/13 23:21:25
October 11, 2006
View d61c4e7

make state transition tables global as they are constant and the code is slightly faster that way

Michael Niedermayer authored on 2006/10/11 23:44:17