12025 Commits (655a29e71243389d7bdca55a64763cd0bb705288)

Author SHA1 Message Date
Måns Rullgård 9bfb72d9e9 rv34: kill VLAs 15 years ago
Jason Garrett-Glaser 03ac56e7f1 fix typo in vp8 decoder error message 15 years ago
Måns Rullgård 5113b3bd5c tta: replace potentially huge VLAs with malloc/free in context 15 years ago
Thad Ward 741b5fd44a Set an opaque alpha value when decoding rgba ffv1. 15 years ago
Måns Rullgård dd93649b71 Remove VLA in ff_kbd_window_init, limit window size to 1024 15 years ago
Måns Rullgård 796cea09b6 vp6: convert VLA to fixed size 15 years ago
Vitor Sessak 89c7d8058c Fix compilation on x64. 15 years ago
Vitor Sessak 57dbd12b6d Fix asm constraints in apply_window() 15 years ago
Måns Rullgård 986f143a38 alac: change VLAs to fixed size 15 years ago
Vitor Sessak bc2b368215 SSE-optimized MP3 floating point windowing functions 15 years ago
Måns Rullgård 5262f7ed1d snow: remove unused parameter to mc_block() 15 years ago
Stefan Gehrer 8f910a5621 avoid conditional and division in chroma MV calculation 15 years ago
Måns Rullgård 79aec75792 flacenc: convert VLA to fixed size 15 years ago
Vitor Sessak 47ba787442 Move float-specific function to mpegaudiodec_float.c 15 years ago
Vitor Sessak 9dac6dbb22 Remove pointless condition in #if 15 years ago
Alex Converse d6e0080175 Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. 15 years ago
Alex Converse e29af81818 aactab: Tablegenify ff_aac_pow2sf_tab. 15 years ago
Jason Garrett-Glaser 2966cc1849 Update x264asm header files to latest versions. 15 years ago
Ronald S. Bultje 44c70a9b3d Fix a typo, spotted by Diego. 15 years ago
Diego Biurrun c1bffe25fa Add required #includes to pass 'make checkheaders'. 15 years ago
Måns Rullgård 20843f51e7 Remove OS/2 threads support 15 years ago
Måns Rullgård 9f342dabc6 Remove beosthreads support 15 years ago
Måns Rullgård 8fbd4f51a8 Improve some uses of ff_cropTbl with constant offset 15 years ago
Jason Garrett-Glaser c31a25e79c Use right-shift instead of division by two. 15 years ago
Ronald S. Bultje 2b6a950361 Reindent after r23721. 15 years ago
Ronald S. Bultje 157cb0694a Rename PACK4x8() to PACK4UINT8(). 15 years ago
Alex Converse fd6eb4a06c Move Parametric Stereo related ps* files to aacps*. 15 years ago
David Conrad 3b636f21da Native VP8 decoder. 15 years ago
Ronald S. Bultje c6ef6e14cf Change a / 256 into a >> 8. 15 years ago
Ronald S. Bultje a815602aa3 Reindent after r23716. 15 years ago
David Conrad 3ad289fca7 Add intra prediction functions for VP8. 15 years ago
Ronald S. Bultje b39a2d19d4 Add a macro to pack 4 bytes into native byte-order so they can be written 15 years ago
David Conrad caaf098cec Make "topright" argument to pred4x4() const. 15 years ago
Alex Converse 890fe85f26 Cosmetics whitespace. 15 years ago
Peter Ross e10412a334 IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com> 15 years ago
Martin Storsjö e83aed04b0 Bump micro version, add changelog entry for DTS-ES extension decoding support 15 years ago
Nick Brereton d1177cb589 Support DTS-ES extension (XCh) in dca: Cosmetic cleanup 15 years ago
Nick Brereton 774e9acfa7 Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension 15 years ago
Nick Brereton 3d5a9ba1af Support DTS-ES extension (XCh) in dca: update and add channel mapping tables for DTS-ES mappings 15 years ago
Nick Brereton 6baef06e8f Support DTS-ES extension (XCh) in dca: move original code around to allow reused by DTS-ES code 15 years ago
Nick Brereton 77b4b7c383 Support DTS-ES extension (XCh) in dca: move subband_samples into context structure 15 years ago
Martin Storsjö d99659f0b3 libvorbis: Only drop 1-byte packets at end of stream 15 years ago
Reimar Döffinger 6785e92709 mathematics.h no longer needs config.h, so update tablegen code and 15 years ago
Alex Converse 19ed4b8647 aacdec: cosmetics: (more) whitespace 15 years ago
Alex Converse d4e355d5c9 aacdec: cosmetics: whitespace 15 years ago
Alex Converse ed99e54d67 aacdec: Factorize if (elem_type < TYPE_DSE). 15 years ago
Alex Converse fda36b5944 aacdec: Handle the first frame being empty case. 15 years ago
Alex Converse cf3b4d9a78 aacsbr: Make dk signed. There is no point in it being unsigned. 15 years ago
Alex Converse e90e1f558a psdec: IPD/OPD reset is no longer needed by the context initializer. 15 years ago
Alex Converse 5e071f5339 psdec: Simplify filter addressing by incrementing the "in" pointer. 15 years ago