aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* initial support for zygovideoAlex Beregszaszi2003-10-291-0/+2
* added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler...Fabrice Bellard2003-10-292-1/+13
* linear blend 1 line shift fixMichael Niedermayer2003-10-281-26/+27
* XvMC speedup by removing one memcpy and doing MB packingIvan Kalvachev2003-10-274-35/+105
* make convert_matrix() independant of MpegEncContextMichael Niedermayer2003-10-271-11/+11
* AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)James Klicman2003-10-264-1/+510
* fixing the remaning block-align checksMichael Niedermayer2003-10-261-12/+6
* block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>)Assaf Yaari2003-10-261-13/+5
* reorder table instead of wasting instructions to reorder the input to match t...Michael Niedermayer2003-10-251-123/+107
* 10lMichael Niedermayer2003-10-252-0/+3
* segfault fixMichael Niedermayer2003-10-251-2/+4
* support Cinepak files with funky (not divisible by 4) resolutionsMike Melanson2003-10-251-3/+7
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-255-2/+197
* optimizingMichael Niedermayer2003-10-241-23/+60
* Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l...Panagiotis Issaris2003-10-242-5/+5
* rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-10-241-1/+3
* * introducing dct248 into the DSP context.Roman Shaposhnik2003-10-245-75/+228
* 1lAlex Beregszaszi2003-10-231-1/+1
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-235-5/+41
* inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference ...Michael Niedermayer2003-10-231-4/+4
* 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd suppor...Michael Niedermayer2003-10-231-8/+8
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-234-11/+30
* 10lMichael Niedermayer2003-10-231-1/+1
* 10lAlex Beregszaszi2003-10-221-1/+1
* 100lAlex Beregszaszi2003-10-221-2/+2
* oops forgotMichael Niedermayer2003-10-221-0/+1
* floating point AAN DCTMichael Niedermayer2003-10-227-3/+193
* 112 bytes smaller MpegEncContextMichael Niedermayer2003-10-222-2/+6
* move blocks away MpegEncContext (7.4 -> 5.8k)Michael Niedermayer2003-10-222-1/+3
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer2003-10-223-16/+18
* move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slig...Michael Niedermayer2003-10-222-2/+7
* dynamic alloc of picture structs instead of putting them in MpegEncContextMichael Niedermayer2003-10-212-1/+4
* BSD doesnt have log2Michael Niedermayer2003-10-211-1/+1
* mpeg2 aspect ratio encoding fixedMichael Niedermayer2003-10-201-2/+7
* use continued fractions to approximate a fraction if its numerator or denomin...Michael Niedermayer2003-10-201-14/+26
* AVRationalMichael Niedermayer2003-10-2016-162/+202
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-202-5/+5
* export mpeg2 active display area / pan scanMichael Niedermayer2003-10-203-4/+97
* gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...Dan Christiansen2003-10-195-7/+7
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-181-1/+1
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-182-0/+17
* emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_...Michael Niedermayer2003-10-173-18/+18
* * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGERoman Shaposhnik2003-10-161-1/+1
* * fix for a trivial 100l declaration typoRoman Shaposhnik2003-10-161-1/+2
* picture buffer cleanup, this fixes a assertion failure (if assertion checking...Michael Niedermayer2003-10-162-20/+17
* default_get_buffer() fixesMichael Niedermayer2003-10-151-12/+52
* alignMichael Niedermayer2003-10-151-1/+2
* fix "first frame is no keyframe" bugMichael Niedermayer2003-10-151-0/+3
* activate the XA and ADX ADPCM codecsMike Melanson2003-10-154-4/+122
* replace file to remove nasty DOS CRs and hard tabsMike Melanson2003-10-151-278/+273