summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
* Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer2008-08-30
* Remove unused dequantization code from SSE VP3 IDCTDavid Conrad2008-08-30
* Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad2008-08-30
* Let ff_pw_8 be used as an SSE constantDavid Conrad2008-08-30
* cosmetics: update comment about ditheringJustin Ruggles2008-08-30
* Remove the cos_mod table that has become unused after replacing the imdctMichael Niedermayer2008-08-30
* Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().Michael Niedermayer2008-08-30
* Get rid of the 512 sample memmove().Michael Niedermayer2008-08-30
* Remove 'currently unused' warning about SAMPLE_FMT_xxx.Peter Ross2008-08-30
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-29
* Remove useless zeroing of a bufferVitor Sessak2008-08-29
* Fix typo in element typeRobert Swain2008-08-29
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-29
* Fix typo.Stefano Sabatini2008-08-29
* Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer2008-08-29
* Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini2008-08-29
* Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer2008-08-29
* Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer2008-08-29
* 5,1l: samples_chanptr[] should be (const float *)Andreas Öman2008-08-29
* dca: Set data_size outside block loop.Andreas Öman2008-08-29
* dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_inte...Andreas Öman2008-08-29
* While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov2008-08-29
* Bump libavcodec minor version number for r15017.Peter Ross2008-08-29
* Add AVCodecContext.bits_per_raw_sample field.Peter Ross2008-08-29
* Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross2008-08-29
* cosmetics: change another "get" to "decode"Justin Ruggles2008-08-29
* 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