Mercurial > libavcodec.hg
graph
-
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodecFri, 07 Mar 2003 12:37:49 +0000, by michaelni
-
more cosmetics so that doxygen output is readable ... libavcodecThu, 06 Mar 2003 15:56:56 +0000, by michaelni
-
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>) libavcodecThu, 06 Mar 2003 12:06:00 +0000, by michaelni
-
doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;) libavcodecThu, 06 Mar 2003 10:21:57 +0000, by michaelni
-
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) libavcodecWed, 05 Mar 2003 20:03:15 +0000, by michaelni
-
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...) libavcodecWed, 05 Mar 2003 17:48:19 +0000, by michaelni
-
extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications libavcodecWed, 05 Mar 2003 16:10:13 +0000, by michaelni
-
MpegEncContext.(i)dct_* -> DspContext.(i)dct_* libavcodecMon, 03 Mar 2003 14:54:00 +0000, by michaelni
-
fixing padding bug autodetection for some rare files, closes bug #647941 libavcodecFri, 28 Feb 2003 01:59:56 +0000, by michaelni
-
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodecThu, 27 Feb 2003 23:26:31 +0000, by michaelni
-
user specified motion estimation range limit libavcodecThu, 27 Feb 2003 22:56:07 +0000, by michaelni
-
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavcodecWed, 26 Feb 2003 17:26:20 +0000, by michaelni
-
* fixed IMA WAV decoding (though still might not be fully correct) libavcodecMon, 24 Feb 2003 13:26:41 +0000, by kabi
-
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ... libavcodecMon, 24 Feb 2003 09:49:37 +0000, by michaelni
-
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks libavcodecMon, 24 Feb 2003 00:05:17 +0000, by michaelni
-
32 vs. 64bit bugfix by (Dave Huang (dahanc)) libavcodecSat, 22 Feb 2003 13:44:16 +0000, by michaelni
-
reverse incorrect stride < (width+7)&~7 fix libavcodecThu, 20 Feb 2003 17:30:51 +0000, by michaelni
-
sync with mplayerxp. Fixes some 405.avi related flaws libavcodecThu, 20 Feb 2003 16:14:12 +0000, by nickols_k
-
more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) libavcodecSun, 16 Feb 2003 23:05:38 +0000, by michaelni
-
check for qscale==0 (fixes 1/0 on one corrupted stream) libavcodecMon, 10 Feb 2003 22:43:30 +0000, by michaelni
-
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) libavcodecSun, 09 Feb 2003 00:37:50 +0000, by michaelni
-
direct blocksize in bframes fix (might fix qpel+bframe bug) libavcodecSat, 08 Feb 2003 18:23:39 +0000, by michaelni
-
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images libavcodecSat, 08 Feb 2003 15:34:25 +0000, by philipjsg
-
mpeg1 bframe encoding patch by (Rapha¸«³l LEGRAND) with some modifications by me libavcodecSat, 08 Feb 2003 12:00:57 +0000, by michaelni
-
cliping MVs, i dunno if its correct but it looks better then without it libavcodecTue, 04 Feb 2003 01:32:25 +0000, by michaelni
-
handle odd image sizes when using subsampled chroma (useful for JPEG images) libavcodecSun, 02 Feb 2003 19:53:01 +0000, by bellard
-
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>) libavcodecSat, 01 Feb 2003 00:18:50 +0000, by michaelni
-
win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? libavcodecTue, 28 Jan 2003 14:50:26 +0000, by bellard
-
drawing cute arrows instead of lame lines for motion vector visualization libavcodecSun, 26 Jan 2003 23:11:08 +0000, by michaelni
-
Altivec on non darwin systems patch by Romain Dolbeau libavcodecSun, 26 Jan 2003 22:29:47 +0000, by bellard
-
use av_malloc() functions - added av_strdup and av_realloc() libavcodecThu, 23 Jan 2003 23:03:09 +0000, by bellard
-
C implementation of the median deinterlacer (seems to be the only one libavcodecThu, 23 Jan 2003 04:19:24 +0000, by rfelker
-
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) libavcodecThu, 23 Jan 2003 01:20:47 +0000, by michaelni
-
fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff libavcodecWed, 22 Jan 2003 09:35:03 +0000, by bellard
-
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodecTue, 21 Jan 2003 17:34:12 +0000, by michaelni
-
More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecMon, 20 Jan 2003 22:50:14 +0000, by michaelni
-
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodecMon, 20 Jan 2003 22:41:48 +0000, by michaelni
-
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case libavcodecMon, 20 Jan 2003 22:26:19 +0000, by bellard
-
trying to fix mb skip bug in mpeg1/2 if slices are not used libavcodecMon, 20 Jan 2003 20:37:24 +0000, by michaelni
-
fixing yuv422 -> yuv420p (i need that for the vceq videos ...) libavcodecMon, 20 Jan 2003 20:33:08 +0000, by michaelni
-
Function renaming. Solves some namespace conflicts libavcodecMon, 20 Jan 2003 16:33:47 +0000, by nickols_k
-
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSun, 19 Jan 2003 19:00:45 +0000, by michaelni
-
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (M¸«©ns Rullg¸«©rd)) libavcodecSun, 19 Jan 2003 18:30:29 +0000, by michaelni
-
sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, libavcodecSun, 19 Jan 2003 12:06:36 +0000, by mellum
-
- removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it libavcodecFri, 17 Jan 2003 22:40:00 +0000, by arpi_esp
-
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecThu, 16 Jan 2003 21:54:55 +0000, by michaelni
-
AUtomatic dependency generation. Runs on Linux (at least). Probably should libavcodecTue, 14 Jan 2003 15:30:42 +0000, by philipjsg
-
padding bug autodetection improvement 2nd try libavcodecMon, 13 Jan 2003 13:20:21 +0000, by michaelni
-
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodecSun, 12 Jan 2003 13:29:24 +0000, by michaelni
-
average motion vector rounding like the reference says and not what the standard says libavcodecSun, 12 Jan 2003 12:16:36 +0000, by michaelni
-
sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications) libavcodecSat, 11 Jan 2003 22:32:56 +0000, by michaelni
-
add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) libavcodecSat, 11 Jan 2003 21:04:47 +0000, by michaelni
-
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodecSat, 11 Jan 2003 20:51:03 +0000, by michaelni
-
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodecSat, 11 Jan 2003 20:34:38 +0000, by michaelni
-
added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions libavcodecSat, 11 Jan 2003 04:54:38 +0000, by bellard
-
build update - avpicture_fill() returns the image size libavcodecSat, 11 Jan 2003 04:51:31 +0000, by bellard
-
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu libavcodecSat, 11 Jan 2003 00:13:18 +0000, by bellard
-
simplified code (need automatic testing) - added primitive new format support. libavcodecSat, 11 Jan 2003 00:08:48 +0000, by bellard
-
moved avcodec_get_chroma_sub_sample() to imgconvert.c libavcodecSat, 11 Jan 2003 00:07:06 +0000, by bellard
-
new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name() libavcodecSat, 11 Jan 2003 00:04:36 +0000, by bellard
-
workaround dropable p frame after first frame bug libavcodecThu, 09 Jan 2003 01:43:31 +0000, by michaelni
-
suppressed redundant math.h - suppressed M_PI redefinition libavcodecTue, 07 Jan 2003 22:43:16 +0000, by bellard
-
fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding libavcodecTue, 07 Jan 2003 18:15:48 +0000, by bellard
-
enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support) libavcodecTue, 07 Jan 2003 17:48:14 +0000, by bellard
-
added define for builtins use - inverse fix by Romain Dolbeau libavcodecTue, 07 Jan 2003 17:41:43 +0000, by bellard
-
gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check) libavcodecTue, 07 Jan 2003 11:07:15 +0000, by michaelni
-
oops : better error resilience - should fix most wma decoding problems libavcodecMon, 06 Jan 2003 22:47:42 +0000, by bellard
-
* first shot for generaly usable option parser for codecs libavcodecMon, 06 Jan 2003 18:06:51 +0000, by kabi
-
slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc 2.95.* support is droped) libavcodecSun, 05 Jan 2003 19:53:07 +0000, by michaelni
-
negative linesize support (so mplayer -flip works) libavcodecSun, 05 Jan 2003 17:59:26 +0000, by michaelni
-
pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>) libavcodecSun, 05 Jan 2003 17:17:14 +0000, by michaelni
-
warnings patch by (bubu <bubu at bubu dot net>) libavcodecWed, 01 Jan 2003 15:10:45 +0000, by michaelni
-
xvid build 3 still has the padding wrong in 1/8 of the cases :((((( libavcodecSun, 29 Dec 2002 01:27:50 +0000, by michaelni
-
fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>) libavcodecSat, 21 Dec 2002 15:54:21 +0000, by michaelni
-
support dumping the qscale stuff to the screen libavcodecWed, 18 Dec 2002 09:23:24 +0000, by michaelni
-
mlib fix patch by (Juergen Keil <jk at tools dot de>) libavcodecSun, 15 Dec 2002 22:42:59 +0000, by michaelni
-
fixing playback of DaveMatthews_Crash_PocketPC.avi libavcodecWed, 11 Dec 2002 08:56:28 +0000, by michaelni
-
practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>) libavcodecFri, 06 Dec 2002 17:58:21 +0000, by michaelni
-
fixing aspect (hopefully, i couldnt reproduce the bug) libavcodecFri, 06 Dec 2002 15:01:48 +0000, by michaelni
-
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