summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Don't memcpy from unallocated memoryRoberto Togni2003-10-31
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-31
* move identical code into its own functionMichael Niedermayer2003-10-30
* initalize various uninitalized variables and avoid coded_picture_number as it...Michael Niedermayer2003-10-30
* 100l (SAR is written as height/width instead of width/height in the MPEG1 sta...Michael Niedermayer2003-10-30
* pts fix and related fixesMichael Niedermayer2003-10-30
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-30
* dumping funny numbers from first zygo i frame headerMichael Niedermayer2003-10-29
* initial support for zygovideoAlex Beregszaszi2003-10-29
* added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler...Fabrice Bellard2003-10-29
* linear blend 1 line shift fixMichael Niedermayer2003-10-28
* XvMC speedup by removing one memcpy and doing MB packingIvan Kalvachev2003-10-27
* make convert_matrix() independant of MpegEncContextMichael Niedermayer2003-10-27
* AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)James Klicman2003-10-26
* fixing the remaning block-align checksMichael Niedermayer2003-10-26
* block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>)Assaf Yaari2003-10-26
* reorder table instead of wasting instructions to reorder the input to match t...Michael Niedermayer2003-10-25
* 10lMichael Niedermayer2003-10-25
* segfault fixMichael Niedermayer2003-10-25
* support Cinepak files with funky (not divisible by 4) resolutionsMike Melanson2003-10-25
* * 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