]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1.c
Drop redundant assignment and variable
[ffmpeg] / libavcodec / vc1.c
2007-07-06 Kostya ShishkovDrop redundant assignment and variable
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-28 Kostya Shishkovthis prediction direction adjustment is wrong
2007-06-12 Kostya ShishkovTypo
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-10 Aurelien Jacobsthose tables don't need to be extern
2007-05-10 Aurelien Jacobsuse header instead of copying table declarations
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-05-09 Kostya ShishkovAdd ff_ prefix to (externally) visible variables
2007-05-09 Kostya ShishkovUse correct dequantizer value
2007-05-06 Kostya ShishkovAdd prefix to some variables for consistency
2007-05-06 Kostya ShishkovMove variables to vc1data.h
2007-05-04 Kostya ShishkovMove some declarations into header
2007-05-04 Diego BiurrunMove VC1 parser to its own file.
2007-04-21 Diego BiurrunRemove unused variable.
2007-04-18 Kostya ShishkovPullback should be performed on scaled motion vectors...
2007-04-10 Kostya ShishkovSet C predictor to zero if unavailable (should fix...
2007-04-04 Kostya Shishkovvc1_split should be static
2007-03-27 Kostya ShishkovFASTTX==0 means additional 16 bits in extradata
2007-03-27 Kostya ShishkovOne more FASTTX-related hack
2007-03-25 Kostya Shishkov1000l to myself - get correct quantization for blocks...
2007-03-18 Kostya ShishkovZero MV vectors for P frame intra blocks
2007-03-18 Kostya Shishkovindentation
2007-03-18 Kostya ShishkovProper handling of motion vectors for adv. profile
2007-02-28 Kostya ShishkovLooks like I'll work on it this year too
2007-02-28 Kostya ShishkovWMV3 Complex Profile initial support
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-13 Kostya ShishkovIntensity compensation for B-frames in AP was missing
2007-02-06 Kostya ShishkovProgressive frames disguised as interlaced are supported
2007-02-06 Kostya ShishkovB-frames could not be determined from broken_link/close...
2007-02-06 Kostya ShishkovWrong flag tested
2007-02-05 Kostya ShishkovSet codec dimensions in extradata parsing
2007-02-04 Kostya ShishkovSave frame header info in context variables
2007-02-04 Kostya ShishkovSet frame rate from extradata
2007-02-03 Kostya ShishkovThese messages are just for debug purposes
2007-02-03 Kostya ShishkovSet codec dimensions if provided by extradata
2007-02-03 Kostya ShishkovVC-1 parser
2007-02-02 Kostya Shishkov0x00000103 is not an escape marker
2007-02-02 Kostya ShishkovGeneral approach to parsing chunks in VC-1 AP
2007-02-01 Kostya ShishkovCheck for out-of-bounds access
2007-01-29 Kostya ShishkovFix BI-frames decoding for Adv. profile
2007-01-27 Kostya ShishkovSet aspect ratio if present (for AP only)
2007-01-24 Kostya ShishkovAdd debug messages for AP headers
2007-01-24 Kostya ShishkovOff-by-one error fix
2007-01-24 Kostya ShishkovFail on VC-1 interlaced streams
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-17 Reimar DöffingerCheck mb_pos is big enough before trying to access...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-02 Kostya Shishkov10e6l FastUVMC was done right but in the wrong place
2006-12-01 Kostya Shishkov100l FastUVMC rounding was incorrect.
2006-11-26 Kostya ShishkovCorrect rounding values in overlap filtering
2006-11-26 Kostya ShishkovB-frames support for adv. profile
2006-11-26 Kostya Shishkov100l: Initialize dc_scale with current quantizer for...
2006-11-26 Kostya ShishkovUse halfpq in coefficient scaling
2006-11-17 Kostya ShishkovOverlap filtering was done in reverse order
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-03 Diego BiurrunRemove unused variables and the corresponding warnings...
2006-09-27 Måns Rullgårddc_val should be signed
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-21 Kostya ShishkovFinally enable B-frame decoding as all known samples...
2006-09-21 Kostya ShishkovFor B-frames if the second reference frame signals...
2006-09-21 Kostya ShishkovReorder MV order in B-frames so no swapping in vc1_b_mc...
2006-09-12 Kostya ShishkovSwap back and forward motion vectors to achieve correct...
2006-09-12 Kostya ShishkovSet motion vectors used in B-frames to zero by default
2006-09-12 Kostya ShishkovUse h264_chroma funcs in B-frames MC too
2006-09-12 Kostya ShishkovFix edge emulation for bicubic MC in B frames
2006-09-12 Kostya Shishkov2989l: Set avctx->has_b_frames value in header and...
2006-09-10 Kostya ShishkovDisable B-frames decoding until they produce correct...
2006-09-09 Kostya ShishkovDrop unneeded checks before av_free() and change to...
2006-09-09 Kostya ShishkovSupport for BI-frames in Advanced Profile
2006-09-09 Kostya ShishkovDon't print header bits by default
2006-09-09 Kostya Shishkov[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from...
2006-09-09 Kostya Shishkov[Cosmetics] Remove some done TODOs/FIXMEs from comments
2006-09-09 Kostya ShishkovProper support for B/BI frames
2006-09-04 Kostya ShishkovVC-1 Advanced Profile support (progressive only, tested...
2006-09-02 Kostya ShishkovReplace usage of put_*_vc1_qpel_pixels_tab with put_...
2006-08-31 Kostya ShishkovNew qpel MC functions conforming to VC-1 standard.
2006-08-31 Kostya ShishkovSpelling
2006-08-31 Kostya ShishkovMotion compensation for luma always use halfpel precision.
2006-08-11 Kostya ShishkovDisable B-frames decoding until I return and finish...
2006-08-06 Kostya ShishkovCorrect MC for B-frames and some improvements (not...
2006-08-06 Kostya ShishkovBicubic interpolation requires two additional pixels...
2006-08-04 Kostya Shishkov100l: intensity compensation must be also done in 4...
2006-08-03 Kostya ShishkovDon't try to decode P-frames from old WMV3 variant...
2006-07-30 Kostya ShishkovUse bicubic MC (should also remove those ringing artifa...
2006-07-30 Kostya ShishkovUse functions from DSPContext in vc1.c
2006-07-29 Kostya ShishkovSet MpegEncContext->mspel flag (here it indicates that...
2006-07-29 Kostya ShishkovSupport range reduced frames
2006-07-29 Kostya ShishkovSupport grayscale decoding.
2006-07-28 Kostya ShishkovAdd rounding for overlap filters
2006-07-24 Kostya ShishkovSome B-frames support (parsing and decoding only, no...
2006-07-24 Kostya ShishkovSome fixes for decode_p_mb()
2006-07-23 Diego BiurrunRemove obsolete and misleading warning.
2006-07-23 Kostya ShishkovCorrect edge MC for chroma
2006-07-22 Kostya ShishkovReplace code for clipping MV vectors (which is wrong...
2006-07-22 Kostya ShishkovDon't do non-uniform quantization on zero coeffs.
2006-07-21 Kostya Shishkov1000l: scale DC predictors instead of predicted value.
2006-07-21 Kostya ShishkovSet DC = 0 for skipped MB as it interferes DC prediction
2006-07-21 Kostya ShishkovSet correctly quantizer and transform mode when parsing...
next