| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-19 | 1 | -1/+3 |
|\ |
|
| * | rv10: Reject slices that does not have the same type as the first one | Laurent Aimar | 2011-09-19 | 1 | -0/+5 |
| * | rv10/20: tell decoder to use edge emulation | Kostya Shishkov | 2011-08-17 | 1 | -0/+1 |
* | | Reject slices that does not have the same type than the first one in RV10/RV2... | Laurent Aimar | 2011-09-18 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-09 | 1 | -57/+45 |
|\| |
|
| * | Saner RV1/2 initialisation and RV2 header parsing. | Kostya Shishkov | 2011-08-08 | 1 | -57/+45 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -18/+16 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -18/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -2/+2 |
|\| |
|
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+2 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -13/+13 |
| * | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -17/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -5/+5 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 1 | -1/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -13/+13 |
* | | rv10: set flags, Fixes Ticket90 | Michael Niedermayer | 2011-04-22 | 1 | -0/+2 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -5/+5 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
|/ |
|
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and | Reimar Döffinger | 2010-01-31 | 1 | -0/+1 |
* | Split H263 encoder and decoder from common code. | Michael Niedermayer | 2010-01-09 | 1 | -0/+1 |
* | Store original width/height so that rv20 does not get stuck with some | Michael Niedermayer | 2009-12-01 | 1 | -4/+4 |
* | Make rv1/2 decoder use the next slice if needed. | Michael Niedermayer | 2009-12-01 | 1 | -4/+16 |
* | Correct order of arguments for avcodec_check_dimensions(). | Michael Niedermayer | 2009-11-23 | 1 | -1/+1 |
* | Make sure avcodec_set_dimensions() is used when rv20 changes resolution. | Michael Niedermayer | 2009-11-23 | 1 | -2/+3 |
* | Split RV10 encoder off into its own file. | Diego Biurrun | 2009-08-03 | 1 | -46/+2 |
* | Split RV20 encoder into its own file. | Diego Biurrun | 2009-08-03 | 1 | -43/+2 |
* | Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. | Diego Biurrun | 2009-08-03 | 1 | -0/+23 |
* | Remove commented-out cruft. | Diego Biurrun | 2009-08-02 | 1 | -7/+0 |
* | Use dprintf() instead of '#ifdef DEBUG' and av_log(). | Diego Biurrun | 2009-07-28 | 1 | -18/+6 |
* | Remove disabled function get_num(). | Diego Biurrun | 2009-07-27 | 1 | -15/+0 |
* | indent | Michael Niedermayer | 2009-05-23 | 1 | -1/+1 |
* | Fix lowres with rv20. | Michael Niedermayer | 2009-05-23 | 1 | -2/+3 |
* | Get rid of INIT_VLC_USE_STATIC in rv10/rv20. | Michael Niedermayer | 2009-04-11 | 1 | -4/+4 |
* | Use INIT_VLC_USE_STATIC and not its value "1". | Carl Eugen Hoyos | 2009-04-11 | 1 | -2/+2 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Add and use ff_pixfmt_list_420. | Michael Niedermayer | 2009-02-24 | 1 | -0/+2 |
* | Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thanky... | Michael Niedermayer | 2009-02-03 | 1 | -0/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | Check extradata is large enough. | Laurent Aimar | 2008-12-15 | 1 | -0/+5 |