7612 Commits (93b63b1a6747651035210d4cf8bf3006c4a156f4)

Author SHA1 Message Date
Robert Swain 93b63b1a67 Fix typo in element type 17 years ago
Robert Swain f4fae46e67 Remove unnecessary portion of a condition. This fixes issue607 and avoids 17 years ago
Stefano Sabatini 7a7c4a7bf7 Fix typo. 17 years ago
Michael Niedermayer b854197919 Half the size of subband_fir_noidea and get rid of memmove & memset of it. 17 years ago
Stefano Sabatini d4be08e0c9 Make X264_init() no longer assign avctx->rc_eq to libx264's context. 17 years ago
Michael Niedermayer ef8676276d Move t1 and t2 declaration from the QMF code closer to where they are used. 17 years ago
Michael Niedermayer addafb0e0a Simplify (drop useless intermediate sum and diff arrays). 17 years ago
Andreas Öman c55ecb9c27 5,1l: samples_chanptr[] should be (const float *) 17 years ago
Andreas Öman a7bc9d1b71 dca: Set data_size outside block loop. 17 years ago
Andreas Öman 8ed96a5eba dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave() 17 years ago
Kostya Shishkov eca0bcb66e While APE changed container format in 3.98, frequency tables for range coding 17 years ago
Peter Ross 2bfd8855fb Bump libavcodec minor version number for r15017. 17 years ago
Peter Ross 312420f3fa Add AVCodecContext.bits_per_raw_sample field. 17 years ago
Peter Ross 46a73068a6 Change AVCodecContext.bits_per_sample to bits_per_coded_sample. 17 years ago
Justin Ruggles e522bd49c8 cosmetics: change another "get" to "decode" 17 years ago
Justin Ruggles 164e169fef cosmetics: change "get" to "decode" 17 years ago
Justin Ruggles 86662b1c89 cosmetics: indentation 17 years ago
Justin Ruggles 260e09305b remove unneeded variable, dither_all 17 years ago
Roman Shaposhnik f8007a1473 Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as 17 years ago
Roman Shaposhnik b4e0102c5c Introducing video_stype for holding the value of VAUX source pack 17 years ago
Kostya Shishkov a169f49881 Add generic IIR filter interface with Butterworth lowpass filter implementation 17 years ago
Michael Niedermayer 29ca668f0a Fix mid/side stereo buggy output zeroing, fixes issue264 part 2. 17 years ago
Justin Ruggles 53e6fbb4c5 cosmetics: rename a table 17 years ago
Justin Ruggles aec0407faf cosmetics: indent after last commit 17 years ago
Justin Ruggles 6b4bfed965 do not read exponent strategies from each block for E-AC-3 since they are in the header 17 years ago
Roman Shaposhnik f4acfa3887 Cosmetic change aimed at making it easier to see how bits are consumed 17 years ago
Roman Shaposhnik b1e3628e8c Factoring out chan_slice / 27 into seq variable 17 years ago
Roman Shaposhnik 7ae6dcb595 Simplification of how dct_mode affects decoding. 17 years ago
Michael Niedermayer 2f7c21b717 Cosmetics (format ff_nelly_dequantization_table nicer) 17 years ago
Justin Ruggles 8649e9332c add definitions and documentation for shared functions for E-AC-3 decoding 17 years ago
Justin Ruggles 0ffea2439b copy default coupling band structure from table to decoding context (used for E-AC-3) 17 years ago
Justin Ruggles e43b29ab26 add more OKed parts of the E-AC-3 decoder: structural changes to support AHT mode mantissa decoding 17 years ago
Justin Ruggles 6a68105e2b cosmetics: rename some functions from *get_* to *decode_* 17 years ago
Baptiste Coudurier 8ee552f69c simplify mpeg12 avctx->pix_fmt set 17 years ago
Aurelien Jacobs 67f718bd11 Add a temp variable to ff_sine_window_init() to match the way wma.c computed 17 years ago
Vladimir Voroshilov 2ccddc0211 Add explicit (int) cast to i386 optimized MUL* macros. 17 years ago
Vladimir Voroshilov 51f2a119cb (cosmetics) Remove incorrect comment. 17 years ago
Vladimir Voroshilov f5e177f852 (cosmetics) Describe for which tests clipping is required. 17 years ago
Vladimir Voroshilov 1b8a36d728 (cosmetics) Remove wrong comments. 17 years ago
Vladimir Voroshilov ef1bc972dd (cosmetics) Align comments consistently. 17 years ago
Vladimir Voroshilov 7ad909bd59 Another set of definitions for G.729 17 years ago
Michael Niedermayer 2ad0d96a24 Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the 17 years ago
Luca Barbato 9ac78726b8 Missing static in float_to_int16_altivec declaration 17 years ago
Bartlomiej Wolowiec 8580314463 Little-endian bitstream writer 17 years ago
Alexander E. Patrakov 3fc45bdcf0 fir_32bands_perfect[] contents were mixed, restore original order 17 years ago
Måns Rullgård 94cdcece91 ARM: add prefetch function using ARMv5 PLD instruction 17 years ago
Måns Rullgård f1424cfd6d ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON 17 years ago
Justin Ruggles ffc2b3412c right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t. 17 years ago
Justin Ruggles c5b930e674 1000l to me. committed to wrong repo. revert last commit. 17 years ago
Justin Ruggles e23e4de3ae cosmetics: rename some functions from *get_* to *decode_* 17 years ago