16235 Commits (0cf7d849ffcd82ef4b8279b0a5aec306c29717f7)

Author SHA1 Message Date
Kostya Shishkov 0cf7d849ff tscc2: fix typo in array index 13 years ago
Diego Biurrun 8784959234 build: Rename aandct component to more descriptive aandcttables 13 years ago
Ronald S. Bultje bde73f28af mpegaudio: bury inline asm under HAVE_INLINE_ASM. 13 years ago
Ronald S. Bultje 30b45d9c38 x86inc: automatically insert vzeroupper for YMM functions. 13 years ago
Michael Bradshaw 44dc9c6af0 libopenjpeg: support YUV and deep RGB pixel formats 13 years ago
Carl Eugen Hoyos 92566540c3 Fix typo in v410 decoder. 13 years ago
Ronald S. Bultje 48098788c2 vp8: Replace x*155/100 by x*101581>>16. 13 years ago
Ronald S. Bultje a1878a88a1 vp3: don't use calls to inline asm in yasm code. 13 years ago
Ronald S. Bultje 79195ce565 x86/dsputil: put inline asm under HAVE_INLINE_ASM. 13 years ago
Yang Wang 845e92fd6a dsputil_mmx: fix incorrect assembly code 13 years ago
Kieran Kunhya 160a27c590 libfdk-aacenc: add LATM/LOAS encapsulation support 13 years ago
Diego Biurrun 65d94f63ca aac: Mention abbreviation as well in long_name 13 years ago
Derek Buitenhuis d04c5293ce v410dec: Implement explode mode support 13 years ago
Reimar Döffinger 6c8fdfc5e5 zerocodec: fix direct rendering. 13 years ago
Hendrik Leppkes 37c6ad2345 wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bit 13 years ago
Ronald S. Bultje 58db34aa1e h264: refactor NAL decode loop 13 years ago
Justin Ruggles a35738f424 dsputil: ppc: cosmetics: pretty-print 13 years ago
Jason Garrett-Glaser 85a3c19ed1 dsputil: x86: add SHUFFLE_MASK_W macro 13 years ago
Kostya Shishkov 1470ce21ce Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxer 13 years ago
Mohamed Naufal Basheer 55c3a4f617 G.723.1 demuxer and decoder 13 years ago
Mohamed Naufal Basheer 8aac5585fa Add a shift parameter to celp_lp_synthesis_filter() 13 years ago
Luca Barbato 51a5ddfa01 libopenjpeg: K&R formatting cosmetics 13 years ago
Ronald S. Bultje b170b323e3 ac3: don't use different names for option tables in the template file. 13 years ago
Ronald S. Bultje 98041afb5f adpcm: don't duplicate identical AVSampleFmt array for each encoder. 13 years ago
Luca Barbato ce64e5bfd1 libopenjpeg: introduce lowres and lowqual private options 13 years ago
Justin Ruggles 4cd22b7738 alac: fix channel pointer assignment for 24 and 32-bit 13 years ago
Justin Ruggles eeb55f5f2f alac: cosmetics: general pretty-printing and comment clean up 13 years ago
Justin Ruggles f3e5a7844b alac: calculate buffer size outside the loop in allocate_buffers() 13 years ago
Justin Ruggles bae83f2c74 alac: change some data types to plain int 13 years ago
Justin Ruggles 2aebac6918 alac: cosmetics: rename some variables and function names 13 years ago
Andrew D'Addesio 1b3ef155d7 alac: multi-channel decoding support 13 years ago
Justin Ruggles 81c9e2e6d0 alac: split element parsing into a separate function 13 years ago
Justin Ruggles cd632619d9 alac: support a read sample size of up to 32 13 years ago
Justin Ruggles 73dc0db486 alac: output in planar sample format 13 years ago
Justin Ruggles 6482bd8831 alac: add 32-bit decoding support 13 years ago
Andrew D'Addesio 6cda74c155 alac: simplify channel interleaving 13 years ago
Justin Ruggles 5138ff143f alac: use AVPacket fields directly in alac_decode_frame() 13 years ago
Justin Ruggles 7a206eb32f alac: fix check for valid max_samples_per_frame 13 years ago
Justin Ruggles 1193d3fedd alac: use get_sbits() to read LPC coefficients instead of casting 13 years ago
Justin Ruggles 7a50ec6799 alac: move the current samples per frame to the ALACContext 13 years ago
Justin Ruggles 46043962ea alac: avoid using a double-negative when checking if the frame is compressed 13 years ago
Justin Ruggles 9a6c528e08 alac: factor out output_size check in predictor_decompress_fir_adapt() 13 years ago
Justin Ruggles ebd4c3add1 alac: factor out loading of next decoded sample in LPC prediction 13 years ago
Justin Ruggles a4ecd41442 alac: use index into buffer_out instead of incrementing the pointer 13 years ago
Justin Ruggles f2515cd629 alac: simplify lpc coefficient adaptation 13 years ago
Justin Ruggles abc4376b31 alac: reduce the number of local variables needed in lpc prediction 13 years ago
Justin Ruggles 01880d287b alac: simplify 1st order prediction and reading of warm-up samples 13 years ago
Justin Ruggles d0c0bf0d3e alac: cosmetics: reindent after last commit 13 years ago
Justin Ruggles 79def4c523 alac: remove unneeded conditionals in predictor_decompress_fir_adapt() 13 years ago
Justin Ruggles 4bcd637dcb alac: use sizeof() instead of hardcoded data sizes 13 years ago