Mercurial > libavcodec.hg
graph
-
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>) libavcodec2003-03-06, by michaelni
-
doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;) libavcodec2003-03-06, by michaelni
-
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) libavcodec2003-03-05, by michaelni
-
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...) libavcodec2003-03-05, by michaelni
-
extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications libavcodec2003-03-05, by michaelni
-
fixing padding bug autodetection for some rare files, closes bug #647941 libavcodec2003-02-28, by michaelni
-
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec2003-02-27, by michaelni
-
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavcodec2003-02-26, by michaelni
-
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ... libavcodec2003-02-24, by michaelni
-
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks libavcodec2003-02-24, by michaelni
-
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) libavcodec2003-02-09, by michaelni
-
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images libavcodec2003-02-08, by philipjsg
-
mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me libavcodec2003-02-08, by michaelni
-
cliping MVs, i dunno if its correct but it looks better then without it libavcodec2003-02-04, by michaelni
-
handle odd image sizes when using subsampled chroma (useful for JPEG images) libavcodec2003-02-02, by bellard
-
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>) libavcodec2003-02-01, by michaelni
-
win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? libavcodec2003-01-28, by bellard
-
drawing cute arrows instead of lame lines for motion vector visualization libavcodec2003-01-26, by michaelni
-
C implementation of the median deinterlacer (seems to be the only one libavcodec2003-01-23, by rfelker
-
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) libavcodec2003-01-23, by michaelni
-
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec2003-01-21, by michaelni
-
More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2003-01-20, by michaelni
-
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec2003-01-20, by michaelni
-
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case libavcodec2003-01-20, by bellard
-
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2003-01-19, by michaelni
-
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård)) libavcodec2003-01-19, by michaelni
-
sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, libavcodec2003-01-19, by mellum
-
- removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it libavcodec2003-01-17, by arpi_esp
-
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
-
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) libavcodec2002-07-09, by michaelni
-
Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård libavcodec2002-07-03, by mellum
-
Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to libavcodec2002-07-02, by mellum
-
Assembly version of put_pixels. This is currently the function that libavcodec2002-07-01, by mellum
-
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This libavcodec2002-07-01, by mellum
-
colorspace converter tests (memory corruption tests at different width/src/dst) libavcodec2002-06-29, by michael
-
* turned into debug message - it's annoying when watching mjpeg files libavcodec2002-06-27, by kabi
-
Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more libavcodec2002-06-24, by mellum
-
fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3 libavcodec2002-06-22, by michaelni
-
move unaligned access macros to dsputil.h - added unaligned 32 bit store libavcodec2002-06-11, by bellard
-
put codec registering in another file so that the user can install the codecs he wants libavcodec2002-06-11, by bellard
-
put memory functions in a separate file so that the user can redefinite them without modifying the library libavcodec2002-06-11, by bellard
-
passing avctx->flags so that grayscale only decoding works with mpeg1/2 too libavcodec2002-06-09, by michaelni
-
in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>" libavcodec2002-06-07, by arpi_esp
-
removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs libavcodec2002-06-05, by bellard
-
* implemented remaing avg_ pixel functions (these are not used offen) libavcodec2002-06-03, by kabi
-
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>) libavcodec2002-06-02, by michaelni
-
* reenabled original xy2 put routine - rounding error is really bad with libavcodec2002-05-29, by kabi
-
Add an av_abort macro that aborts, but also prints out the location of the abort. libavcodec2002-05-24, by philipjsg
-
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this) libavcodec2002-05-21, by michaelni
-
fixed incorrect global gain - slightly increased precision of n^(4/3) table libavcodec2002-05-21, by glantau
-
removed unused stuff - added dsputil_set_bit_exact() support for easier testing libavcodec2002-05-20, by glantau
-
put all integer init code to compute n^(4/3) - memory alloc and header fixes libavcodec2002-05-18, by glantau
-
- repeat_pict meaning changed, now it signals the extra delay for the libavcodec2002-05-14, by pulento
-
* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it. libavcodec2002-05-14, by philipjsg
-
- repeat_pict added to AVCodecContext to signal if the decoder must repeat libavcodec2002-05-12, by pulento
-
there are divx5? encoded files without a userdata section but with b-frames :( libavcodec2002-05-06, by michaelni
-
3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com> libavcodec2002-05-05, by michael
-
ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear libavcodec2002-05-03, by arpi_esp
-
C4=16383 for the c version too and even for some outcommented code libavcodec2002-05-02, by michaelni
-
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. libavcodec2002-05-02, by pulento
-
Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org> libavcodec2002-05-01, by arpi_esp
-
- ME setting moved to AVCodecContext/MpegEncContext, no longer a global. libavcodec2002-04-14, by pulento
-
- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for libavcodec2002-04-09, by pulento
-
- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it. libavcodec2002-04-09, by pulento
-
- Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting libavcodec2002-04-09, by pulento
-
- Added force_pts to av_write_packet() to be able to force PTS, this helps libavcodec2002-04-07, by pulento
-
multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>) libavcodec2002-04-01, by michaelni
-
fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> libavcodec2002-03-24, by michaelni
-
seems the old intra/inter decission is slightly better with a threshold, than the new one libavcodec2002-03-24, by michaelni
-
new motion estimation (epzs) not complete yet but allready pretty good :) libavcodec2002-03-22, by michaelni
-
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek libavcodec2002-03-20, by pulento
-
use the width & height from the mpeg4 header ... in the case that its complete libavcodec2002-03-19, by michaelni
-
msmpeg4 bugfix (wrong frame displayed if some frames are skipped) libavcodec2002-03-18, by michaelni
-
- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine) libavcodec2002-03-16, by pulento
-
use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes) libavcodec2002-03-15, by michaelni
-
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. libavcodec2002-03-10, by pulento
-
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. libavcodec2002-03-10, by pulento
-
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. libavcodec2002-03-10, by pulento
-
gmc bitstream decoding support (the real motion compensation isnt implemnted yet) libavcodec2002-03-07, by michaelni
-
parsing more of the mpeg4 header & print some "not supported" stuff libavcodec2002-03-05, by michaelni
-
- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm libavcodec2002-02-26, by pulento
-
fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed) libavcodec2002-02-22, by michaelni
-
- Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. libavcodec2002-02-22, by pulento
-
* continue after error in msmpeg4_decode_mb - helps for some movie samples libavcodec2002-02-18, by kabi
-
optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7 libavcodec2002-02-15, by michaelni
-
optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) libavcodec2002-02-13, by michaelni
-
aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?) libavcodec2002-02-12, by michaelni
-
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) libavcodec2002-02-12, by michaelni
-
- More work on preliminary bit rate control, just to be able to get an libavcodec2002-02-10, by pulento
-
(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org> libavcodec2002-01-26, by arpi_esp
-
Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> libavcodec2002-01-21, by nickols_k
-
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> libavcodec2002-01-20, by nickols_k
-
Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> libavcodec2002-01-20, by nickols_k
-
(commited by michael / arpi was crazy enough to give me his password) libavcodec2002-01-12, by arpi_esp
-
different fix, s->mbintra_table used only if h263_pred set. - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec2002-01-11, by arpi_esp
-
This fixes segfaults because of uninitialized s->mbintra_table variable - patch by Vladimir Dergachev <volodya@mindspring.com> libavcodec2002-01-11, by arpi_esp
-
aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni@gmx.at> libavcodec2002-01-11, by arpi_esp
-
another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec2002-01-10, by uid46427
-
AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec2002-01-10, by uid46427
-
fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec2002-01-10, by uid46427
-
fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec2002-01-10, by uid46427
-
qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <steve@daviesfam.org> libavcodec2002-01-08, by arpi_esp
-
fix slices when code=0x18, patch by Michael Niedermayer <michael@mplayer.dev.hu> libavcodec2002-01-08, by arpi_esp
-
minor brightness/contrast bugfix / moved some global vars into ppMode libavcodec2001-12-28, by michael
-
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable libavcodec2001-12-09, by arpi_esp
-
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable libavcodec2001-12-09, by arpi_esp
-
compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound libavcodec2001-11-27, by michael
-
use fastmemcpy for chrominance if no chrominance filtering is done libavcodec2001-11-24, by michael
-
temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version libavcodec2001-11-14, by michael
-
- Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code. libavcodec2001-11-13, by pulento
-
gcc does optimize writes to non volatile variables away if it didnt know that they were read in between libavcodec2001-11-06, by michael
-
minor changes (fixed some warnings, added attribute aligned(8) stuff) libavcodec2001-11-06, by michael