| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -5/+5 |
* | vc-1: Add platform-specific start code search routine to VC1DSPContext. | Ben Avison | 2014-08-04 | 1 | -0/+2 |
* | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -0/+1 |
* | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -1/+1 |
* | vc1: Always reset numref when parsing a new frame header. | Michael Niedermayer | 2014-01-20 | 1 | -2/+1 |
* | vc1: Enable the interlaced B-frame codepath. | Tim Walker | 2014-01-13 | 1 | -1/+0 |
* | vc1: Fix intensity compensation performance regression | Mason Carter | 2013-12-22 | 1 | -0/+4 |
* | vc1: Fix mb_height for field pictures | Michael Niedermayer | 2013-12-17 | 1 | -0/+2 |
* | vc1: move MpegEncContext.resync_marker into VC1Context. | Anton Khirnov | 2013-11-29 | 1 | -2/+2 |
* | vc1: Reset numref if fieldmode is not set | Kostya Shishkov | 2013-11-26 | 1 | -0/+2 |
* | vc1dec: Remove interlaced warning | Michael Niedermayer | 2013-05-28 | 1 | -3/+0 |
* | vc1dec: Redesign the intensity compensation | Michael Niedermayer | 2013-05-28 | 1 | -19/+68 |
* | vc1: Reindent INIT_LUT(), align backslashes | Martin Storsjö | 2013-05-15 | 1 | -18/+18 |
* | vc1: Make INIT_LUT() self contained | Michael Niedermayer | 2013-05-15 | 1 | -4/+4 |
* | vc1: Simplify code by using INIT_LUT() | Michael Niedermayer | 2013-05-15 | 1 | -16/+1 |
* | vc1: Move INIT_LUT() further up to allow using it in more places | Michael Niedermayer | 2013-05-15 | 1 | -19/+19 |
* | vc1dec: Do not allow field_mode to change after the first header | Michael Niedermayer | 2013-05-15 | 1 | -6/+11 |
* | vc1: implement frame interlaced b-frame header parsing | Hendrik Leppkes | 2013-05-14 | 1 | -3/+40 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | vc1: Use codec ID from AVCodecContext while parsing frame header | Mashiat Sarker Shakkhar | 2012-10-13 | 1 | -1/+1 |
* | Double motion vector range for HPEL interlaced picture in proper place | Mashiat Sarker Shakkhar | 2012-10-10 | 1 | -0/+5 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -2/+3 |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -2/+0 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -1/+6 |
* | vc1: Do not read from array if index is invalid. | Mashiat Sarker Shakkhar | 2012-03-26 | 1 | -1/+1 |
* | vc1: Move init code shared between decoder and parser to common code file. | Diego Biurrun | 2012-03-07 | 1 | -0/+362 |
* | vc1: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -4/+4 |
* | msmpeg4: Add ff_ prefixes to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | vc1: always read the bfraction element for interlaced fields | Hendrik Leppkes | 2012-01-26 | 1 | -14/+12 |
* | vc1: don't read the interpfrm and bfraction elements for interlaced frames | Hendrik Leppkes | 2012-01-23 | 1 | -7/+9 |
* | vc1: use an enum for Frame Coding Mode | Luca Barbato | 2011-11-28 | 1 | -8/+8 |
* | vc1: explicitly zero interlaced mode coding variables for progressive mode | Kostya Shishkov | 2011-10-13 | 1 | -2/+3 |
* | vc1: K&R reformatting cosmetics | Kostya Shishkov | 2011-10-10 | 1 | -318/+315 |
* | vc1dec: interlaced stream decoding support 3/3 | Mashiat Sarker Shakkhar | 2011-10-10 | 1 | -107/+291 |
* | VC1: Support dynamic dimension changes | Alberto Delmás | 2011-08-31 | 1 | -7/+10 |
* | vc1: fix VC-1 Pulldown handling. | John Stebbins | 2011-08-25 | 1 | -2/+9 |
* | Windows Media Image decoder (WMVP/WVP2) | Alberto Delmás | 2011-08-23 | 1 | -3/+0 |
* | VC-1: fix reading of custom PAR. | Reimar Döffinger | 2011-08-15 | 1 | -2/+2 |
* | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -2/+2 |
* | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler | 2011-07-02 | 1 | -1/+1 |
* | Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." | Ronald S. Bultje | 2011-05-04 | 1 | -27/+1 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -34/+34 |
* | Parse sprite data for WMVP and WVP2, and decode sprites for the latter | Alberto Delmás | 2011-04-10 | 1 | -3/+0 |
* | vc1: warn for unimplemented pan-scan feature. | Ronald S. Bultje | 2011-03-21 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | VC1: merge idct8x8, coeff adjustments and put_pixels. | Ronald S. Bultje | 2011-02-21 | 1 | -1/+27 |
* | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-17 | 1 | -8/+8 |