8336 Commits (1cca8d24232c9f81d71364c4725b3bc43eab637e)

Author SHA1 Message Date
Diego Biurrun ce9ff9cc52 Move #defines that are mostly used in h264.c out of h264data.h and into h264.h. 16 years ago
Diego Biurrun ee2a957fbd Use golomb_to_pict_type instead of its duplicate, slice_type_map. 16 years ago
Diego Biurrun 7f8f4b40aa cosmetics: Align table for better readability. 16 years ago
Kostya Shishkov c5b2fe165a Some BMP files have file size declared in the header equal to headers size 16 years ago
Kostya Shishkov e282307b21 Give more meaningful message on BMP header parsing error 16 years ago
Kostya Shishkov 4a14e66605 Add known BMP header sizes. 16 years ago
Måns Rullgård 4deaa94639 Add shift argument to MULL() macro 16 years ago
Robert Swain 8f5aaa6d2f AAC: Cosmetics after last commit 16 years ago
Alex Converse 7633a0415d AAC: Frequency domain prediction and hence Main profile support 16 years ago
Kostya Shishkov e9d0fdef53 Strong filtering function for future RV40 loop filter 16 years ago
Måns Rullgård d270cb4ae4 ARM: move dct_unquantize_h263_*_armv5te asm to separate file 16 years ago
Diego Biurrun 76de302dd8 cosmetics: indentation, prettyprinting 16 years ago
Diego Biurrun 7f8205da4c cosmetics: consistent function declarations 16 years ago
Diego Biurrun 7d1b158284 cosmetics: Put statements after 'if' on their own line. 16 years ago
Reynaldo H. Verdejo Pinochet 8372e3d263 Trivial, Cosmetics 16 years ago
Reynaldo H. Verdejo Pinochet 1b321c5c96 Trivial, Cosmetics 16 years ago
Kenan Gillet 148c31b9c2 More OKed parts of the QCELP decoder 16 years ago
Vitor Sessak 31fb59ec98 Cosmetic: Fix typo 16 years ago
Diego Biurrun 3c54686885 Move H.264 tables that are only useful for encoding to h264enc.c. 16 years ago
Diego Biurrun d1eb20e878 Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered 16 years ago
Måns Rullgård 516566a8ec SH4: fix IDCT 16 years ago
Diego Biurrun f0e602351e cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 16 years ago
Diego Biurrun 0d2d0f97a5 Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block. 16 years ago
Diego Biurrun d785a67066 cosmetics: indentation 16 years ago
Diego Biurrun 39fdda2bf1 Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead 16 years ago
Kenan Gillet 469105aadb Fix typo in table value. 16 years ago
Kostya Shishkov cd98279126 33l Fix applying residue condition in RV30/40 decoder 16 years ago
Kostya Shishkov 78a0fa8c8f Eliminate direct use of s->current_picture in RV30/40 decoder 16 years ago
Kostya Shishkov 7690351cf3 Use wider margins for edge emulation in RV30/40 16 years ago
Måns Rullgård c260b59603 SH4: fix memzero_align8() 16 years ago
Måns Rullgård 1a9e9a2fbd SH4: add macros for setting and restoring FPSCR.PR bit 16 years ago
Måns Rullgård 6f14b19e48 SH4: remove some commented out blocks of code 16 years ago
Roman Shaposhnik a21fd75f56 Making idct factor tables dynamically allocated 16 years ago
Kostya Shishkov eeee48b26b Add channel layout to several audio decoders I maintain 16 years ago
Roman Shaposhnik ff16d6e495 Change of indentation 16 years ago
Måns Rullgård df69be0c13 SH4: fix IDCT 16 years ago
Måns Rullgård 6f15dd8d14 SH4: do not mix code and declarations 16 years ago
Måns Rullgård c136ece9b3 SH4: fix compilation of memzero_align8() 16 years ago
Måns Rullgård b42019c130 SH4: remove unused functions 16 years ago
Måns Rullgård d7e0f8dda6 SH4: replace missed rnd_avg2 -> rnd_avg32 16 years ago
Måns Rullgård 23e05e69a8 SH4: rename functions with conflicting names 16 years ago
Diego Biurrun 45e730c5e5 cosmetics: Add a few more explanatory comments to the object sections. 16 years ago
Diego Biurrun a261890432 cosmetics: Sort processor-specific object lines into alphabetical order. 16 years ago
Roman Shaposhnik 195b349041 Getting rid of huge static DV tables 16 years ago
Roman Shaposhnik 1ac1217bd6 Getting rid of unneeded extra wrapper functions 16 years ago
Diego Biurrun 40b509b36b Add a Makefile variable for the old scaler that gets enabled when the new 16 years ago
Diego Biurrun 767d3e7bf7 Revert previous commit: the libavcodec/i386/fft_*.o objects depend on 16 years ago
Diego Biurrun ba01d867f5 Only the yasm-dependent objects should be enabled by a yasm conditional. 16 years ago
Diego Biurrun c6786edb3c cosmetics: Group ppc-specific objects together. 16 years ago
Diego Biurrun 607ffa34ba cosmetics: Group ARM objects sections together. 16 years ago