16710 Commits (b55dda4a72051b6476a40480880b9d9d9d43386e)

Author SHA1 Message Date
Diego Biurrun 13b6b7e0e2 Delete motion-test tool; it is of doubtful utility. 12 years ago
Mans Rullgard 15616eb042 intrax8: move functions from dsputil to own context 12 years ago
Alberto Delmás ede3d6400d MSS1 and MSS2: set final pixel format after common stuff has been initialised 12 years ago
Alberto Delmás ee769c6a7c MSS2 decoder 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Diego Biurrun ec36aa6944 x86: Fix linking with some or all of yasm, mmx, optimizations disabled 12 years ago
Diego Biurrun a886b279a0 x86: cosmetics: Comment some #endifs for better readability 12 years ago
Kostya Shishkov 04fc5c6bde g723_1: add comfort noise generation 12 years ago
Michael Niedermayer 040405b59e utvideoenc: Switch to dsputils' median prediction 12 years ago
Michael Niedermayer bbefd27e52 utvideoenc: Avoid writing into the input picture 12 years ago
Anton Khirnov a2318326f1 lavc: add lossy/lossless codec properties. 12 years ago
Anton Khirnov bbabeb56fa Add reminders to update the codec descriptor list with new codec IDs. 12 years ago
Diego Biurrun 2e6f93a284 x86: Always compile files with functions that are called unconditionally 12 years ago
Diego Biurrun 2f2aa2e542 x86: mpegvideoenc: fix linking with --disable-mmx 12 years ago
Diego Biurrun d39791bf39 x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiation 12 years ago
Martin Storsjö 3ad9eac5a0 testprogs: Remove unused includes 12 years ago
Diego Biurrun bcc45d6348 x86: avcodec: Drop silly "_mmx" suffixes from filenames 12 years ago
Diego Biurrun efbd04c332 x86: avcodec: Drop silly "_sse" suffixes from filenames 12 years ago
Michael Niedermayer 6d35470063 utvideoenc: use ff_huff_gen_len_table 12 years ago
Michael Niedermayer 5a582bd3b5 huffman: add ff_huff_gen_len_table 12 years ago
Reimar Döffinger 998f92d680 cllc: simplify/fix swapped data buffer allocation. 12 years ago
Martin Storsjö 6f5b1a2ba4 h264: Check that the codec isn't null before accessing it 12 years ago
Martin Storsjö 0b58c77ed1 audio_frame_queue: Define af_queue_log_state before using it 12 years ago
Kostya Shishkov 7627c35a81 vc1: export some functions 12 years ago
Mans Rullgard dbc9f84ea6 Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static." 12 years ago
Diego Biurrun 3d868fe542 build: Restore dependency of acelp_filters.o on celp_math.o 12 years ago
Diego Biurrun dafcbfe443 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() 12 years ago
Diego Biurrun 5549854335 celp_math: Move ff_cos() to the only place it is used 12 years ago
Derek Buitenhuis 5395d882b4 vp56: Don't use DECLARE_ALIGN on a typedef name 12 years ago
Kostya Shishkov 0de4a563e4 mss1: move code that will be reused by MSS2 decoder into separate file 12 years ago
Kostya Shishkov 49df339f4b mss1: merge decode_intra() and decode_inter() 12 years ago
Luca Barbato e0f7a9f6e7 huffyuv: update to current coding style 12 years ago
Luca Barbato f76e47877c huffman: update to current coding style 12 years ago
Diego Biurrun 3f02c533f3 build: fft: x86: Drop unused YASM-OBJS-FFT- variable 12 years ago
Diego Biurrun d7f9786cbc audio_frame_queue: Clean up ff_af_queue_log_state debug function 12 years ago
Diego Biurrun 1ce5dce454 dwt: Remove unused code. 12 years ago
Mans Rullgard 88386feefd cavs: convert cavsdata.h to a .c file 12 years ago
Diego Biurrun a6d9f9e60e cavs: Move inline functions only used in one file out of the header 12 years ago
Diego Biurrun ef07ac1e12 cavs: Move data tables used in only one place to that file 12 years ago
Mans Rullgard db70730291 x86: fft: remove unused fft_dispatch* functions 12 years ago
Derek Buitenhuis aa7a565101 cllc: Pad swapped buffer 12 years ago
Jan Ekström 01cb4c84f5 utvideodec: Fix single symbol mode decoding 12 years ago
Mans Rullgard 081bab5ee3 truespeech: drop useless casts 12 years ago
Mans Rullgard 0c88e7a255 libavcodec: drop bogus dependencies from mpc[78] and qdm2 12 years ago
Mans Rullgard 2e2b8ef8e0 mpegaudio: move ff_mpa_enwindow to a separate file 12 years ago
Anton Khirnov 4d7adec8bd AVOptions: store defaults for INT64 options in int64 union member. 12 years ago
Diego Biurrun dc40285427 x86: mpegvideo: more sensible names for optimization file and init function 12 years ago
Diego Biurrun d211547ddd x86: mpegvideoenc: Split optimizations off into a separate file 12 years ago
Diego Biurrun 26ce9aec03 dnxhdenc: x86: more sensible names for optimization file and init function 12 years ago
Diego Biurrun f1e06d37c9 svq1/svq3: Move common code out of SVQ1 decoder-specific file 12 years ago