summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix libtheora encoding for non-mod16 sizesDavid Conrad2009-05-221-5/+5
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-224-12/+10
* Move eatgq blocks array from the stack to the codec context and make sureReimar Döffinger2009-05-221-3/+3
* cosmetics: Fix some typos.Diego Biurrun2009-05-222-6/+6
* 10l: typing mistake in r18888Justin Ruggles2009-05-211-1/+1
* eac3dec: fix bug in GAQ dequantization. large mantissas should only beJustin Ruggles2009-05-211-1/+1
* eac3dec: make GAQ dequantization 24-bitJustin Ruggles2009-05-213-17/+18
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-214-32/+31
* mathops: sort arch-specific #include linesMåns Rullgård2009-05-201-5/+5
* mathops: whitespace cosmeticsMåns Rullgård2009-05-201-12/+4
* Use IF1 frame sizes in AMR-WB.Martin Storsjö2009-05-201-1/+1
* Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.Siarhei Siamashka2009-05-201-19/+3
* Fix for a problem with inverted sign of output data from ffvorbis decoder.Siarhei Siamashka2009-05-201-2/+2
* Support for testing (i)MDCT output scale factor in fft-test tool.Siarhei Siamashka2009-05-201-7/+13
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-191-9/+4
* LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.Jason Garrett-Glaser2009-05-191-55/+54
* Add missing libavformat dependencies on mpeg4audio.oAlex Converse2009-05-191-0/+2
* Move AMR-WB-specific code to the AMR-WB section of the file.Diego Biurrun2009-05-191-16/+16
* cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.Diego Biurrun2009-05-191-2/+3
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-181-15/+15
* IndentBenjamin Larsson2009-05-171-7/+7
* Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3Benjamin Larsson2009-05-172-1/+12
* IndentBenjamin Larsson2009-05-171-102/+102
* Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson2009-05-171-17/+63
* Make TMV decoder check packet sizes before reading from it.Vitor Sessak2009-05-171-0/+7
* Add a forward declaration of mpeg1_decode_block_intra to fix compilationReimar Döffinger2009-05-171-0/+3
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-174-31/+32
* mpeg12: fix non-standard use of "extern inline"Måns Rullgård2009-05-172-3/+10
* ac3dec: fix coupling range check. the start subband must be less thanJustin Ruggles2009-05-161-2/+2
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-1615-24/+26
* Fix off-by-one error in MS RLE decoder which may result into writing pastKostya Shishkov2009-05-161-1/+1
* cosmetics: K&R coding style, indent correctly, break overly long linesDiego Biurrun2009-05-151-120/+102
* Replace 'x == 0' if conditions with '!x'.Diego Biurrun2009-05-151-3/+3
* cosmetics: Remove pointless {}.Diego Biurrun2009-05-151-14/+1
* Surround AMR_WB encoding code by appropriate #ifdefs.Diego Biurrun2009-05-151-0/+4
* cosmetics: Move some more code around to avoid #ifdeffery.Diego Biurrun2009-05-151-9/+9
* cosmetics: Move functions around so that encoding and decoding functions areDiego Biurrun2009-05-151-66/+66
* Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right afterDiego Biurrun2009-05-151-4/+0
* Add av_cold attribute to amr_nb decoding/encoding initialization functions.Diego Biurrun2009-05-151-2/+2
* Bugfix for bug introduced in the multichannel cook patchset.Benjamin Larsson2009-05-151-2/+3
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-154-12/+17
* mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.Ramiro Polla2009-05-151-1/+2
* Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad2009-05-151-2/+2
* decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier2009-05-153-5/+17
* change pic type to Picture* and remove castsBaptiste Coudurier2009-05-151-5/+5
* Document av_set_string3() returned error codes.Stefano Sabatini2009-05-141-2/+5
* Make av_set_string3() print a message in case of unknown option.Stefano Sabatini2009-05-141-1/+3
* Provide a context to av_log() calls in av_set_number2() andStefano Sabatini2009-05-141-2/+2
* Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka2009-05-141-1/+1
* Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer2009-05-141-2/+12
OpenPOWER on IntegriCloud