Age | Commit message (Expand) | Author |
2011-06-08 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-06-07 | vc1: re-initialize tables after width/height change. | John Stebbins |
2011-05-05 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-05-04 | vc1: make overlap filter for I-frames bit-exact. | Ronald S. Bultje |
2011-05-04 | vc1dec: use s->start/end_mb_y instead of passing them as function args. | Ronald S. Bultje |
2011-05-04 | Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." | Ronald S. Bultje |
2011-05-02 | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-04-27 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-26 | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov |
2011-04-17 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-17 | vc1: fix fate-vc1 after previous commit. | Ronald S. Bultje |
2011-04-16 | wmv3dec: fix playback of complex WMV3 files using simple_idct. | Ronald S. Bultje |
2011-04-11 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-10 | Parse sprite data for WMVP and WVP2, and decode sprites for the latter | Alberto Delmás |
2011-04-04 | Communicate pulldown flags to clients to fix VC-1 playback with pulldown content | Alexandre Colucci |
2011-04-03 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-02 | lavc: mark hurry_up for removal on next major bump | Anton Khirnov |
2011-03-23 | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer |
2011-03-21 | vc1: make P-frame deblock filter bit-exact. | Ronald S. Bultje |
2011-03-21 | vc1: slice support. | Ronald S. Bultje |
2011-03-21 | vc1: fix up memleaks in the error codepath. | Ronald S. Bultje |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-12 | VC1: Export profile/level | Hendrik Leppkes |
2011-03-02 | vc1: fix decoding when end sequence is present | Baptiste Coudurier |
2011-02-21 | VC1: merge idct8x8, coeff adjustments and put_pixels. | Ronald S. Bultje |
2011-02-21 | VC1: inline vc1_put_block() in vc1_decode_i_blocks(). | Ronald S. Bultje |
2011-02-20 | VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv(). | Ronald S. Bultje |
2011-02-19 | Fix invalid reads in VC1 decoder | Reimar Döffinger |
2011-02-17 | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje |
2011-02-17 | VC1: simplify a calculation in a loop. | Ronald S. Bultje |
2011-02-17 | VC1: transpose IDCT 8x8 coeffs while reading. | Ronald S. Bultje |
2011-01-28 | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-09-26 | Make WMV3 decoder attempt to decode WMVP as well | Kostya Shishkov |
2010-07-11 | vc1: Fix ordering of loop filter for I/B frames | David Conrad |
2010-07-11 | vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active | David Conrad |
2010-07-10 | Make WMV3 decoder print more errors when decoding beta WMV9 files. | Kostya Shishkov |
2010-06-27 | Change type of zz_table to uint8_t to match the scantables it points to. | Reimar Döffinger |
2010-05-29 | 321l: do not use shifted s->linesize instead of correct s->uvlinesize. | Kostya Shishkov |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-02-24 | ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls | Kostya Shishkov |
2010-02-21 | VC1: fix missing include h263.h | Måns Rullgård |
2010-01-08 | Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. | Michael Niedermayer |
2009-10-11 | Warn when WVC1 cannot be decoded | Kostya Shishkov |
2009-10-06 | Since some junk may be or may be not present before actual VC-1 extradata, | Andrew Dennison |
2009-09-24 | Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static | Reimar Döffinger |
2009-09-06 | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger |
2009-07-29 | Only enable WMV3 decoder when it has been turned on in the build system. | Diego Biurrun |