summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje2010-06-222-3/+3
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-228-12/+12
* Native VP8 decoder.David Conrad2010-06-229-2/+2697
* Change a / 256 into a >> 8.Ronald S. Bultje2010-06-221-1/+1
* Reindent after r23716.Ronald S. Bultje2010-06-222-5/+5
* Add intra prediction functions for VP8.David Conrad2010-06-223-3/+131
* Add a macro to pack 4 bytes into native byte-order so they can be writtenRonald S. Bultje2010-06-221-0/+8
* Make "topright" argument to pred4x4() const.David Conrad2010-06-222-21/+21
* Cosmetics whitespace.Alex Converse2010-06-221-5/+5
* IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gm...Peter Ross2010-06-221-1/+1
* Bump micro version, add changelog entry for DTS-ES extension decoding supportMartin Storsjö2010-06-221-1/+1
* Support DTS-ES extension (XCh) in dca: Cosmetic cleanupNick Brereton2010-06-221-23/+23
* Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extensionNick Brereton2010-06-221-64/+131
* Support DTS-ES extension (XCh) in dca: update and add channel mapping tables ...Nick Brereton2010-06-221-34/+71
* Support DTS-ES extension (XCh) in dca: move original code around to allow reu...Nick Brereton2010-06-221-91/+110
* Support DTS-ES extension (XCh) in dca: move subband_samples into context stru...Nick Brereton2010-06-221-5/+7
* libvorbis: Only drop 1-byte packets at end of streamMartin Storsjö2010-06-221-1/+1
* mathematics.h no longer needs config.h, so update tablegen code andReimar Döffinger2010-06-213-13/+2
* aacdec: cosmetics: (more) whitespaceAlex Converse2010-06-211-1/+1
* aacdec: cosmetics: whitespaceAlex Converse2010-06-211-4/+5
* aacdec: Factorize if (elem_type < TYPE_DSE).Alex Converse2010-06-211-3/+3
* aacdec: Handle the first frame being empty case.Alex Converse2010-06-211-1/+5
* aacsbr: Make dk signed. There is no point in it being unsigned.Alex Converse2010-06-201-2/+1
* psdec: IPD/OPD reset is no longer needed by the context initializer.Alex Converse2010-06-201-1/+0
* psdec: Simplify filter addressing by incrementing the "in" pointer.Alex Converse2010-06-201-17/+17
* Fix typo in macro name.Nick Brereton2010-06-201-2/+2
* psdec: Replace a division with a shift.Alex Converse2010-06-201-1/+2
* Rename PS bitstream reading functions to have a read_ prefix.Alex Converse2010-06-201-7/+7
* Cosmetics: whitespace.Alex Converse2010-06-201-13/+13
* Use memcpy() where appropriate in PS stereo processing remapping.Alex Converse2010-06-201-10/+8
* Allow PS envelope fixup when ps->num_env_old <= 1.Alex Converse2010-06-201-3/+3
* 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.Alex Converse2010-06-201-1/+1
* Document the PS_BASELINE define.Alex Converse2010-06-201-1/+3
* Remove iid_mode from the PS context.Alex Converse2010-06-202-7/+6
* Fix breakage in compilation with --disable-mpegaudio-hp introduced inVitor Sessak2010-06-201-0/+1
* Remove libfaad wrapperMåns Rullgård2010-06-203-335/+0
* psdec: Factorize iid/icc/ipd/opd parameter bitstream reading.Alex Converse2010-06-191-128/+41
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-1911-12/+1732
* Factorize the mpegaudio windowing code in a function and call it by aVitor Sessak2010-06-192-26/+68
* MPEG-2 DXVA2 implementationLaurent Aimar2010-06-183-0/+276
* libvorbis: Use memmove instead of memcpy for shifting dataMartin Storsjö2010-06-161-1/+1
* dvbsub: parse display definition segmentJanne Grunau2010-06-161-2/+65
* Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263Baptiste Coudurier2010-06-151-2/+2
* Support gray16be and rgb48be in movBaptiste Coudurier2010-06-151-0/+2
* nellymoserdec: Increase the log level of messages when failing to decode dataMartin Storsjö2010-06-141-1/+1
* ReindentMartin Storsjö2010-06-141-5/+5
* nellymoserdec: Simplify calculation of numbers of blocksMartin Storsjö2010-06-141-14/+7
* ReindentMartin Storsjö2010-06-141-2/+2
* nellymoserdec: Allow using unusual input block sizesMartin Storsjö2010-06-141-0/+4
* Remove filename from doxy commentVitor Sessak2010-06-111-1/+1
OpenPOWER on IntegriCloud