]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1dec.c
lavc: add a wrapper for AVCodecContext.get_buffer().
[ffmpeg] / libavcodec / vc1dec.c
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-10 Mashiat Sarker Sha... Double motion vector range for HPEL interlaced picture...
2012-10-10 Mashiat Sarker Sha... vc1dec: Set opposite to the correct value for 1REF...
2012-10-10 Mashiat Sarker Sha... vc1dec: Invoke edge emulation regardless of MV precisio...
2012-10-10 Mashiat Sarker Sha... vc1dec: Set chroma reference field from REFFIELD for...
2012-10-10 Mashiat Sarker Sha... vc1dec: Use correct spelling of "opposite"
2012-10-09 Janne Grunauvc1dec: prevent memory leak in error path
2012-10-09 Janne Grunauvc1dec: prevent memory leak on av_realloc error
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-09-28 Kostya Shishkovvc1dec: add flush function for WMV9 and VC-1 decoders
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-28 Kostya Shishkovvc1: export some functions
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-03 Mashiat Sarker Sha... vc1dec: Remove separate scaling function for interlaced...
2012-08-03 Mashiat Sarker Sha... vc1dec: Invoke edge_emulation regardless of MV precision
2012-08-02 Mans Rullgardvc1dec: remove useless #include simple_idct.h
2012-07-28 Michael Niedermayervc1dec: Override invalid macroblock quantizer
2012-07-28 Michael Niedermayervc1: avoid reading beyond the last line in vc1_draw_spr...
2012-07-28 Michael Niedermayervc1dec: check that coded slice positions and interlacin...
2012-07-28 Michael Niedermayervc1dec: Do not ignore ff_vc1_parse_frame_header_adv...
2012-07-15 Mashiat Sarker Sha... vc1dec: Do not use random pred_flag if motion vector...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-27 Mashiat Sarker Sha... vc1: Do not read from array if index is invalid.
2012-03-07 Diego Biurrunvc1: Move init code shared between decoder and parser...
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-02-18 Ronald S. Bultjevc1parse: call vc1_init_common().
2012-02-16 Ronald S. Bultjevc1: prevent using last_frame as a reference for I...
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjövc1: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjömsmpeg4: Add ff_ prefixes to nonstatic symbols
2012-02-01 Janne Grunauvc1: prevent null pointer dereference on broken files
2012-01-27 Mashiat Sarker Sha... vc1dec.c: Don't use uninitialized values of dmv_[x, y]
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-04 John Brooksvc1dec: fix invalid memory access for small video dimen...
2011-12-20 Martin Storsjövc1dec: Use the right pointer type for the tmp pointer
2011-12-19 Aneesh Dogravc1: Handle WVC1 interlaced stream
2011-12-14 Andrey Utkinmpegvideo: remove abort() in ff_find_unused_picture()
2011-12-13 Luca Barbatovc1: mark with ER_MB_ERROR bits overconsumption
2011-12-13 Luca Barbatolavc: introduce ER_MB_END and ER_MB_ERROR
2011-12-13 Luca Barbatoerror_resilience: use the ER_ namespace
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-11-27 Luca Barbatovc1: use an enum for Frame Coding Mode
2011-11-27 Kostya Shishkovvc1: select interlaced scan table by FCM element
2011-11-09 shahriman AMSVC1: Add bottom field offset to block_index[] to avoid...
2011-11-09 shahriman AMSvc1dec: move an if() block.
2011-11-09 shahriman AMSvc1dec: use correct hybrid prediction threshold.
2011-11-09 shahriman AMSvc1dec: Partial rewrite of vc1_pred_mv()
2011-11-09 shahriman AMSvc1dec: take ME precision into account while scaling...
2011-10-22 Mashiat Sarker Sha... VC1: restore mistakenly removed code
2011-10-19 Mashiat Sarker Sha... Use correct scaling table for bwd-pred MVs in second...
2011-10-12 Kostya Shishkovvc1: more prettyprinting cosmetics
2011-10-10 Mashiat Sarker Sha... vc1dec: interlaced stream decoding support 3/3
2011-08-31 Alberto DelmásVC1: Support dynamic dimension changes
2011-08-25 John Stebbinsvc1: fix VC-1 Pulldown handling.
2011-08-25 Alberto DelmásVC1: Fix first/last row checks with slices
2011-08-25 Ronald S. Bultjevc1: properly zero coded_block[] edges on new slice...
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-04 Diego BiurrunRemove unused static tables and static inline functions.
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-06-07 John Stebbinsvc1: re-initialize tables after width/height change.
2011-05-04 Ronald S. Bultjevc1: make overlap filter for I-frames bit-exact.
2011-05-04 Ronald S. Bultjevc1dec: use s->start/end_mb_y instead of passing them...
2011-05-04 Ronald S. BultjeRevert "VC1: merge idct8x8, coeff adjustments and put_p...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-17 Ronald S. Bultjevc1: fix fate-vc1 after previous commit.
2011-04-16 Ronald S. Bultjewmv3dec: fix playback of complex WMV3 files using simpl...
2011-04-10 Alberto DelmásParse sprite data for WMVP and WVP2, and decode sprites...
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-03-22 Ronald S. Bultjevc1: make P-frame deblock filter bit-exact.
2011-03-21 Ronald S. Bultjevc1: slice support.
2011-03-21 Ronald S. Bultjevc1: fix up memleaks in the error codepath.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-12 Hendrik LeppkesVC1: Export profile/level
2011-03-02 Baptiste Couduriervc1: fix decoding when end sequence is present
2011-02-21 Ronald S. BultjeVC1: merge idct8x8, coeff adjustments and put_pixels.
2011-02-21 Ronald S. BultjeVC1: inline vc1_put_block() in vc1_decode_i_blocks().
2011-02-20 Ronald S. BultjeVC1: don't use vc1_put_block() in vc1_decode_i_blocks_a...
2011-02-19 Reimar DöffingerFix invalid reads in VC1 decoder
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-17 Ronald S. BultjeVC1: simplify a calculation in a loop.
2011-02-17 Ronald S. BultjeVC1: transpose IDCT 8x8 coeffs while reading.
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-26 Kostya ShishkovMake WMV3 decoder attempt to decode WMVP as well
2010-07-11 David Conradvc1: Fix ordering of loop filter for I/B frames
2010-07-11 David Conradvc1: ff_draw_horiz_band needs a one row delay when...
2010-07-10 Kostya ShishkovMake WMV3 decoder print more errors when decoding beta...
2010-06-27 Reimar DöffingerChange type of zz_table to uint8_t to match the scantab...
2010-05-29 Kostya Shishkov321l: do not use shifted s->linesize instead of correct...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-24 Kostya Shishkovff_msmpeg4_decode_init() calls ff_h263_decode_init...
2010-02-21 Måns RullgårdVC1: fix missing include h263.h
2010-01-08 Michael NiedermayerMove AVCodecs from h263dec.c to msmpeg4.c and disentang...
2009-10-11 Kostya ShishkovWarn when WVC1 cannot be decoded
next