aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* fix typo in vp8 decoder error messageJason Garrett-Glaser2010-06-251-1/+1
* tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård2010-06-241-21/+30
* Set an opaque alpha value when decoding rgba ffv1.Thad Ward2010-06-241-1/+1
* Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård2010-06-242-2/+9
* vp6: convert VLA to fixed sizeMåns Rullgård2010-06-241-1/+2
* Fix compilation on x64.Vitor Sessak2010-06-241-1/+1
* Fix asm constraints in apply_window()Vitor Sessak2010-06-241-7/+8
* alac: change VLAs to fixed sizeMåns Rullgård2010-06-241-5/+5
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-244-3/+177
* snow: remove unused parameter to mc_block()Måns Rullgård2010-06-231-4/+3
* avoid conditional and division in chroma MV calculationStefan Gehrer2010-06-231-2/+2
* flacenc: convert VLA to fixed sizeMåns Rullgård2010-06-231-1/+1
* Move float-specific function to mpegaudiodec_float.cVitor Sessak2010-06-232-20/+20
* Remove pointless condition in #ifVitor Sessak2010-06-231-1/+1
* Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.Alex Converse2010-06-231-1/+1
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-238-141/+121
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-236-95/+155
* Fix a typo, spotted by Diego.Ronald S. Bultje2010-06-231-1/+1
* Add required #includes to pass 'make checkheaders'.Diego Biurrun2010-06-231-0/+3
* Remove OS/2 threads supportMåns Rullgård2010-06-232-149/+0
* Remove beosthreads supportMåns Rullgård2010-06-222-184/+0
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-224-43/+47
* Use right-shift instead of division by two.Jason Garrett-Glaser2010-06-221-4/+4
* Reindent after r23721.Ronald S. Bultje2010-06-221-3/+3
* 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