3018 Commits (4ea28253b6d67bec160a9a53eb924cdc4ecaaea1)

Author SHA1 Message Date
Falk Hüffner 1b137298fa Change license header to LGPL for consistency. 19 years ago
Mike Melanson 2637670144 complete AVS playback system (from Creature Shock computer game), 19 years ago
Loren Merritt db8a64cba0 don't arbitrarily limit delta_qp 19 years ago
Aurelien Jacobs 2433f24f60 add Creative 8 bits ADPCM schemes support 19 years ago
Loren Merritt 8b03135958 fix some crashes on negative nalsize. 19 years ago
Loren Merritt 171c407621 fix some crashes when missing frames 19 years ago
Måns Rullgård 8b2121e3de move common parts of makefiles into common.mak 19 years ago
Alex Beregszaszi 8170e5fb49 increase audio buffer to 1second of 48khz float audio 19 years ago
Mike Melanson eff22cc98b add another set of zlib guards 19 years ago
Mike Melanson 1927cd41e0 make TSCC endian-safe, PPC testing courtesy of Diego B. 19 years ago
Mike Melanson 9c8d8e84e0 dosbox native ZMBV decoder, courtesy of Kostya 19 years ago
Mike Melanson 4e114829b1 complete American Laser Games MM playback system, courtesy of Peter Ross 19 years ago
Alex Beregszaszi a24c4a2ae4 tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE) 19 years ago
Diego Biurrun 1a9150b194 Move libpostproc compilation to the top-level Makefile. 19 years ago
Diego Biurrun 26d469117f Quote all installation paths to protect against spaces in the path. 19 years ago
Diego Biurrun a44a8bb818 libpostproc installs into a different directory that needs to be created. 19 years ago
Diego Biurrun 08842d13dd 100l typo: forgotten $ 19 years ago
Jindřich Makovička 63a5b0b1ae - fix insufficient code length for exp_vlc 19 years ago
Diego Biurrun dc2a1ce5c0 Simplify header installation. 19 years ago
Diego Biurrun b12f8273fa Separate library install into static and shared installation. 19 years ago
Diego Biurrun f29f3b5d9f Separate header file installation from the general install target. 19 years ago
Diego Biurrun c86eb7ae86 Add installlib and install-headers targets like everywhere else. 19 years ago
Diego Biurrun d9c2bab2f8 Install static libpostproc if CONFIG_PP is set. 19 years ago
Diego Biurrun b1d2a364d7 Install libpostproc headers if CONFIG_PP is set. 19 years ago
Alexander Strasser 5c4b1b2538 Don't use pow/powf functions where we just need integer arithmetic. 19 years ago
Loren Merritt ef9d1d1575 h264: special case dc-only idct. ~1% faster overall 19 years ago
Måns Rullgård 100a74222b use get_bits1/skip_bits[1] in ac3 and aac parsers 19 years ago
Michael Niedermayer ee7388c934 fix segfault on broken streams 19 years ago
Loren Merritt 4e295993ba 10l in 1.12 19 years ago
Loren Merritt c0234aa44c slightly faster loopfilter 19 years ago
Måns Rullgård 4accd1fd18 bump version numbers and update docs for adts aac support 19 years ago
Måns Rullgård 86db37df52 create adts stream if CODEC_FLAG_GLOBAL_HEADER not set 19 years ago
Måns Rullgård da46276ff8 adts aac parser 19 years ago
Måns Rullgård 79b0b66ba0 decode adts aac streams 19 years ago
Loren Merritt 6ee669732d 10l (x86_64) 19 years ago
Loren Merritt e545f37527 18% faster put_h264_qpel16_mc[13]2_mmx2 19 years ago
Loren Merritt c03ce51dfb 11% faster put_h264_qpel16_v_lowpass_mmx2 19 years ago
Loren Merritt 0331f09237 15% faster put_h264_qpel16_hv_lowpass_mmx2 19 years ago
Michael Niedermayer 8cb90572a2 1 goto 1 fix 19 years ago
Benjamin Larsson 2e9c78d354 Fix broken cosmetics commit and add a check for valid headers. 19 years ago
Benjamin Larsson 7f129a33b1 Small cosmetics and better variable names. 19 years ago
Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 19 years ago
Alexander Strasser 04c669ba98 Correct the relation between floors of type 0 and block sizes. 19 years ago
Michael Niedermayer 809b2a30b2 simplify 19 years ago
Michael Niedermayer 82fcbc145d faster find_startcode() 19 years ago
Alexander Strasser f9c5c13af5 Cosmetic: Fix indentation. 19 years ago
Alexander Strasser 536b48b258 10l (malloc check with the wrong pointer) 19 years ago
Alexander Strasser 43eb59087b Added support for vorbis files containing floor type 0. 19 years ago
Michael Niedermayer d8a91afd36 output last ac3 frame and simplify 19 years ago
Michael Niedermayer e2a5fd2049 os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) 19 years ago