72 Commits (7ce88e5ec41484c452da56853a6897803da9c2a5)

Author SHA1 Message Date
Anton Khirnov a3a55645f0 mpegvideo: remove disabled bfin asm 11 years ago
Martin Storsjö 287c8db39e cosmetics: bfin: Fix indentation in the dsputil init function 12 years ago
Ronald S. Bultje bfb41b5039 bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 12 years ago
Ronald S. Bultje 015821229f vp3: Use full transpose for all IDCTs 12 years ago
Martin Storsjö 5941978e71 vp3: bfin: Transpose the IDCTs 12 years ago
Martin Storsjö c0dcf89887 bfin: Match DEFUN_END macros to the right functions 12 years ago
Martin Storsjö 9e0f14f16c lavc: Make pointers to ff_cropTbl const 12 years ago
Martin Storsjö 0f59845708 bfin: Make vp3 functions static 12 years ago
Martin Storsjö aa8d89536d bfin: Don't use the vp3 idct functions if bitexact behaviour is expected 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun c9f933b5b6 Add av_cold attributes to arch-specific init functions 12 years ago
Diego Biurrun 25841dfe80 Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 12 years ago
Luca Barbato 4e0bc996d9 bfin: unbreak compilation 12 years ago
Diego Biurrun 438ea561ad bfin: Separate VP3 initialization code 12 years ago
Luca Barbato f550583c00 bfin: update VP3 idct 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje 93af2734ee lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. 12 years ago
Diego Biurrun ac56ff9cc9 build: non-x86: Only compile mpegvideo optimizations when necessary 12 years ago
Diego Biurrun ad0e31f134 build: prettyprinting cosmetics 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Diego Biurrun 0bba26466f cosmetics: Delete empty lines at end of file. 13 years ago
Diego Biurrun f36b390275 Replace some forgotten FFmpeg references by Libav. 13 years ago
Mans Rullgard a617c6aaa3 dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
Mans Rullgard 874f1a901d dsputil: template get_pixels() for different bit depths 14 years ago
Mans Rullgard 0a72533e98 jfdctint: add 10-bit version 14 years ago
Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Mans Rullgard 6bb6fb05ba mpegaudio: remove CONFIG_MPEGAUDIO_HP option 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Diego Biurrun 5298b070c2 Remove misplaced Doxygen comment. 15 years ago
Måns Rullgård 8fbd4f51a8 Improve some uses of ff_cropTbl with constant offset 15 years ago
Måns Rullgård 3bd74e9243 Simplify arch-specific object file lists 15 years ago
Måns Rullgård 43f60eba19 Move arch-specific makefile parts into $arch/Makefile 15 years ago
Måns Rullgård dd14a04e4a Add missing includes in bfin and sh4 files 15 years ago
Måns Rullgård ac36d974d6 bfin: fix function prototypes 15 years ago
Måns Rullgård d132d50fb8 Blackfin: use SRAM only when CONFIG_SRAM is set 15 years ago
Diego Biurrun deb1b2b699 Add necessary #include for config.h. 15 years ago
Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 16 years ago
Måns Rullgård b716a79215 blackfin: disable broken dsputil functions 16 years ago
Måns Rullgård 2ba73ce8c6 blackfin: add missing const in function prototypes 16 years ago
Måns Rullgård b195a73d47 blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto 16 years ago
Måns Rullgård 08ec1397f6 blackfin: use DCT function pointer in dct_quantize_bfin() 16 years ago
Diego Biurrun b17e0f065c Remove file name from file headers. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago