summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-25
* optimizingMichael Niedermayer2003-10-24
* Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l...Panagiotis Issaris2003-10-24
* rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-10-24
* * introducing dct248 into the DSP context.Roman Shaposhnik2003-10-24
* 1lAlex Beregszaszi2003-10-23
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-23
* inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference ...Michael Niedermayer2003-10-23
* 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd suppor...Michael Niedermayer2003-10-23
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-23
* 10lMichael Niedermayer2003-10-23
* 10lAlex Beregszaszi2003-10-22
* 100lAlex Beregszaszi2003-10-22
* oops forgotMichael Niedermayer2003-10-22
* floating point AAN DCTMichael Niedermayer2003-10-22
* 112 bytes smaller MpegEncContextMichael Niedermayer2003-10-22
* move blocks away MpegEncContext (7.4 -> 5.8k)Michael Niedermayer2003-10-22
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer2003-10-22
* move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slig...Michael Niedermayer2003-10-22
* dynamic alloc of picture structs instead of putting them in MpegEncContextMichael Niedermayer2003-10-21
* BSD doesnt have log2Michael Niedermayer2003-10-21
* mpeg2 aspect ratio encoding fixedMichael Niedermayer2003-10-20
* use continued fractions to approximate a fraction if its numerator or denomin...Michael Niedermayer2003-10-20
* AVRationalMichael Niedermayer2003-10-20
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-20
* export mpeg2 active display area / pan scanMichael Niedermayer2003-10-20
* gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...Dan Christiansen2003-10-19
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-18
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-18
* emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_...Michael Niedermayer2003-10-17
* * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGERoman Shaposhnik2003-10-16
* * fix for a trivial 100l declaration typoRoman Shaposhnik2003-10-16
* picture buffer cleanup, this fixes a assertion failure (if assertion checking...Michael Niedermayer2003-10-16
* default_get_buffer() fixesMichael Niedermayer2003-10-15
* alignMichael Niedermayer2003-10-15
* fix "first frame is no keyframe" bugMichael Niedermayer2003-10-15
* activate the XA and ADX ADPCM codecsMike Melanson2003-10-15
* replace file to remove nasty DOS CRs and hard tabsMike Melanson2003-10-15
* this should be part of adpcm.cMike Melanson2003-10-15
* quietMike Melanson2003-10-15
* added CRI ADX and XA ADPCM audio modules, courtesy of BEROMike Melanson2003-10-14
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* fix the case where all vlc codes are 8 bits long (repeat=256)Michael Niedermayer2003-10-13
* alignment 10lMichael Niedermayer2003-10-13
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-13
* 10lMichael Niedermayer2003-10-13
* dont check if the ac esc 3 could have been stored as vlc as this detects only...Michael Niedermayer2003-10-13
* 10lAlex Beregszaszi2003-10-13
* fix decoding if the aspect ratio changesMichael Niedermayer2003-10-12
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12