Mercurial > libavcodec.hg
graph
-
fixing msmpeg4v3 encoding at bitrates <128k libavcodecSun, 20 Oct 2002 17:02:41 +0000, by michaelni
-
fixing alt_scan for the first frame (variable was reset) libavcodecWed, 16 Oct 2002 17:23:18 +0000, by michaelni
-
mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata) libavcodecMon, 14 Oct 2002 12:21:54 +0000, by michaelni
-
better/cleaner error resilience (done in a 2nd pass after decoding) libavcodecSun, 13 Oct 2002 13:16:04 +0000, by michaelni
-
Move Alpha optimized IDCT to own file. Based on a patch by Mns libavcodecFri, 11 Oct 2002 23:01:16 +0000, by mellum
-
support buffers containing more than one frame libavcodecWed, 09 Oct 2002 12:35:22 +0000, by bellard
-
minimum support for YUV411P (new combined scaler/converter will handle that better...) libavcodecTue, 08 Oct 2002 17:42:33 +0000, by bellard
-
16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>) libavcodecTue, 08 Oct 2002 12:09:23 +0000, by michaelni
-
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer) libavcodecMon, 07 Oct 2002 23:08:42 +0000, by arpi_esp
-
* Fix dct_unquantize_h263_axp for changed block_last_index indexing. libavcodecMon, 07 Oct 2002 02:03:21 +0000, by mellum
-
Make compilable again after DCT cleanup. It gives wrong results, libavcodecSat, 05 Oct 2002 00:57:42 +0000, by mellum
-
Fix for source dir != build dir. Patch provided by Mns Rullgrd. libavcodecFri, 04 Oct 2002 23:32:40 +0000, by mellum
-
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv) libavcodecFri, 04 Oct 2002 20:59:29 +0000, by al3x
-
in fact IDCT248 needs to be normalized as I suspected libavcodecThu, 03 Oct 2002 21:03:59 +0000, by bellard
-
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecThu, 03 Oct 2002 20:57:19 +0000, by michaelni
-
first version of IDCT248 for DV decoding support libavcodecThu, 03 Oct 2002 13:41:33 +0000, by bellard
-
move scantable init from block-decode to header parser libavcodecTue, 01 Oct 2002 23:47:04 +0000, by michaelni
-
rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) libavcodecTue, 01 Oct 2002 19:29:10 +0000, by michaelni
-
fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution libavcodecMon, 30 Sep 2002 21:36:43 +0000, by michaelni
-
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>) libavcodecMon, 30 Sep 2002 10:06:17 +0000, by michaelni
-
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) libavcodecMon, 30 Sep 2002 09:19:54 +0000, by michaelni
-
indenting preprocessor stuff, as its completly unreadable otherwise libavcodecSun, 29 Sep 2002 23:39:30 +0000, by michaelni
-
idct permutation cleanup, idct can be selected per context now libavcodecSun, 29 Sep 2002 22:44:22 +0000, by michaelni
-
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win libavcodecSun, 29 Sep 2002 15:14:28 +0000, by mellum
-
autodetect UMP4 (by adding a fourcc field to AVCodecContext) libavcodecThu, 26 Sep 2002 23:27:22 +0000, by michaelni
-
automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ... libavcodecThu, 26 Sep 2002 22:37:33 +0000, by michaelni
-
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecTue, 24 Sep 2002 23:57:17 +0000, by michaelni
-
darkness masking (lumi masking does only bright stuff now) libavcodecTue, 24 Sep 2002 10:53:59 +0000, by michaelni
-
fixing ac prediction encoding with adaptive quantization libavcodecTue, 24 Sep 2002 09:15:46 +0000, by michaelni
-
fixing variance scaling for b frames (messed adaptive quants up) libavcodecMon, 23 Sep 2002 15:16:09 +0000, by michaelni
-
adaptive quantization (lumi/temporal & spatial complexity masking) libavcodecMon, 23 Sep 2002 14:56:11 +0000, by michaelni
-
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecMon, 23 Sep 2002 08:44:24 +0000, by michaelni
-
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) libavcodecThu, 19 Sep 2002 22:14:53 +0000, by arpi_esp
-
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully libavcodecThu, 19 Sep 2002 20:22:39 +0000, by michaelni
-
* Remove -finline-limit=8000 (not supported by gcc 2.95) libavcodecThu, 19 Sep 2002 16:06:25 +0000, by mellum
-
fixing *pixels_tab stuff (hopefully, as its untested ...) libavcodecThu, 19 Sep 2002 10:26:49 +0000, by michaelni
-
Synthesize pixels16 functions from pixels functions. libavcodecFri, 13 Sep 2002 23:27:01 +0000, by mellum
-
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) libavcodecFri, 13 Sep 2002 19:31:32 +0000, by al3x
-
10l (field select readed at the wrong place ...) libavcodecFri, 13 Sep 2002 11:47:57 +0000, by michaelni
-
Due to version renumbering, Alpha builtins aren't supported in thegcc libavcodecFri, 13 Sep 2002 10:56:51 +0000, by mellum
-
fixing 1/0 if the headers are incomplete (like what M$ encoder generates) libavcodecFri, 13 Sep 2002 07:46:06 +0000, by michaelni
-
vbv parameter parsing (more skiping actually ;) ) libavcodecThu, 12 Sep 2002 15:02:47 +0000, by michaelni
-
statistics for forw & back p-MBs instead of just one counter for both libavcodecThu, 12 Sep 2002 12:26:09 +0000, by michaelni
-
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ libavcodecWed, 11 Sep 2002 07:26:43 +0000, by michaelni
-
fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>) libavcodecSat, 07 Sep 2002 10:57:51 +0000, by michaelni
-
optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them libavcodecSat, 07 Sep 2002 00:16:30 +0000, by michaelni
-
support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi) libavcodecFri, 06 Sep 2002 22:30:16 +0000, by michaelni
-
fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now) libavcodecThu, 05 Sep 2002 13:23:11 +0000, by michaelni
-
fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table) libavcodecMon, 02 Sep 2002 16:56:29 +0000, by michaelni
-
new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me libavcodecMon, 02 Sep 2002 09:51:52 +0000, by michaelni
-
altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodecMon, 02 Sep 2002 08:48:12 +0000, by michaelni
-
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) libavcodecSun, 01 Sep 2002 18:07:56 +0000, by michaelni
-
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> libavcodecSun, 01 Sep 2002 14:30:55 +0000, by arpi
-
dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) libavcodecSun, 01 Sep 2002 07:40:31 +0000, by michaelni
-
be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) libavcodecSun, 01 Sep 2002 07:26:43 +0000, by michaelni
-
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me libavcodecSun, 01 Sep 2002 07:19:38 +0000, by michaelni
-
sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>) libavcodecFri, 30 Aug 2002 18:17:20 +0000, by michaelni
-
patch by Heliodoro Tammaro <helio at interactives dot org> libavcodecFri, 30 Aug 2002 00:05:28 +0000, by michaelni
-
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) libavcodecThu, 29 Aug 2002 23:55:32 +0000, by michaelni
-
use extradata for h263_long_vector mode detection libavcodecWed, 28 Aug 2002 21:47:28 +0000, by michaelni
-
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodecWed, 28 Aug 2002 13:14:36 +0000, by michaelni
-
working around undefined behavior of get-vlc if the vlc s invalid libavcodecWed, 28 Aug 2002 12:23:12 +0000, by michaelni
-
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodecWed, 28 Aug 2002 08:15:30 +0000, by michaelni
-
mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples) libavcodecTue, 27 Aug 2002 16:28:19 +0000, by michaelni
-
forgot the const bits in 2pass curve matching (patch (with rounding removed) by Rmi Guyomarch <rguyom at pobox dot com>) libavcodecMon, 26 Aug 2002 08:14:36 +0000, by michaelni
-
NAN doesnt exist on FreeBSD patch by (Rmi Guyomarch <rguyom at pobox dot com>) libavcodecSun, 25 Aug 2002 22:54:43 +0000, by michaelni
-
error concealment needs the mbintra_table so it should allways be allocated libavcodecSat, 24 Aug 2002 13:24:43 +0000, by michaelni
-
removed -W -Wall -g and other gcc-specific warning/debug options libavcodecThu, 22 Aug 2002 23:29:45 +0000, by arpi
-
darwin patches by Heliodoro Tammaro <helio at interactives dot org> libavcodecWed, 21 Aug 2002 19:18:02 +0000, by michaelni
-
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus) libavcodecTue, 20 Aug 2002 19:23:06 +0000, by michaelni
-
same dc skip behavior for chroma & luma elimination, its confusing otherwise imho libavcodecSun, 18 Aug 2002 00:42:58 +0000, by michaelni
-
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1 libavcodecSat, 17 Aug 2002 20:10:27 +0000, by michaelni
-
patch by (Volker Moell <volker-ml at die-moells dot de>) libavcodecTue, 13 Aug 2002 18:51:11 +0000, by michaelni
-
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) libavcodecSun, 04 Aug 2002 19:28:27 +0000, by michaelni
-
supporting rare overflow mess even with error_resilience>=0 libavcodecSun, 04 Aug 2002 16:46:18 +0000, by michaelni
-
last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment libavcodecSun, 04 Aug 2002 16:05:05 +0000, by michaelni
-
10l found by Rmi Guyomarch <rguyom at pobox dot com> libavcodecThu, 01 Aug 2002 23:23:48 +0000, by michaelni
-
b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) libavcodecWed, 31 Jul 2002 08:01:29 +0000, by michaelni
-
dump bits per frame / qp / frame complexity support libavcodecSat, 27 Jul 2002 14:48:44 +0000, by michaelni
-
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl> libavcodecSat, 27 Jul 2002 08:27:02 +0000, by michaelni
-
Add conversions to and from RGBA32 and BGRA32. libavcodecSat, 27 Jul 2002 03:08:04 +0000, by philipjsg
-
different edge positions fixed with edge emu / dr1 libavcodecThu, 25 Jul 2002 20:22:36 +0000, by michaelni
-
added proposed API for parse_only mode to extract compressed frames from compressed streams libavcodecThu, 25 Jul 2002 16:25:36 +0000, by bellard
-
this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl> libavcodecTue, 23 Jul 2002 09:44:34 +0000, by michaelni
-
adpcm encoding patch by Franois Revol <revol at free dot fr> libavcodecMon, 22 Jul 2002 01:44:08 +0000, by michaelni
-
YUV410P to YUV420P patch by Franois Revol <revol at free dot fr> libavcodecSun, 21 Jul 2002 07:54:53 +0000, by michaelni
-
beos/mov/adpcm patch by Franois Revol <revol at free dot fr> libavcodecSat, 20 Jul 2002 20:05:50 +0000, by michaelni
-
BeOS patches by "shatty" <shatty at myrealbox.com> libavcodecFri, 19 Jul 2002 22:23:40 +0000, by michaelni
-
largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net> libavcodecThu, 18 Jul 2002 20:27:09 +0000, by michaelni
-
use edge emu for encoding of width or height %16!=0 files libavcodecWed, 17 Jul 2002 23:32:31 +0000, by michaelni
-
larger edge emu buffer (might have been too small) libavcodecWed, 17 Jul 2002 13:25:01 +0000, by michaelni
-
interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea libavcodecWed, 17 Jul 2002 11:04:26 +0000, by michaelni
-
exporting mbskip_table after it has been allocated libavcodecTue, 16 Jul 2002 11:45:14 +0000, by michaelni
-
Remove support for variable BSIZE and INCR, as sub_pixels_* is no libavcodecSat, 13 Jul 2002 16:29:11 +0000, by mellum
-
return buf_size again, i hope kabi is finally happy now ;) libavcodecSat, 13 Jul 2002 15:03:47 +0000, by michaelni
-
don't exit decoder after decoding first field -> fixes angels.avi interlacing libavcodecThu, 11 Jul 2002 23:34:06 +0000, by arpi_esp
-
Change licence to LGPL since there are no objections from side of original author libavcodecThu, 11 Jul 2002 15:03:41 +0000, by nickols_k
-
adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>) libavcodecWed, 10 Jul 2002 21:01:45 +0000, by michaelni
-
returning the number of consumed bytes (2nd try) libavcodecWed, 10 Jul 2002 20:21:00 +0000, by michaelni