Mercurial > libavcodec.hg
graph
-
100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l libavcodecTue, 09 Dec 2003 14:03:55 +0000, by michael
-
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 09 Dec 2003 01:49:56 +0000, by michael
-
set has_b_frames correctly, fixes rv20 dr1 with mplayer libavcodecThu, 04 Dec 2003 19:15:37 +0000, by michael
-
this should make the decoder safe for big-endian platforms libavcodecThu, 04 Dec 2003 14:14:43 +0000, by melanson
-
initial support for Duck TrueMotion v1 (think of it as On2 VP1); only libavcodecWed, 03 Dec 2003 04:22:15 +0000, by melanson
-
split ff_h263_decode_mb() into h263 and mpeg4 versions libavcodecWed, 03 Dec 2003 01:16:35 +0000, by michael
-
h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes RV20 MVs) libavcodecMon, 01 Dec 2003 20:04:14 +0000, by michael
-
dont read from b frames if draw_horiz_band==NULL libavcodecThu, 27 Nov 2003 13:38:00 +0000, by michael
-
* 3x encoding speedup. Finally we seem to be on par with libdv libavcodecThu, 27 Nov 2003 01:40:13 +0000, by romansh
-
- Add reget_buffer() function to AVCodecContext libavcodecWed, 26 Nov 2003 20:57:15 +0000, by rtognimp
-
16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 25 Nov 2003 00:35:18 +0000, by michael
-
theora alpha3 support (with maintaining backward compatibility, maybe we should remove all backward compatibility codes after final theora release?) libavcodecSun, 23 Nov 2003 18:49:53 +0000, by alex
-
finally working with old theora bitstream (flipped image), the only sample I have is decoded successfully (theora.ogg) libavcodecSun, 23 Nov 2003 18:43:09 +0000, by alex
-
small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodecWed, 12 Nov 2003 22:01:13 +0000, by michael
-
exported mpa_decode_header for new parser API libavcodecMon, 10 Nov 2003 15:21:16 +0000, by bellard
-
100l: sometime palette was not copied to output frame libavcodecWed, 05 Nov 2003 23:27:23 +0000, by rtognimp
-
* fixes for broken builds on Solaris, OS2 and all bingendian libavcodecTue, 04 Nov 2003 19:35:43 +0000, by romansh
-
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecMon, 03 Nov 2003 18:06:54 +0000, by michael
-
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