summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-262-20/+0
* libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw2012-07-261-52/+247
* Fix typo in v410 decoder.Carl Eugen Hoyos2012-07-261-2/+2
* vp8: Replace x*155/100 by x*101581>>16.Ronald S. Bultje2012-07-251-6/+7
* vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-251-41/+79
* x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-258-19/+74
* dsputil_mmx: fix incorrect assembly codeYang Wang2012-07-251-9/+9
* libfdk-aacenc: add LATM/LOAS encapsulation supportKieran Kunhya2012-07-252-2/+15
* aac: Mention abbreviation as well in long_nameDiego Biurrun2012-07-241-1/+1
* v410dec: Implement explode mode supportDerek Buitenhuis2012-07-231-2/+6
* zerocodec: fix direct rendering.Reimar Döffinger2012-07-231-17/+17
* wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bitHendrik Leppkes2012-07-231-0/+1
* h264: refactor NAL decode loopRonald S. Bultje2012-07-231-17/+25
* dsputil: ppc: cosmetics: pretty-printJustin Ruggles2012-07-221-62/+64
* dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-221-1/+1
* Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov2012-07-221-1/+1
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-224-0/+2372
* Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer2012-07-223-4/+5
* libopenjpeg: K&R formatting cosmeticsLuca Barbato2012-07-222-85/+96
* ac3: don't use different names for option tables in the template file.Ronald S. Bultje2012-07-213-8/+2
* adpcm: don't duplicate identical AVSampleFmt array for each encoder.Ronald S. Bultje2012-07-211-2/+4
* libopenjpeg: introduce lowres and lowqual private optionsLuca Barbato2012-07-201-0/+28
* alac: fix channel pointer assignment for 24 and 32-bitJustin Ruggles2012-07-191-4/+4
* alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles2012-07-191-31/+18
* alac: calculate buffer size outside the loop in allocate_buffers()Justin Ruggles2012-07-191-2/+2
* alac: change some data types to plain intJustin Ruggles2012-07-191-5/+5
* alac: cosmetics: rename some variables and function namesJustin Ruggles2012-07-191-93/+77
* alac: multi-channel decoding supportAndrew D'Addesio2012-07-191-18/+43
* alac: split element parsing into a separate functionJustin Ruggles2012-07-191-40/+81
* alac: support a read sample size of up to 32Justin Ruggles2012-07-191-10/+11
* alac: output in planar sample formatJustin Ruggles2012-07-191-27/+19
* alac: add 32-bit decoding supportJustin Ruggles2012-07-191-1/+14
* alac: simplify channel interleavingAndrew D'Addesio2012-07-191-43/+14
* alac: use AVPacket fields directly in alac_decode_frame()Justin Ruggles2012-07-191-6/+5
* alac: fix check for valid max_samples_per_frameJustin Ruggles2012-07-191-3/+3
* alac: use get_sbits() to read LPC coefficients instead of castingJustin Ruggles2012-07-191-1/+1
* alac: move the current samples per frame to the ALACContextJustin Ruggles2012-07-191-23/+22
* alac: avoid using a double-negative when checking if the frame is compressedJustin Ruggles2012-07-191-4/+3
* alac: factor out output_size check in predictor_decompress_fir_adapt()Justin Ruggles2012-07-191-5/+3
* alac: factor out loading of next decoded sample in LPC predictionJustin Ruggles2012-07-191-3/+4
* alac: use index into buffer_out instead of incrementing the pointerJustin Ruggles2012-07-191-8/+6
* alac: simplify lpc coefficient adaptationJustin Ruggles2012-07-191-31/+10
* alac: reduce the number of local variables needed in lpc predictionJustin Ruggles2012-07-191-12/+12
* alac: simplify 1st order prediction and reading of warm-up samplesJustin Ruggles2012-07-191-13/+5
* alac: cosmetics: reindent after last commitJustin Ruggles2012-07-191-45/+45
* alac: remove unneeded conditionals in predictor_decompress_fir_adapt()Justin Ruggles2012-07-191-3/+0
* alac: use sizeof() instead of hardcoded data sizesJustin Ruggles2012-07-191-2/+4
* alac: make block_size signedJustin Ruggles2012-07-191-1/+1
* alac: remove a duplicate local variableJustin Ruggles2012-07-191-1/+0
* alac: conditionally set sign_modifier to 1Justin Ruggles2012-07-191-4/+2
OpenPOWER on IntegriCloud