Mercurial > libavcodec.hg
graph
-
* ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem libavcodec2003-08-26, by romansh
-
xvid edge bug (if i understand the mpeg4 spec correctly) autodetection libavcodec2003-08-25, by michaelni
-
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> libavcodec2003-08-22, by michaelni
-
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) libavcodec2003-08-20, by michaelni
-
fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0) libavcodec2003-08-19, by michaelni
-
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext) libavcodec2003-08-15, by michaelni
-
Add GNU header, remove X includes, add more check for xvmc render packet libavcodec2003-07-29, by iive
-
namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>) libavcodec2003-07-29, by michaelni
-
patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec2003-07-29, by michaelni
-
fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy) libavcodec2003-07-16, by michaelni
-
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) libavcodec2003-07-13, by michaelni
-
added the official VP3 IDCT (C implementation) as well as a grayscale libavcodec2003-07-10, by tmmm
-
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec2003-07-09, by michaelni
-
1) remove TBL support in PPC performance. It's much more useful to use the libavcodec2003-07-09, by michaelni
-
uniformization (now it uses the same trace functions as h264, defined in common.h) libavcodec2003-07-04, by al3x
-
PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2003-07-04, by michaelni
-
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss) libavcodec2003-07-02, by michaelni
-
PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2003-06-29, by michaelni
-
build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) libavcodec2003-06-29, by michaelni
-
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec2003-06-21, by michaelni
-
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes libavcodec2003-06-17, by michaelni
-
fixed segfault if sequence header has not been found before slice decoding libavcodec2003-06-16, by bellard
-
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga libavcodec2003-06-13, by nickols_k
-
reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate) libavcodec2003-06-09, by michaelni
-
FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) libavcodec2003-06-09, by michaelni
-
revising and fixing motion vectors, squished block unpacking bug that libavcodec2003-05-31, by tmmm
-
fix mpeg1/2 decoding if there are no 0 bytes after the bitstream libavcodec2003-05-30, by michaelni
-
set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodec2003-05-26, by michaelni
-
rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's libavcodec2003-05-26, by tmmm
-
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) libavcodec2003-05-21, by michaelni
-
CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-05-20, by michaelni
-
fix subtle logic problem in block unpacker that leads to incorrect token libavcodec2003-05-19, by tmmm
-
seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) libavcodec2003-05-16, by michaelni
-
moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) libavcodec2003-05-15, by michaelni
-
aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me libavcodec2003-05-14, by michaelni
-
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) libavcodec2003-05-14, by michaelni
-
decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi libavcodec2003-05-13, by michaelni
-
ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec2003-05-11, by michaelni
-
more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-05-07, by michaelni
-
fixed buffer allocation logic (hopefully) so that decoder does not crash libavcodec2003-05-07, by tmmm
-
Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>) libavcodec2003-05-05, by michaelni
-
making it nicer to the client who doesn't expect errors messages in stdout libavcodec2003-05-01, by romansh
-
10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodec2003-04-27, by michaelni
-
YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support libavcodec2003-04-20, by bellard
-
new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) libavcodec2003-04-20, by bellard
-
better? default thresholds, if this is worse for any files, then tell us ASAP libavcodec2003-04-18, by michaelni
-
Changes for SPARC/Solaris compatibility. Now it should be possible to libavcodec2003-04-15, by romansh
-
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) libavcodec2003-04-12, by michaelni
-
some checks to avoid segfaults if the decoder is feeded with junk libavcodec2003-04-11, by michaelni
-
#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec2003-04-10, by michaelni
-
fixing slice decoding, dunno why the regression tests didnt catch that ... libavcodec2003-04-10, by michaelni
-
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) libavcodec2003-04-06, by michaelni
-
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) libavcodec2003-04-04, by michaelni
-
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec2003-03-31, by michaelni
-
simplify slice encoding (variance of packet size is practically identical) libavcodec2003-03-30, by michaelni
-
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec2003-03-28, by michaelni
-
new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2003-03-21, by michaelni
-
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read libavcodec2003-03-20, by michaelni
-
clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2003-03-18, by michaelni
-
per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec2003-03-12, by michaelni
-
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodec2003-03-11, by michaelni
-
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec2003-03-07, by michaelni
-
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
-
Fix for source dir != build dir. Patch provided by Måns Rullgård. libavcodec2002-10-04, 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