Mercurial > libavcodec.hg
graph
-
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2003-01-16, by michaelni
-
AUtomatic dependency generation. Runs on Linux (at least). Probably should libavcodec2003-01-14, by philipjsg
-
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec2003-01-12, by michaelni
-
average motion vector rounding like the reference says and not what the standard says libavcodec2003-01-12, by michaelni
-
sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications) libavcodec2003-01-11, by michaelni
-
add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) libavcodec2003-01-11, by michaelni
-
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec2003-01-11, by michaelni
-
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodec2003-01-11, by michaelni
-
added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions libavcodec2003-01-11, by bellard
-
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu libavcodec2003-01-11, by bellard
-
simplified code (need automatic testing) - added primitive new format support. libavcodec2003-01-11, by bellard
-
fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding libavcodec2003-01-07, by bellard
-
gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check) libavcodec2003-01-07, by michaelni
-
oops : better error resilience - should fix most wma decoding problems libavcodec2003-01-06, by bellard
-
slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc 2.95.* support is droped) libavcodec2003-01-05, by michaelni
-
pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>) libavcodec2003-01-05, by michaelni
-
xvid build 3 still has the padding wrong in 1/8 of the cases :((((( libavcodec2002-12-29, by michaelni
-
practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>) libavcodec2002-12-06, by michaelni
-
via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodec2002-11-26, by michaelni
-
altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec2002-11-26, by michaelni
-
fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards libavcodec2002-11-26, by michaelni
-
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) libavcodec2002-11-26, by michaelni
-
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodec2002-11-25, by michaelni
-
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodec2002-11-23, by michael
-
moving init of some variables (hurry_up,...) to MPV_frame_start() libavcodec2002-11-23, by michaelni
-
altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec2002-11-19, by michaelni
-
YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain) libavcodec2002-11-14, 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) libavcodec2002-11-14, by michaelni
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec2002-11-11, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec2002-11-11, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec2002-11-11, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec2002-11-11, by kabi
-
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback libavcodec2002-11-10, by arpi_esp
-
avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (Måns Rullgård)) libavcodec2002-11-10, by michaelni
-
hurry_up>=5 -> skip everything except header & set pict_type&key_frame libavcodec2002-11-10, by michaelni
-
lrintf detection (based upon a patch by François Revol <revol at free dot fr>) libavcodec2002-11-05, by michaelni
-
vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>) libavcodec2002-11-04, by michaelni
-
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) libavcodec2002-11-02, by michaelni
-
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support libavcodec2002-11-02, by michaelni
-
put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them libavcodec2002-10-31, by michaelni
-
disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it libavcodec2002-10-31, by michael
-
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) libavcodec2002-10-31, by bellard
-
fixing q>0.0 assert failure caused by overflow of variance for b frames libavcodec2002-10-30, by michaelni
-
exporting the internal qscale table, this allso fixes the ordering libavcodec2002-10-30, by michaelni
-
reworked decode_frame marker searching, fixes many non-working samples libavcodec2002-10-27, by al3x
-
mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality) libavcodec2002-10-27, by michaelni
-
dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2002-10-27, by michaelni
-
idct_permutation_type variable, so the permutation type can quickly be identified libavcodec2002-10-25, by michaelni
-
mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata) libavcodec2002-10-14, by michaelni
-
better/cleaner error resilience (done in a 2nd pass after decoding) libavcodec2002-10-13, by michaelni
-
minimum support for YUV411P (new combined scaler/converter will handle that better...) libavcodec2002-10-08, by bellard
-
16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>) libavcodec2002-10-08, by michaelni
-
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer) libavcodec2002-10-07, by arpi_esp
-
* Fix dct_unquantize_h263_axp for changed block_last_index indexing. libavcodec2002-10-07, by mellum
-
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv) libavcodec2002-10-04, by al3x
-
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2002-10-03, by michaelni
-
rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) libavcodec2002-10-01, by michaelni
-
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>) libavcodec2002-09-30, by michaelni
-
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) libavcodec2002-09-30, by michaelni
-
indenting preprocessor stuff, as its completly unreadable otherwise libavcodec2002-09-29, by michaelni
-
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win libavcodec2002-09-29, by mellum
-
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2002-09-24, by michaelni
-
fixing variance scaling for b frames (messed adaptive quants up) libavcodec2002-09-23, by michaelni
-
adaptive quantization (lumi/temporal & spatial complexity masking) libavcodec2002-09-23, by michaelni
-
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) libavcodec2002-09-19, by arpi_esp
-
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully libavcodec2002-09-19, by michaelni
-
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) libavcodec2002-09-13, by al3x
-
Due to version renumbering, Alpha builtins aren't supported in thegcc libavcodec2002-09-13, by mellum
-
fixing 1/0 if the headers are incomplete (like what M$ encoder generates) libavcodec2002-09-13, by michaelni
-
statistics for forw & back p-MBs instead of just one counter for both libavcodec2002-09-12, by michaelni
-
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ libavcodec2002-09-11, by michaelni
-
fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>) libavcodec2002-09-07, by michaelni
-
support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi) libavcodec2002-09-06, by michaelni
-
fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now) libavcodec2002-09-05, by michaelni
-
fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table) libavcodec2002-09-02, by michaelni
-
new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me libavcodec2002-09-02, by michaelni
-
altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec2002-09-02, by michaelni
-
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) libavcodec2002-09-01, by michaelni
-
dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) libavcodec2002-09-01, by michaelni
-
be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) libavcodec2002-09-01, by michaelni
-
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me libavcodec2002-09-01, by michaelni
-
sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>) libavcodec2002-08-30, 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) libavcodec2002-08-29, by michaelni
-
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec2002-08-28, by michaelni
-
working around undefined behavior of get-vlc if the vlc s invalid libavcodec2002-08-28, by michaelni
-
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodec2002-08-28, by michaelni
-
mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples) libavcodec2002-08-27, by michaelni
-
forgot the const bits in 2pass curve matching (patch (with rounding removed) by Rémi Guyomarch <rguyom at pobox dot com>) libavcodec2002-08-26, by michaelni
-
NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>) libavcodec2002-08-25, by michaelni
-
error concealment needs the mbintra_table so it should allways be allocated libavcodec2002-08-24, by michaelni
-
darwin patches by Heliodoro Tammaro <helio at interactives dot org> libavcodec2002-08-21, 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) libavcodec2002-08-20, by michaelni
-
same dc skip behavior for chroma & luma elimination, its confusing otherwise imho libavcodec2002-08-18, by michaelni
-
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) libavcodec2002-08-04, by michaelni
-
last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment libavcodec2002-08-04, by michaelni
-
b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) libavcodec2002-07-31, by michaelni
-
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl> libavcodec2002-07-27, by michaelni
-
added proposed API for parse_only mode to extract compressed frames from compressed streams libavcodec2002-07-25, 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> libavcodec2002-07-23, by michaelni
-
YUV410P to YUV420P patch by François Revol <revol at free dot fr> libavcodec2002-07-21, by michaelni
-
largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net> libavcodec2002-07-18, by michaelni
-
interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea libavcodec2002-07-17, by michaelni
-
don't exit decoder after decoding first field -> fixes angels.avi interlacing libavcodec2002-07-11, by arpi_esp
-
Change licence to LGPL since there are no objections from side of original author libavcodec2002-07-11, by nickols_k
-
adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>) libavcodec2002-07-10, by michaelni