summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* cosmetics: change "get" to "decode"Justin Ruggles2008-08-29
* cosmetics: indentationJustin Ruggles2008-08-28
* remove unneeded variable, dither_allJustin Ruggles2008-08-28
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-28
* Introducing video_stype for holding the value of VAUX source packRoman Shaposhnik2008-08-28
* Add generic IIR filter interface with Butterworth lowpass filter implementationKostya Shishkov2008-08-28
* Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.Michael Niedermayer2008-08-28
* cosmetics: rename a tableJustin Ruggles2008-08-27
* cosmetics: indent after last commitJustin Ruggles2008-08-27
* do not read exponent strategies from each block for E-AC-3 since they are in ...Justin Ruggles2008-08-27
* Cosmetic change aimed at making it easier to see how bits are consumedRoman Shaposhnik2008-08-27
* Factoring out chan_slice / 27 into seq variableRoman Shaposhnik2008-08-27
* Simplification of how dct_mode affects decoding.Roman Shaposhnik2008-08-27
* Cosmetics (format ff_nelly_dequantization_table nicer)Michael Niedermayer2008-08-27
* add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles2008-08-27
* copy default coupling band structure from table to decoding context (used for...Justin Ruggles2008-08-27
* add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ...Justin Ruggles2008-08-27
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-27
* simplify mpeg12 avctx->pix_fmt setBaptiste Coudurier2008-08-26
* Add a temp variable to ff_sine_window_init() to match the way wma.c computedAurelien Jacobs2008-08-26
* Add explicit (int) cast to i386 optimized MUL* macros.Vladimir Voroshilov2008-08-26
* (cosmetics) Remove incorrect comment.Vladimir Voroshilov2008-08-26
* (cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov2008-08-26
* (cosmetics) Remove wrong comments.Vladimir Voroshilov2008-08-26
* (cosmetics) Align comments consistently.Vladimir Voroshilov2008-08-26
* Another set of definitions for G.729Vladimir Voroshilov2008-08-26
* Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer2008-08-25
* Missing static in float_to_int16_altivec declarationLuca Barbato2008-08-25
* Little-endian bitstream writerBartlomiej Wolowiec2008-08-25
* fir_32bands_perfect[] contents were mixed, restore original orderAlexander E. Patrakov2008-08-25
* ARM: add prefetch function using ARMv5 PLD instructionMåns Rullgård2008-08-25
* ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEONMåns Rullgård2008-08-25
* right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles2008-08-25
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-24
* stricter constraints of asm() blocksAlexis Ballier2008-08-24
* Fix index to ff_sine_windows[]. Previously the index was usually in reverseRobert Swain2008-08-24
* okayed chunks of AAC encoderKostya Shishkov2008-08-24
* Correct scaling factor in DCA decoder synthesis.Alexander E. Patrakov2008-08-24
* change eac3dec.c license to LGPLJustin Ruggles2008-08-24
* document some dsp alignmentsLoren Merritt2008-08-24
* Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ...Peter Ross2008-08-23
* Remove unused variablesLuca Barbato2008-08-23
* Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato2008-08-23
* Introduce float_to_int16_one_altivecLuca Barbato2008-08-23
* Simple lowpass filter implementation.Kostya Shishkov2008-08-23
* Do not pass unnecessary arguments to AAC encoder functionsKostya Shishkov2008-08-23
* Remove redundant FFMIN().Michael Niedermayer2008-08-23
* Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmailAlexander E. Patrakov2008-08-23
* Remove unnecessary header inclusion from g729.hVladimir Voroshilov2008-08-23