Mercurial > libavcodec.hg
graph
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecMon, 03 Nov 2003 13:26:22 +0000, by michael
-
Fix some palette related defines, bump build number libavcodecSun, 02 Nov 2003 21:53:28 +0000, by rtognimp
-
* DV demuxer is now capable of decoding auxilary audio stream. So, libavcodecFri, 31 Oct 2003 22:26:26 +0000, by romansh
-
initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess) libavcodecThu, 30 Oct 2003 21:05:00 +0000, by michael
-
100l (SAR is written as height/width instead of width/height in the MPEG1 standard) libavcodecThu, 30 Oct 2003 19:55:44 +0000, by michael
-
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodecThu, 30 Oct 2003 05:40:58 +0000, by melanson
-
dumping funny numbers from first zygo i frame header libavcodecWed, 29 Oct 2003 17:30:13 +0000, by michael
-
added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) libavcodecWed, 29 Oct 2003 14:08:18 +0000, by bellard
-
XvMC speedup by removing one memcpy and doing MB packing libavcodecMon, 27 Oct 2003 23:22:43 +0000, by iive
-
make convert_matrix() independant of MpegEncContext libavcodecMon, 27 Oct 2003 14:37:30 +0000, by michael
-
AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>) libavcodecSun, 26 Oct 2003 10:14:05 +0000, by michael
-
block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>) libavcodecSun, 26 Oct 2003 09:49:45 +0000, by michael
-
reorder table instead of wasting instructions to reorder the input to match the table libavcodecSat, 25 Oct 2003 21:59:28 +0000, by michael
-
support Cinepak files with funky (not divisible by 4) resolutions libavcodecSat, 25 Oct 2003 15:22:34 +0000, by melanson
-
* adding integer/floating point AAN implementations for DCT 2-4-8 libavcodecSat, 25 Oct 2003 00:32:54 +0000, by romansh
-
Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavcodecFri, 24 Oct 2003 20:09:30 +0000, by michael
-
rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodecFri, 24 Oct 2003 19:59:43 +0000, by michael
-
inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger) libavcodecThu, 23 Oct 2003 12:59:21 +0000, by michael
-
4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ... libavcodecThu, 23 Oct 2003 12:41:54 +0000, by michael
-
optionally merge postscale into quantization table for the float aan dct libavcodecThu, 23 Oct 2003 09:11:56 +0000, by michael
-
move blocks away MpegEncContext (7.4 -> 5.8k) libavcodecWed, 22 Oct 2003 12:01:21 +0000, by michael
-
move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodecWed, 22 Oct 2003 11:23:39 +0000, by michael
-
move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... libavcodecWed, 22 Oct 2003 10:59:39 +0000, by michael
-
dynamic alloc of picture structs instead of putting them in MpegEncContext libavcodecTue, 21 Oct 2003 19:55:31 +0000, by michael
-
use continued fractions to approximate a fraction if its numerator or denominator is too large libavcodecMon, 20 Oct 2003 22:33:53 +0000, by michael
-
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodecSun, 19 Oct 2003 21:05:41 +0000, by michael
-
- Moving -Wall from the individual Makefiles to configure (and only libavcodecSat, 18 Oct 2003 18:47:06 +0000, by michael
-
* providing MPEG codecs with a generic fields in AVFrame to use. libavcodecSat, 18 Oct 2003 03:19:44 +0000, by romansh
-
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set libavcodecFri, 17 Oct 2003 18:56:01 +0000, by michael
-
* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE libavcodecThu, 16 Oct 2003 18:27:48 +0000, by romansh