summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 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