3038 Commits (e5867e4d50b76b4ca9b79e7e715a100a9bcbf0e8)

Author SHA1 Message Date
Roman Shaposhnik e5867e4d50 Not that we're that far from being an *initial* implementation, but 19 years ago
Dan Maas 2e52b44e50 AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The 19 years ago
Michael Niedermayer 0403f791b3 remove wrong assert() 19 years ago
Michael Niedermayer d676478c8d replace for loop with 2 asserts() 19 years ago
Dan Maas 6df5f6ae51 size[0-3] are not initialized (and can get random negative trash 19 years ago
Måns Rullgård 1bd8624697 kill some warnings 19 years ago
Loren Merritt 285b570fd2 fix a memory leak on seeking. 19 years ago
Michael Niedermayer 7bdb4f67bc 10l (forgot EOBs) 19 years ago
Michael Niedermayer 6661b2130d dont lowwer qnos of more blocks then needed 19 years ago
Antoine Cellerier 88d6903e23 Give a hint about what is the expected the data type of command line options. 19 years ago
Michael Niedermayer d2d230a756 fixing dv_guess_qnos() 19 years ago
Michael Niedermayer fe78f7cdaa print a big warning if we mess up and run out of space ... 19 years ago
Loren Merritt 85ed1022b3 minor simplifications in cabac_mb_type 19 years ago
Luca Barbato 5cb9fda4b0 Fix AltiVec H.264 decoding on FSF gcc. 19 years ago
Alex Beregszaszi 1319a77b01 added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) 19 years ago
Alex Beregszaszi a1db1fc445 explain extradata and pass avctx to av_log's 19 years ago
Kostya Shishkov b0ca57356e ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not 19 years ago
Erik Slagter 277fe2294f pass noise reduction option to x264 19 years ago
Erik Slagter b0ec9efd7a Increase maximum number of B-frames, necessary for H.264 encoding. 19 years ago
Michael Niedermayer c2ca19d7f9 RMP4 ("xvid fork") decoding support 19 years ago
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