20505 Commits (b0fabed20fd9cbdc96f36687b84ebe75941e32de)

Author SHA1 Message Date
Carl Eugen Hoyos 5eb532a930 Cosmetics: Reorder pix_fmts in tiffenc.c. 12 years ago
Carl Eugen Hoyos a5a90fa577 Simplify setting colour space for mono* when encoding tiff. 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
Stephan Hilb 6eac554659 Add CPiA video decoder 12 years ago
Michael Niedermayer 438b86fed4 faxcompr: fix byte alignment case 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 6fc892d271 libvorbisdec: fix const nitpick warning 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
Michael Niedermayer 0e781d9405 utvideoenc: remove unused variable 12 years ago
Anton Khirnov a2318326f1 lavc: add lossy/lossless codec properties. 12 years ago
Michael Niedermayer 340e8e0b22 dnxhdenc: fix pointer type warning 12 years ago
Michael Niedermayer b0545800bd wmalosslessdec: remove unused variable 12 years ago
Michael Niedermayer 19008e06c6 wmavoice: switch to av_assert 12 years ago
Michael Niedermayer 946ed78f5f aacdec: fix priming/skip for AAC HE/HE2 12 years ago
Michael Niedermayer 0fc684ff7c aacdec: pass AVPacket to aac_decode_frame_int() 12 years ago
Michael Niedermayer 818f3dc907 audio_frame_que: remove broken code that is specific to old audio_que 12 years ago
Philip Langdale 7816c7e772 Add missing codec descriptor for timingless subrip. 12 years ago
Michael Niedermayer 85c830331c lavc: protect calls to frame_thread_encoder by HAVE_THREADS 12 years ago
Paul B Mahol e4fff08f5b exr: fix decoding ZIP16 and height not multiple of 16 12 years ago
Anton Khirnov bbabeb56fa Add reminders to update the codec descriptor list with new codec IDs. 12 years ago
Michael Niedermayer 2d5c80b2e8 frame_thread_encoder: pass frame pict type and quality 12 years ago
Michael Niedermayer 097a909ea1 frame_thread_encoder: pass private options 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
Derek Buitenhuis 61e262f6d7 vp56: Don't use DECLARE_ALIGN on a typedef name 12 years ago
Kostya Shishkov 7627c35a81 vc1: export some functions 12 years ago
Michael Niedermayer fa6c795c3f allcodecs: fix vda order 12 years ago
Xidorn Quan 78cca74222 vdadec: implement vda decoder 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
Reimar Döffinger 237f53ce85 cllc: simplify/fix swapped data buffer allocation. 12 years ago
Georg Lippitsch 5cc5d9d5f7 dpx: 10 and 12 bit decoding 12 years ago
Kostya Shishkov 0de4a563e4 mss1: move code that will be reused by MSS2 decoder into separate file 12 years ago