summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-22
* Move eatgq blocks array from the stack to the codec context and make sureReimar Döffinger2009-05-22
* Set speex frame_size in ogg demuxerDavid Conrad2009-05-22
* cosmetics: Fix some typos.Diego Biurrun2009-05-22
* Print out more verbose licensing information.Diego Biurrun2009-05-22
* check av_fifo_alloc returnBaptiste Coudurier2009-05-21
* correctly check for audio streams in mpeg ps muxer, fix multiple audio tracksBaptiste Coudurier2009-05-21
* 10l: typing mistake in r18888Justin Ruggles2009-05-21
* eac3dec: fix bug in GAQ dequantization. large mantissas should only beJustin Ruggles2009-05-21
* 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
* Create shared libs correctly, fix mingw buildMåns Rullgård2009-05-20
* Add QCP demuxer.Kenan Gillet2009-05-20
* Mention LGPL AC-3 decoder in the changelog.Diego Biurrun2009-05-20
* Fix building from within subdirsMå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
* Define ARCH_MIPS64 when building for MIPS64Måns Rullgård2009-05-19
* Define HAVE_BIGENDIAN as 0 or 1 according to CPU typeMåns Rullgård2009-05-19
* configure: add some MIPS CPUsMåns Rullgård2009-05-19
* Add missing libavformat dependencies on mpeg4audio.oAlex Converse2009-05-19
* Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Kostya Shishkov2009-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
* Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Kostya Shishkov2009-05-19
* Log with level AV_LOG_ERROR if av_parse_color() cannot recognize aStefano Sabatini2009-05-18
* 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
* Fix the M bit for multi-packet NALs.Yao Peter2009-05-16
* ac3dec: fix coupling range check. the start subband must be less thanJustin Ruggles2009-05-16
* oma: fix build if memcmp() is a macroMåns Rullgård2009-05-16
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Move img_convert_ctx to VideoState and free it in stream_close().Martin Storsjö2009-05-16
* Add missing frees to stream_close() and do_exit().Martin Storsjö2009-05-16
* Fix off-by-one error in MS RLE decoder which may result into writing pastKostya Shishkov2009-05-16
* move increment after debug printBaptiste Coudurier2009-05-16