100 Commits (66f5790d7bc22a3cd1b3b266a8c22bd51c65a05c)

Author SHA1 Message Date
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
Ronald S. Bultje e9e608ad58 Move bfin half-pel assembly from dsputil to hpeldsp. 12 years ago
Ronald S. Bultje d85c9b036e vp3/x86: use full transpose for all IDCTs. 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
Peter Ross 9ccc349f77 ensure comment blocks that contain doxygen commands start with double asterix 12 years ago
Diego Biurrun ac56ff9cc9 build: non-x86: Only compile mpegvideo optimizations when necessary 12 years ago
Derek Buitenhuis e62e455f7b dsputil/me/pixels: Actually use av_restrict 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
Michael Niedermayer 2aaf32f52f mpegvideo: support encoding with chroma intra tables that differ from luma. 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
Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 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