]> git.sesse.net Git - ffmpeg/history - libavcodec
Minor warning fix.
[ffmpeg] / libavcodec /
2002-08-09 Michael Niedermayerfaster vlc table selection
2002-08-06 Michael Niedermayermpeg4 mpeg quantizer encoding
2002-08-05 Michael Niedermayer4mv + bframe decoding bugfix
2002-08-05 Michael Niedermayerfixing level overflow check for qp=1
2002-08-04 Michael Niedermayerhopefully fixing unreprodceable segfault when overreadi...
2002-08-04 Michael Niedermayerfixing slices which start at mb_x>0
2002-08-04 Michael Niedermayersupporting rare overflow mess even with error_resilience>=0
2002-08-04 Michael Niedermayermaking some error checks optional
2002-08-04 Michael Niedermayerlast_picture should be never == NULL (it was with dr1...
2002-08-02 Michael Niedermayerfixing mpeg4 mpeg quantizers
2002-08-02 Michael Niedermayerfixing normal mmx idct
2002-08-01 Michael Niedermayer10l found by Rémi Guyomarch <rguyom at pobox dot com>
2002-08-01 Michael Niedermayermax_b_frame=4 bugfix
2002-07-31 Michael Niedermayerb frame direct mode bugfix (bug found by CM <chenm001...
2002-07-29 Falk HüffnerMVI optimizations for motion estimation.
2002-07-27 Michael Niedermayerdump bits per frame / qp / frame complexity support
2002-07-27 Leon van Stuivenberghandle DRI/RST markers patch by Leon van Stuivenberg...
2002-07-27 Philip GladstoneAdd conversions to and from RGBA32 and BGRA32.
2002-07-25 Michael Niedermayerdifferent edge positions fixed with edge emu / dr1
2002-07-25 Fabrice Bellardadded proposed API for parse_only mode to extract compr...
2002-07-23 Bohdan Horstthis include isn;t longer need and now generate a lot...
2002-07-22 Alex Beregszaszimoved codebooks to svq1_cb.h
2002-07-22 Michael Niedermayerfixing bitrate vs. kbitrate in header
2002-07-22 François Revoladpcm encoding patch by François Revol <revol at free...
2002-07-21 François RevolYUV410P to YUV420P patch by François Revol <revol at...
2002-07-21 Michael Niedermayerminor optimizations
2002-07-21 Michael Niedermayerpix_abs mmx2 isnt bit-exact ...
2002-07-20 François Revolbeos/mov/adpcm patch by François Revol <revol at free...
2002-07-19 Michael NiedermayerBeOS patches by "shatty" <shatty at myrealbox.com>
2002-07-18 Roy Sigurd Karlsbakklargefile support patch by Roy Sigurd Karlsbakk <roy...
2002-07-17 Michael Niedermayeruse edge emu for encoding of width or height %16!=0...
2002-07-17 Michael Niedermayerfixing NULL reference frame with dr1
2002-07-17 Michael Niedermayerhmm ABS(dc-diff) > 512 fix
2002-07-17 Michael Niedermayerlarger edge emu buffer (might have been too small)
2002-07-17 Michael Niedermayerfixing gmc with emu edges
2002-07-17 Michael Niedermayerinterlaced mpeg2 fix ... replacing linesize>>1 by uvlin...
2002-07-17 Michael Niedermayerlow_delay / has_b_frames fix
2002-07-17 Michael Niedermayerfixes fire.avi & subtitles.avi
2002-07-16 Michael Niedermayerexporting mbskip_table after it has been allocated
2002-07-16 Michael Niedermayerhurry up support
2002-07-16 Michael Niedermayergrayscale only decoding
2002-07-16 Michael Niedermayerdr1
2002-07-16 Michael Niedermayerdr1
2002-07-15 Michael Niedermayerdirect rendering for SVQ1
2002-07-15 Michael Niedermayeruvlinesize
2002-07-15 Nick Kurshev1001L
2002-07-15 Michael Niedermayer4mv & qpel edge emu
2002-07-14 Michael Niedermayerdirect rendering method 1 support
2002-07-14 Michael Niedermayerrl vlc table optimization (not yet used)
2002-07-14 Michael Niedermayerfaster get_bit_cache
2002-07-13 Falk HüffnerForce inlining on get_vlc2.
2002-07-13 Michael Niedermayerrl decoding optimization
2002-07-13 Falk HüffnerRemove support for variable BSIZE and INCR, as sub_pixe...
2002-07-13 Michael Niedermayerget_vlc -> get_vlc2
2002-07-13 Falk Hüffner* Improve xy2 routines slightly
2002-07-13 Michael Niedermayeroptimization (get_vlc() -> get_vlc2())
2002-07-13 Michael Niedermayeroptimization (get_vlc -> get_vlc2)
2002-07-13 Michael Niedermayerreturn buf_size again, i hope kabi is finally happy...
2002-07-13 Michael Niedermayerrl vlc decoding optimizations
2002-07-12 Falk HüffnerWarning fix.
2002-07-11 Arpidon't exit decoder after decoding first field -> fixes...
2002-07-11 Falk HüffnerTweak Alpha compiler flags.
2002-07-11 Nick Kurshev10L
2002-07-11 Nick KurshevAdd Arpi to list of porters.
2002-07-11 Nick KurshevChange licence to LGPL since there are no objections...
2002-07-11 Michael Niedermayerdont trash table in GET_VLC
2002-07-10 Falk HüffnerRemove some cruft.
2002-07-10 Marko Kreenadding ff prefix to avoid global name conficts with...
2002-07-10 Michael Niedermayerreturning the number of consumed bytes (2nd try)
2002-07-10 Michael Niedermayerget_vlc() optimizations
2002-07-10 Nick KurshevApplied patch of Felix Buenemann
2002-07-10 Michael Niedermayerget_vlc() optimization
2002-07-10 Nick Kurshev* prefixication (due Kabi's request)
2002-07-10 Zdenek Kabelac* clean compiler warning
2002-07-10 Michael Niedermayerreturn the number of consumed bytes instead of 0 or...
2002-07-09 Michael Niedermayerc std doesnt like negative shifts -> use asm
2002-07-09 Zdenek Kabelac* declare av_free
2002-07-09 Felix Bünemannwarning fix patch by atmos
2002-07-09 Michael Niedermayergcc3 bug workaround
2002-07-09 Nick Kurshevnew codec: Sorenson v1
2002-07-09 Michael Niedermayernew bitstream reader API (old get_bits() based one...
2002-07-07 Michael Niedermayerwmv1 slice_height != mb_height support
2002-07-05 Falk HüffnerImplement clear_blocks_axp.
2002-07-04 Falk Hüffner* Move "restrict" fallback to common.h
2002-07-04 Falk Hüffner* Detect "retrict" keyword
2002-07-03 Falk HüffnerMake dct_unquantize_h263 work on systems without MVI...
2002-07-03 Falk HüffnerUpdate and activate dct_unquantize_h263_mvi. Thanks...
2002-07-03 Falk HüffnerUse updated motion compensation routines.
2002-07-02 Falk HüffnerActivate ALT_BITSTREAM_READER by default on Alpha,...
2002-07-01 Falk HüffnerAssembly version of put_pixels. This is currently the...
2002-07-01 Falk HüffnerAdd profiling support.
2002-07-01 Falk HüffnerImplement put_pixels_clamped and add_pixels_clamped...
2002-06-27 Zdenek Kabelac* turned into debug message - it's annoying when watchi...
2002-06-25 Michael Niedermayerinit dc_scale tables to defaults (fixes mjpeg sig11)
2002-06-24 Falk HüffnerUgly hack to make the assembler accept MVI instructions.
2002-06-24 Falk Hüffner* Fixed constraints
2002-06-24 Falk HüffnerReintroduce lost idctSparseCol for Alpha. Sorry for...
2002-06-24 Michael Niedermayer4mv bugfix
2002-06-22 Michael Niedermayerfixing wmv1 bugs, it was foolish to belive that m$...
2002-06-18 Michael Niedermayerwmv1 support
next