8567 Commits (4d55404fcaec83f1ac2beb640198ad9399116bb8)

Author SHA1 Message Date
Gwenole Beauchesne 2e584eea4b cosmetics: Add empty line for consistent formatting. 16 years ago
Alex Converse eea325645c Mark ff_fft_end av_cold. 16 years ago
Loren Merritt 5a446bc88e fix an overflow in vc1 intra overlap filter 16 years ago
Kostya Shishkov 81169111ef Fix Doxygen comments for VC-1 decoder. 16 years ago
Kostya Shishkov 1aa7335149 Fix Doxygen comments for RV3/4 decoder. 16 years ago
Kostya Shishkov 20642e2840 Fix Doxygen comments for APE decoder. 16 years ago
Måns Rullgård ca6532f620 ARM: remove some unused macro arguments 16 years ago
Måns Rullgård d8f9269dc6 ARM: reorder some instructions in put_pixels*_arm for speed gains 16 years ago
Måns Rullgård 00c5727d90 ARM: replace jump tables with conditional branches 16 years ago
Måns Rullgård d9e68f5c1a ARM: replace explicit literal loads with ldr Rd, =lit 16 years ago
Måns Rullgård fc252eba02 ARM: change alignment of loops in put_pixels*_arm to 32 16 years ago
Måns Rullgård 4f928a4d2d ARM: optimised mid_pred() 16 years ago
Måns Rullgård 1214bd86dc ARM: allow register operands for shifts in MULL() 16 years ago
Stefan Gehrer 620b8a2ed7 fix doxygen file reference 16 years ago
Aurelien Jacobs 73c87551e5 vp5: don't try decoding a P frame before any I frame was parsed 16 years ago
Diego Biurrun 99ed41a808 Fix filenames in Doxygen comments. 16 years ago
Stefano Sabatini e1b6bdbb83 Change "H.263 Intel" long name to "Intel H.263". 16 years ago
Kostya Shishkov 9289a32a8e Fix AAC data smuggling: 16 years ago
Benoit Fouet a6cef9651d Remove unneeded check. 16 years ago
Benoit Fouet a44cb89b0f Fix an exploit in indeo by checking we are not writing out of the strip array. 16 years ago
David Conrad 137ae32760 Workaround for gcc 3.4 to align sh properly 16 years ago
Diego Biurrun c60208e7a1 Directly #include some required headers. 16 years ago
Reimar Döffinger 724cc2dfaa Use AV_WL32/AV_WB32 in bitstream.h 16 years ago
Stefano Sabatini 57be00bea7 Make more descriptive the long names for the various variants of H.263. 16 years ago
Måns Rullgård bd53b426b7 ARM: NEON optimised H.264 weighted prediction 16 years ago
Måns Rullgård 5a29589b81 ARM: NEON optimised H.264 biweighted prediction 16 years ago
Diego Biurrun 4ceb4e3102 Add required headers to fix warnings during 'make checkheaders'. 16 years ago
Justin Ruggles aeb987cebf flacdec: get total number of samples from STREAMINFO 16 years ago
Justin Ruggles ce7e82144f move FLAC_STREAMINFO_SIZE to flac.h 16 years ago
Justin Ruggles d38b88213e define FLAC metadata types in flac.h 16 years ago
Justin Ruggles 9f3d3ecf92 flacdec: cosmetics: some line wrapping at 80 chars 16 years ago
Justin Ruggles 1df0390eed flacdec: cosmetics: indentation 16 years ago
Justin Ruggles 1bec121f9e flacdec: cosmetics: use consistent coding style (K&R) 16 years ago
Diego Biurrun 799fde37cc Add a check for ppc4xx instructions; rename preprocessor directive accordingly. 16 years ago
Diego Biurrun f5b96597bd Remove pointless #if HAVE_ALTIVEC around internal header #include 16 years ago
Justin Ruggles 13de8a080a cosmetics: indentation 16 years ago
Justin Ruggles 5305f40bb8 flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR 16 years ago
Justin Ruggles 9f2db54594 flacdec: remove another unneeded debugging statement 16 years ago
Justin Ruggles f7f3e3bf4a flacdec: remove unneeded debugging statements 16 years ago
Justin Ruggles c5706efd57 flacdec: remove some unused code 16 years ago
Diego Biurrun 175da7dab7 Add required headers to fix 'make checkheaders'. 16 years ago
Stefan Gehrer 19e017f211 remove alloc_table_0 and alloc_table_2, the same 16 years ago
Stefan Gehrer 45beb850de remove zigzag_scan8x8, it is the same as ff_zigzag_direct 16 years ago
Stefan Gehrer 3e7233688a avoid duplication of size_table and offset_table 16 years ago
Stefan Gehrer fa79489fd3 avoid duplication of dquant_code 16 years ago
Vitor Sessak e0df9e4425 Do not allocate RoqTempData on the stack 16 years ago
Justin Ruggles 8f51144bf4 rename flac.c to flacdec.c 16 years ago
Andreas Öman cf92cec7d8 Avoid allocating MPADecodeContext on stack. 16 years ago
Kostya Shishkov 1cae2ef9a6 Remove the block with always false condition from vc1_parse_frame_header() 16 years ago
Kostya Shishkov a28d522491 VC-1 postproc field is 2 bits wide while decoder read only single bit. 16 years ago