16441 Commits (5a582bd3b500918432996317b704071f462578ca)

Author SHA1 Message Date
Derek Buitenhuis 7fda47d53b cllc: Add support for QRGB 13 years ago
Derek Buitenhuis f4bb38cc26 cllc: Rename some funcs to represent what they actually do 13 years ago
Diego Biurrun 3b9e832e17 x86: Drop silly "_yasm" suffixes from filenames 13 years ago
Anton Khirnov 51efed152d lavc: add an intra-only codec property. 13 years ago
Anton Khirnov c223d79945 lavc: add codec descriptors. 13 years ago
Anton Khirnov 2ff67c909c lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. 13 years ago
Mans Rullgard 05c36e0e5f g723.1: fix addition overflow 13 years ago
Mans Rullgard 52aa3015a3 g723.1: simplify and fix multiplication overflow 13 years ago
Mans Rullgard e141cf2c57 g723.1: deobfuscate an expression 13 years ago
Mans Rullgard e2b7c5783d g723.1: remove unused #includes 13 years ago
Diego Biurrun 804d7a1aa6 doxygen: Fix function parameter names to match the code 13 years ago
Mans Rullgard 0db9eba48c motion_est: drop inline from sad_hpel_motion_search() 13 years ago
Mans Rullgard 5bf7bc625b motion_est: remove unused macros 13 years ago
Mans Rullgard 74f82f92a4 motion_est: remove useless no_motion_search() function 13 years ago
Hendrik Leppkes f9150c8ac0 lagarith: frame multithreading 13 years ago
Diego Biurrun 36a8c43073 doxygen: qdm2: Drop documentation for non-existing function parameters 13 years ago
Mans Rullgard f69f4036f8 mpegvideo: reduce excessive inlining of mpeg_motion() 13 years ago
Mans Rullgard 7a851153d3 mpegvideo: convert mpegvideo_common.h to a .c file 13 years ago
Mans Rullgard 18bbca1fd3 build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEO 13 years ago
Mans Rullgard d7a4f8f8b9 Move MASK_ABS macro to libavcodec/mathops.h 13 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 13 years ago
Alex Converse 122d5c526a aacdec: Don't fall back to the old output configuration when no old configuration is present. 13 years ago
Dave Yeo 197439c1ef x86: pngdsp: Fix assembly for OS/2 13 years ago
Kostya Shishkov e78e6c37ef g723_1: clip argument for 15-bit version of normalize_bits() 13 years ago
Kostya Shishkov f86b2f3661 g723_1: use all LPC vectors in formant postfilter 13 years ago
Kostya Shishkov 8f2aa89a5d mpc8: do not leave padding after last frame in buffer for the next decode call 13 years ago
Anton Khirnov 94364b7d42 mpegaudioenc: list supported channel layouts. 13 years ago
Anton Khirnov 927e92cdc7 mpegaudiodec: don't print an error on > 1 frame in a packet. 13 years ago
Anton Khirnov 5702c8670e api-example: update to new audio encoding API. 13 years ago
Mans Rullgard 2b140a3d09 x86: use 32-bit source registers with movd instruction 13 years ago
Mans Rullgard a3df4781f4 x86: add colons after labels 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Anton Khirnov 104e10fb42 lavc: add AV prefix to codec ids. 13 years ago
Justin Ruggles fdbeae4490 mpc8: add a flush function 13 years ago
Diego Biurrun cf22705e87 nuv: K&R formatting cosmetics 13 years ago
Janne Grunau 859a579e9b nuv: check RTjpeg header for validity 13 years ago
Janne Grunau 110d015ad4 Revert "nuv: check per-frame header for validity." 13 years ago
Mans Rullgard b40ea0f41d imc: remove unused field IMCContext.one_div_log2 13 years ago
Mans Rullgard bc90230b98 imc: fix size of a memset() 13 years ago
Mans Rullgard 2b6804328e imc: remove empty if() block 13 years ago
Diego Biurrun 2096857551 x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2 13 years ago
Derek Buitenhuis 965efc1673 dpx: Make start offset unsigned 13 years ago
Derek Buitenhuis 8b8750e061 cosmetics: Fix a few switched periods and linebreaks 13 years ago
Derek Buitenhuis 616fd4fe5e zerocodec: Fix memleak in decode_frame 13 years ago
Derek Buitenhuis 29facc1e91 zerocodec: Cosmetics 13 years ago
Mans Rullgard e6cd698955 ARMv6: vp8: fix stack allocation with Apple's assembler 13 years ago
Mans Rullgard 9829a81bcd ARM: vp56: allow inline asm to build with clang 13 years ago
Ronald S. Bultje 4a8143e73c fft: 3dnow: fix register name typo in DECL_IMDCT macro 13 years ago
Diego Biurrun 0c3ff1982c x86: dct32: port to cpuflags 13 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 13 years ago