summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-23
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-23
* Fix a typo, spotted by Diego.Ronald S. Bultje2010-06-23
* Add required #includes to pass 'make checkheaders'.Diego Biurrun2010-06-23
* Remove OS/2 threads supportMåns Rullgård2010-06-23
* Remove beosthreads supportMåns Rullgård2010-06-22
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-22
* Use right-shift instead of division by two.Jason Garrett-Glaser2010-06-22
* Reindent after r23721.Ronald S. Bultje2010-06-22
* Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje2010-06-22
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-22
* Native VP8 decoder.David Conrad2010-06-22
* Change a / 256 into a >> 8.Ronald S. Bultje2010-06-22
* Reindent after r23716.Ronald S. Bultje2010-06-22
* Add intra prediction functions for VP8.David Conrad2010-06-22
* Add a macro to pack 4 bytes into native byte-order so they can be writtenRonald S. Bultje2010-06-22
* Make "topright" argument to pred4x4() const.David Conrad2010-06-22
* Cosmetics whitespace.Alex Converse2010-06-22
* IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gm...Peter Ross2010-06-22
* Bump micro version, add changelog entry for DTS-ES extension decoding supportMartin Storsjö2010-06-22
* Support DTS-ES extension (XCh) in dca: Cosmetic cleanupNick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extensionNick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: update and add channel mapping tables ...Nick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: move original code around to allow reu...Nick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: move subband_samples into context stru...Nick Brereton2010-06-22
* libvorbis: Only drop 1-byte packets at end of streamMartin Storsjö2010-06-22
* mathematics.h no longer needs config.h, so update tablegen code andReimar Döffinger2010-06-21
* aacdec: cosmetics: (more) whitespaceAlex Converse2010-06-21
* aacdec: cosmetics: whitespaceAlex Converse2010-06-21
* aacdec: Factorize if (elem_type < TYPE_DSE).Alex Converse2010-06-21
* aacdec: Handle the first frame being empty case.Alex Converse2010-06-21
* aacsbr: Make dk signed. There is no point in it being unsigned.Alex Converse2010-06-20
* psdec: IPD/OPD reset is no longer needed by the context initializer.Alex Converse2010-06-20
* psdec: Simplify filter addressing by incrementing the "in" pointer.Alex Converse2010-06-20
* Fix typo in macro name.Nick Brereton2010-06-20
* psdec: Replace a division with a shift.Alex Converse2010-06-20
* Rename PS bitstream reading functions to have a read_ prefix.Alex Converse2010-06-20
* Cosmetics: whitespace.Alex Converse2010-06-20
* Use memcpy() where appropriate in PS stereo processing remapping.Alex Converse2010-06-20
* Allow PS envelope fixup when ps->num_env_old <= 1.Alex Converse2010-06-20
* 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.Alex Converse2010-06-20
* Document the PS_BASELINE define.Alex Converse2010-06-20
* Remove iid_mode from the PS context.Alex Converse2010-06-20
* Fix breakage in compilation with --disable-mpegaudio-hp introduced inVitor Sessak2010-06-20
* Remove libfaad wrapperMåns Rullgård2010-06-20
* psdec: Factorize iid/icc/ipd/opd parameter bitstream reading.Alex Converse2010-06-19
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-19
* Factorize the mpegaudio windowing code in a function and call it by aVitor Sessak2010-06-19
* MPEG-2 DXVA2 implementationLaurent Aimar2010-06-18
* libvorbis: Use memmove instead of memcpy for shifting dataMartin Storsjö2010-06-16