14408 Commits (e65d6e22e300e286bcc27443df8449aaf9d062dd)

Author SHA1 Message Date
Mans Rullgard 5a4a71257c Fix build of eval-test program 14 years ago
Justin Ruggles 35d5cb1ab4 ac3enc: extract all exponents for the frame at once 14 years ago
Mans Rullgard 594fbe42c6 ARM: remove MULL inline asm 14 years ago
Mans Rullgard 95912731c2 mathops: use MUL64 macro where it forms part of other ops 14 years ago
Diego Biurrun 61ec024d39 Skip headers not designed to work standalone during 'make checkheaders'. 14 years ago
Diego Biurrun 8d459acc10 Add missing #includes to make headers self-contained. 14 years ago
Mans Rullgard 67ace7f047 musepack: remove unnecessary #include from mpcdata.h 14 years ago
Mans Rullgard 91b4941c17 musepack: remove extraneous mpcdata.h inclusions 14 years ago
Michael Niedermayer c1daf0723c j2kdec: dont fail on non zero cblock style. 14 years ago
Rukhsana Ruby 58149303b3 makefile: fix j2k encoder dependancies 14 years ago
Ronald S. Bultje 83a8b3002f mpegvideoenc: fix multislice fate tests with threading disabled. 14 years ago
Mans Rullgard 5e1166b31b Mark some variables with av_unused 14 years ago
Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 years ago
Baptiste Coudurier 93d06bd1df svq3: Check negative mb_type to fix potential crash. 14 years ago
Baptiste Coudurier 8dfc6d1f7c svq3: Move svq3-specific fields to their own context. 14 years ago
Vladimir Pantelic c1dfb72d35 Remove unused get_psnr() prototype 14 years ago
Michael Niedermayer 9034001b17 h264 fill_filter_caches: Dont init chroma nnz_cache. 14 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Diego Biurrun 068aa38712 vorbis: Remove non-compiling debug statement. 14 years ago
Diego Biurrun ec6313ad86 vorbis: Remove pointless DEBUG #ifdef around debug output macros. 14 years ago
Diego Biurrun fb52cf8267 cook: Remove non-compiling debug output. 14 years ago
Diego Biurrun 0fc9c6554e Remove pointless #ifdefs around function declarations in a header. 14 years ago
Diego Biurrun 2366462429 Replace #ifdef + av_log() combinations by av_dlog(). 14 years ago
Diego Biurrun df96f22d8f Replace custom debug output functions by av_dlog(). 14 years ago
Diego Biurrun 752207e36b cook: Remove unused debug functions. 14 years ago
Mans Rullgard 551dfdde70 targa: fix big-endian build 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Loren Merritt 53be7b23e9 Cosmetic changes to h264_idct_10bit.asm. 14 years ago
Loren Merritt 994c3550ff 2x faster h264_idct_add8_10. 14 years ago
Nathan Caldwell cc9947ffbe aacenc: Add stereo_mode option. 14 years ago
Ronald S. Bultje e6635a9a19 h264: remove CONFIG_GPL from x86 intra prediction code. 14 years ago
Mans Rullgard 8e112df409 ARM: ac3dsp: optimised update_bap_counts() 14 years ago
Diego Biurrun bde2c1c7fe mpegaudiodec: Fix av_dlog() invocation. 14 years ago
Daniel Kang f3aa65af3a h264/10bit: add HAVE_ALIGNED_STACK checks. 14 years ago
Daniel Kang 348493db60 Update 8-bit H.264 IDCT function names to reflect bit-depth. 14 years ago
Daniel Kang 836f47d34b Add IDCT functions for 10-bit H.264. 14 years ago
Diego Biurrun 7e985c9e35 mpegaudioenc: Fix broken av_dlog statement. 14 years ago
Mans Rullgard c51695dbf6 ARM: fix MUL64 inline asm for pre-armv6 14 years ago
Mans Rullgard fdf18e33bb mpegaudiodec: remove unusued code and variables 14 years ago
Mans Rullgard 6f1ec38ce2 mpegaudio: clean up compute_antialias() definition 14 years ago
Ronald S. Bultje 9ebcf7699b vp8: fix segmentation race during frame-threading. 14 years ago
Alexander Strange a54dceb26a Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
Mans Rullgard 6bb70dfd74 ARM: simplify inline asm with 64-bit operands 14 years ago
Stefano Sabatini 9362b50941 examples: move API examples to a dedicated dir in doc 14 years ago
Stefano Sabatini 50fee0fc8b rawdec: fail in case of unknow pixel format 14 years ago
Clément Bœsch adba9c6352 Fix various unused variable warnings 14 years ago
Mans Rullgard 371266daa3 ARM: enable UAL syntax in asm.S 14 years ago
Mans Rullgard 4276112277 vp8: use av_clip_uintp2() where possible 14 years ago
Mans Rullgard 90da52f01f ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits() 14 years ago