Mercurial > libavcodec.hg
graph
-
drop b frames if there are no reference frames libavcodecThu, 05 Dec 2002 11:33:43 +0000, by michaelni
-
fixing files where the first frame isn a keyframe libavcodecWed, 04 Dec 2002 22:16:24 +0000, by michaelni
-
new PSNR code (now works with chroma, b frames, ...) libavcodecWed, 04 Dec 2002 21:13:02 +0000, by michaelni
-
print a warning if something allocates 0 bytes libavcodecWed, 04 Dec 2002 12:42:25 +0000, by michaelni
-
use spatial error concealment if we dont have a previous frame libavcodecWed, 04 Dec 2002 11:25:53 +0000, by michaelni
-
* two functions to handle allocation of static data more simple libavcodecTue, 03 Dec 2002 19:40:35 +0000, by kabi
-
Simplify an expression and eliminate a compile warning libavcodecSat, 30 Nov 2002 17:14:07 +0000, by philipjsg
-
via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodecTue, 26 Nov 2002 16:26:58 +0000, by michaelni
-
apiexample doesnt send complete frames to the codec libavcodecTue, 26 Nov 2002 16:16:04 +0000, by michaelni
-
altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodecTue, 26 Nov 2002 09:21:01 +0000, by michaelni
-
fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards libavcodecTue, 26 Nov 2002 08:56:10 +0000, by michaelni
-
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) libavcodecTue, 26 Nov 2002 00:54:27 +0000, by michaelni
-
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodecMon, 25 Nov 2002 16:58:41 +0000, by michaelni
-
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodecSat, 23 Nov 2002 10:58:05 +0000, by michael
-
moving init of some variables (hurry_up,...) to MPV_frame_start() libavcodecSat, 23 Nov 2002 09:12:57 +0000, by michaelni
-
altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodecTue, 19 Nov 2002 23:22:29 +0000, by michaelni
-
YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain) libavcodecThu, 14 Nov 2002 22:25:20 +0000, by michaelni
-
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) libavcodecThu, 14 Nov 2002 19:46:14 +0000, by michaelni
-
* not checking for get_buffer_callback - it would be user's error libavcodecThu, 14 Nov 2002 18:43:49 +0000, by kabi
-
* init for inv_zigzag_direct16 moved to init block libavcodecTue, 12 Nov 2002 10:05:21 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 10:04:45 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 09:44:59 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 09:43:43 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 09:40:17 +0000, by kabi
-
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback libavcodecSun, 10 Nov 2002 18:45:36 +0000, by arpi_esp
-
avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (Mns Rullgrd)) libavcodecSun, 10 Nov 2002 11:24:27 +0000, by michaelni
-
hurry_up>=5 -> skip everything except header & set pict_type&key_frame libavcodecSun, 10 Nov 2002 10:54:07 +0000, by michaelni
-
cleanup (breaks compatibility, requested by fabrice) libavcodecFri, 08 Nov 2002 18:35:39 +0000, by michaelni
-
lrintf detection (based upon a patch by Franois Revol <revol at free dot fr>) libavcodecTue, 05 Nov 2002 00:07:05 +0000, by michaelni
-
vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>) libavcodecMon, 04 Nov 2002 20:57:08 +0000, by michaelni
-
fixed some bugs in app parser - some jfif and adobe jpgs fixed libavcodecSat, 02 Nov 2002 22:49:13 +0000, by al3x
-
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) libavcodecSat, 02 Nov 2002 11:28:08 +0000, by michaelni
-
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support libavcodecSat, 02 Nov 2002 10:39:22 +0000, by michaelni
-
fixing msmpeg4v3 with mb_height % slice_height != 0 libavcodecFri, 01 Nov 2002 18:55:03 +0000, by michaelni
-
put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them libavcodecThu, 31 Oct 2002 16:11:03 +0000, by michaelni
-
disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it libavcodecThu, 31 Oct 2002 10:21:44 +0000, by michael
-
using fewer registers ... to workaround something libavcodecThu, 31 Oct 2002 01:42:59 +0000, by michael
-
fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated libavcodecThu, 31 Oct 2002 00:48:05 +0000, by michaelni
-
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) libavcodecThu, 31 Oct 2002 00:07:13 +0000, by bellard
-
fixing q>0.0 assert failure caused by overflow of variance for b frames libavcodecWed, 30 Oct 2002 22:55:07 +0000, by michaelni
-
change qscale type to int8 and fix qscale ordering libavcodecWed, 30 Oct 2002 20:50:31 +0000, by michael
-
exporting the internal qscale table, this allso fixes the ordering libavcodecWed, 30 Oct 2002 20:41:40 +0000, by michaelni
-
NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de> libavcodecWed, 30 Oct 2002 20:31:04 +0000, by al3x
-
using same numbers for cpuCaps as libmpeg2 & liba52 libavcodecWed, 30 Oct 2002 01:59:51 +0000, by michael
-
added lrintf for non ISOC libcs (fixme: find a better test) libavcodecTue, 29 Oct 2002 22:38:21 +0000, by bellard
-
avoid name clash - fixed again block size selection libavcodecTue, 29 Oct 2002 22:27:30 +0000, by bellard