summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is usedDiego Biurrun2014-07-232-1/+3
* fft-test: Comment some #endifsDiego Biurrun2014-07-221-6/+6
* fft-test: Drop unnecessary #ifdefs around header includesDiego Biurrun2014-07-221-2/+0
* dct/rdft: Add missing typedefs for context structsDiego Biurrun2014-07-222-4/+4
* build: Add define for SIMD extensions requiring 16-byte aligned buffersDiego Biurrun2014-07-221-1/+1
* libxvid: Drop PPC-specific CPU detection hackDiego Biurrun2014-07-221-12/+0
* imgconvert: cosmetics: Reshuffle defines to reduce ifdefferyDiego Biurrun2014-07-211-9/+7
* arm: Macroize the test for 'setend' CPU instruction supportBen Avison2014-07-211-5/+1
* aarch64: NEON intrinsics dct_unquantize_h263.James Yu2014-07-214-0/+139
* build: Conditionally compile all avcodec test programsDiego Biurrun2014-07-211-5/+3
* build: Conditionally build and run DCT test programDiego Biurrun2014-07-212-3/+6
* build: Conditionally build and test iirfilterDiego Biurrun2014-07-211-3/+4
* mjpeg: return proper error codeNidhi Makhijani2014-07-211-1/+1
* dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun2014-07-214-74/+185
* Revert "tiff: support reading gray+alpha at 8 bits"Janne Grunau2014-07-211-3/+0
* h264: Fix direct temporal mvs for bottom-field-first poc orderRonald S. Bultje2014-07-201-1/+2
* tiff: support reading gray+alpha at 8 bitsCarl Eugen Hoyos2014-07-201-0/+3
* idct: Move arm-specific declarations to a header in the arm directoryDiego Biurrun2014-07-206-22/+45
* mpegencconetxt: Move rv10-specific orig_width/orig_height where they belongNidhi Makhijani2014-07-202-7/+7
* fdct: Move ppc-specific declarations to a header in the ppc directoryDiego Biurrun2014-07-193-7/+5
* simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-195-6/+32
* fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-196-6/+32
* dct-test: Reuse enum idct_permutation_type instead of duplicating itDiego Biurrun2014-07-181-32/+39
* dct-test: Skip indirection for MMX IDCT permutationDiego Biurrun2014-07-181-14/+1
* x86: dnxhdenc: Eliminate some unnecessary ifdefsDiego Biurrun2014-07-181-2/+0
* libgsm: Split decoder and encoderNidhi Makhijani2014-07-183-116/+158
* idctdsp: prettyprinting cosmeticsDiego Biurrun2014-07-187-50/+50
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-1819-46/+49
* fft: Convert FFT/MDCT permutation type #defines to enumsDiego Biurrun2014-07-181-7/+13
* dct-test: Improve CPU flags struct member nameDiego Biurrun2014-07-181-2/+2
* dct-test: Move cpu_flags variable out of global scopeDiego Biurrun2014-07-181-4/+1
* arm: cosmetics: Consistently use lowercase for shift operatorsMartin Storsjö2014-07-182-3/+3
* arm: cosmetics: Fix a misaligned asm operandMartin Storsjö2014-07-181-1/+1
* armv6: Accelerate ff_fft_calc for general case (nbits != 4)Ben Avison2014-07-182-17/+255
* armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)Ben Avison2014-07-181-2/+144
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-1730-206/+175
* x86: dsputil: Coalesce all init filesDiego Biurrun2014-07-174-526/+447
* h264: K&R formatting cosmeticsLuca Barbato2014-07-173-364/+437
* h264: Remove some commented-out, broken cruftDiego Biurrun2014-07-161-1/+1
* arm: dsputil: Coalesce all init filesDiego Biurrun2014-07-164-91/+28
* g2meet: allow size changes within original sizesVittorio Giovara2014-07-151-2/+7
* x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun2014-07-134-888/+855
* ppc: dsputil: Coalesce all init filesDiego Biurrun2014-07-134-74/+11
* dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun2014-07-1111-32/+18
* hevc: implement pic_output_flag handlingGildas Cocherel2014-07-112-1/+7
* hevc: set the keyframe flag on output framesMickaël Raulet2014-07-111-0/+2
* hevc: Replace nal type chek with equivalent IS_IRAP macroMickaël Raulet2014-07-111-1/+1
* hevc_ps: remove a write-only variableAnton Khirnov2014-07-111-2/+1
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-0925-380/+614
* hevc: parse display orientation SEI messageVittorio Giovara2014-07-093-0/+37
OpenPOWER on IntegriCloud