summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Cosmetics (format ff_nelly_dequantization_table nicer)Michael Niedermayer2008-08-27
| | | | Originally committed as revision 14993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles2008-08-27
| | | | Originally committed as revision 14991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy default coupling band structure from table to decoding context (used ↵Justin Ruggles2008-08-27
| | | | | | for E-AC-3) Originally committed as revision 14990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ↵Justin Ruggles2008-08-27
| | | | | | mode mantissa decoding Originally committed as revision 14989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-27
| | | | Originally committed as revision 14988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify mpeg12 avctx->pix_fmt setBaptiste Coudurier2008-08-26
| | | | Originally committed as revision 14986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a temp variable to ff_sine_window_init() to match the way wma.c computedAurelien Jacobs2008-08-26
| | | | | | window before r14757. This fixes a regression introduced by r14757 on amd64. Originally committed as revision 14982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explicit (int) cast to i386 optimized MUL* macros.Vladimir Voroshilov2008-08-26
| | | | | | | Wrong result is returned when 16-bit value is passed as value. Also fixes "Warning: using `%edx' instead of `%dx' due to `l' suffix". Originally committed as revision 14981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Remove incorrect comment.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Remove wrong comments.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Align comments consistently.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another set of definitions for G.729Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer2008-08-25
| | | | | | quickest way to find out if it is needed. Originally committed as revision 14970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing static in float_to_int16_altivec declarationLuca Barbato2008-08-25
| | | | Originally committed as revision 14967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Little-endian bitstream writerBartlomiej Wolowiec2008-08-25
| | | | Originally committed as revision 14965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fir_32bands_perfect[] contents were mixed, restore original orderAlexander E. Patrakov2008-08-25
| | | | | | | Patch by Alexander Patrakov ($lastname <whirlpool> gmail.com) Thread: dcadata.h: fir_32bands_perfect[] is wrong Originally committed as revision 14964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add prefetch function using ARMv5 PLD instructionMåns Rullgård2008-08-25
| | | | Originally committed as revision 14962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEONMåns Rullgård2008-08-25
| | | | Originally committed as revision 14961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles2008-08-25
| | | | Originally committed as revision 14958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
| | | | Originally committed as revision 14953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-24
| | | | Originally committed as revision 14952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stricter constraints of asm() blocksAlexis Ballier2008-08-24
| | | | | | | | | All these variables are used as left operands of a movd instruction, which does accept only memory or register operands while the "g" constraint also allows immediates. Use "rm" instead. Patch by Alexis Ballier %alexis P ballier A gmail P com% Originally committed as revision 14941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix index to ff_sine_windows[]. Previously the index was usually in reverseRobert Swain2008-08-24
| | | | | | order. Originally committed as revision 14940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* okayed chunks of AAC encoderKostya Shishkov2008-08-24
| | | | Originally committed as revision 14939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct scaling factor in DCA decoder synthesis.Alexander E. Patrakov2008-08-24
| | | | | | | Patch by Alexander Patrakov ($lastname at gmail.com) Thread: dca.c: output scale is a bit off Originally committed as revision 14937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change eac3dec.c license to LGPLJustin Ruggles2008-08-24
| | | | Originally committed as revision 14936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document some dsp alignmentsLoren Merritt2008-08-24
| | | | Originally committed as revision 14935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ↵Peter Ross2008-08-23
| | | | | | dot taeuber at gmx dot net. Originally committed as revision 14931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variablesLuca Barbato2008-08-23
| | | | Originally committed as revision 14929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato2008-08-23
| | | | Originally committed as revision 14928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce float_to_int16_one_altivecLuca Barbato2008-08-23
| | | | Originally committed as revision 14927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simple lowpass filter implementation.Kostya Shishkov2008-08-23
| | | | Originally committed as revision 14921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass unnecessary arguments to AAC encoder functionsKostya Shishkov2008-08-23
| | | | Originally committed as revision 14920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant FFMIN().Michael Niedermayer2008-08-23
| | | | Originally committed as revision 14918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmailAlexander E. Patrakov2008-08-23
| | | | | | This fixes a (probably not exploitable) buffer overflow (apparently unknown to its author). Originally committed as revision 14917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary header inclusion from g729.hVladimir Voroshilov2008-08-23
| | | | Originally committed as revision 14916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move from g729.h all definitions which are used only in g729dec.cVladimir Voroshilov2008-08-23
| | | | Originally committed as revision 14915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-23
| | | | Originally committed as revision 14913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-23
| | | | Originally committed as revision 14912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-08-23
| | | | Originally committed as revision 14911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-23
| | | | Originally committed as revision 14910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-22
| | | | | | | buffer sizes accordingly. This produces a ~10% overall decoding perfomance improvement. Originally committed as revision 14908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Whitespace cosmetics after the last commitRobert Swain2008-08-22
| | | | Originally committed as revision 14907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain2008-08-22
| | | | | | buffer update sections Originally committed as revision 14906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-22
| | | | | | fail. Patch by Matthieu Castet <castet.matthieu AT free fr> Originally committed as revision 14905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc : perform decorrelation only for stereo samplesJai Menon2008-08-22
| | | | Originally committed as revision 14904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make equation in doxy of ff_acelp_weighted_vector_sum() more readable byMichael Niedermayer2008-08-21
| | | | | | adding spaces. Originally committed as revision 14902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygen consistencyMichael Niedermayer2008-08-21
| | | | Originally committed as revision 14901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make comments doxygen compatible.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14900 to svn://svn.ffmpeg.org/ffmpeg/trunk