summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* eac3dec: make GAQ dequantization 24-bitJustin Ruggles2009-05-21
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-21
* mathops: sort arch-specific #include linesMåns Rullgård2009-05-20
* mathops: whitespace cosmeticsMåns Rullgård2009-05-20
* Use IF1 frame sizes in AMR-WB.Martin Storsjö2009-05-20
* Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.Siarhei Siamashka2009-05-20
* Fix for a problem with inverted sign of output data from ffvorbis decoder.Siarhei Siamashka2009-05-20
* Support for testing (i)MDCT output scale factor in fft-test tool.Siarhei Siamashka2009-05-20
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-19
* LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.Jason Garrett-Glaser2009-05-19
* Add missing libavformat dependencies on mpeg4audio.oAlex Converse2009-05-19
* Move AMR-WB-specific code to the AMR-WB section of the file.Diego Biurrun2009-05-19
* cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.Diego Biurrun2009-05-19
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-18
* IndentBenjamin Larsson2009-05-17
* Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3Benjamin Larsson2009-05-17
* IndentBenjamin Larsson2009-05-17
* Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson2009-05-17
* Make TMV decoder check packet sizes before reading from it.Vitor Sessak2009-05-17
* Add a forward declaration of mpeg1_decode_block_intra to fix compilationReimar Döffinger2009-05-17
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-17
* mpeg12: fix non-standard use of "extern inline"Måns Rullgård2009-05-17
* ac3dec: fix coupling range check. the start subband must be less thanJustin Ruggles2009-05-16
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Fix off-by-one error in MS RLE decoder which may result into writing pastKostya Shishkov2009-05-16
* cosmetics: K&R coding style, indent correctly, break overly long linesDiego Biurrun2009-05-15
* Replace 'x == 0' if conditions with '!x'.Diego Biurrun2009-05-15
* cosmetics: Remove pointless {}.Diego Biurrun2009-05-15
* Surround AMR_WB encoding code by appropriate #ifdefs.Diego Biurrun2009-05-15
* cosmetics: Move some more code around to avoid #ifdeffery.Diego Biurrun2009-05-15
* cosmetics: Move functions around so that encoding and decoding functions areDiego Biurrun2009-05-15
* Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right afterDiego Biurrun2009-05-15
* Add av_cold attribute to amr_nb decoding/encoding initialization functions.Diego Biurrun2009-05-15
* Bugfix for bug introduced in the multichannel cook patchset.Benjamin Larsson2009-05-15
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-15
* mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.Ramiro Polla2009-05-15
* Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad2009-05-15
* decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier2009-05-15
* change pic type to Picture* and remove castsBaptiste Coudurier2009-05-15
* Document av_set_string3() returned error codes.Stefano Sabatini2009-05-14
* Make av_set_string3() print a message in case of unknown option.Stefano Sabatini2009-05-14
* Provide a context to av_log() calls in av_set_number2() andStefano Sabatini2009-05-14
* Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka2009-05-14
* Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer2009-05-14
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
* Subroutine to copy an AAC Program Config Element (PCE)Alex Converse2009-05-13
* Cosmetics after last commitAlex Converse2009-05-13
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-13
* Move the ADTS header size to the parser's header file.Alex Converse2009-05-13
* Add a quick description to the H.264 BSFAlex Converse2009-05-13