Mercurial > libavcodec.hg
graph
-
initial support for Duck TrueMotion v1 (think of it as On2 VP1); only libavcodec2003-12-03, by melanson
-
h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes RV20 MVs) libavcodec2003-12-01, by michael
-
16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-11-25, by michael
-
finally working with old theora bitstream (flipped image), the only sample I have is decoded successfully (theora.ogg) libavcodec2003-11-23, by alex
-
small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodec2003-11-12, by michael
-
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec2003-11-03, by michael
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec2003-11-03, by michael
-
* DV demuxer is now capable of decoding auxilary audio stream. So, libavcodec2003-10-31, by romansh
-
100l (SAR is written as height/width instead of width/height in the MPEG1 standard) libavcodec2003-10-30, by michael
-
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodec2003-10-30, by melanson
-
AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>) libavcodec2003-10-26, by michael
-
reorder table instead of wasting instructions to reorder the input to match the table libavcodec2003-10-25, by michael
-
support Cinepak files with funky (not divisible by 4) resolutions libavcodec2003-10-25, by melanson
-
Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavcodec2003-10-24, by michael
-
rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodec2003-10-24, by michael
-
inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger) libavcodec2003-10-23, by michael
-
4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ... libavcodec2003-10-23, by michael
-
optionally merge postscale into quantization table for the float aan dct libavcodec2003-10-23, by michael
-
move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodec2003-10-22, by michael
-
move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... libavcodec2003-10-22, by michael
-
dynamic alloc of picture structs instead of putting them in MpegEncContext libavcodec2003-10-21, by michael
-
use continued fractions to approximate a fraction if its numerator or denominator is too large libavcodec2003-10-20, by michael
-
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec2003-10-19, by michael
-
- Moving -Wall from the individual Makefiles to configure (and only libavcodec2003-10-18, by michael
-
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set libavcodec2003-10-17, by michael
-
* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE libavcodec2003-10-16, by romansh
-
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least libavcodec2003-10-16, by michael
-
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken libavcodec2003-10-07, by michaelni
-
This patch marks frames used in RPZA decoder as reference frames, from libavcodec2003-10-05, by tmmm
-
Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) libavcodec2003-10-04, by michaelni
-
experimental half-pel motion compensation for C planes, courtesy of Dr. libavcodec2003-10-02, by tmmm
-
optionally try to encode each MB with MV=<0,0> and choose the one with better RD libavcodec2003-10-02, by michaelni
-
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavcodec2003-10-01, by tmmm
-
avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) libavcodec2003-09-29, by michaelni
-
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec2003-09-28, by michaelni
-
slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trellis quantization libavcodec2003-09-24, by michaelni
-
MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's libavcodec2003-09-19, by tmmm