| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | spelling cosmetics | Diego Biurrun | 2008-10-02 | 1 | -2/+2 |
* | Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-03 | 1 | -2/+2 |
* | bitstream: move put_sbits() from flacenc.c to bitstream.h and use it | Ramiro Polla | 2008-07-13 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -1/+3 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -18/+18 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -4/+4 |
* | indentation after last commit | Kostya Shishkov | 2007-10-21 | 1 | -9/+9 |
* | Make RV10/20 decoder work with new frame format | Kostya Shishkov | 2007-10-21 | 1 | -8/+19 |
* | use skip_bits where appropriate | Alex Beregszaszi | 2007-08-09 | 1 | -2/+2 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -7/+7 |
* | * Getting rid of the use of GCC language extensions | Roman Shaposhnik | 2007-07-08 | 1 | -24/+10 |
* | Check dimensions to avoid division by zero due to invalid new dimensions. | Reimar Döffinger | 2007-03-11 | 1 | -0/+2 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | seems only 3 bits are used for the number of resolutions, some rv30 files hav... | Michael Niedermayer | 2006-09-30 | 1 | -1/+1 |
* | ignore sub_id | Michael Niedermayer | 2006-09-30 | 1 | -0/+1 |
* | big endian fix | Michael Niedermayer | 2006-09-30 | 1 | -1/+1 |
* | support resolution switching, fixes rv20errors.rm | Michael Niedermayer | 2006-09-30 | 1 | -5/+21 |
* | simplify | Michael Niedermayer | 2006-09-29 | 1 | -4/+2 |
* | fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff... | Michael Niedermayer | 2006-09-29 | 1 | -0/+1 |
* | fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) | Michael Niedermayer | 2006-09-26 | 1 | -1/+1 |
* | fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000) | Michael Niedermayer | 2006-09-26 | 1 | -3/+4 |
* | Fix SIGSEGV in rv10-null-pointer-500k.rm. | Wolfgang Scherer | 2006-04-15 | 1 | -1/+1 |
* | fix "concealing 0 DC, 0 AC, 0 MV errors" bug | Michael Niedermayer | 2006-04-14 | 1 | -2/+2 |
* | cleanup picture / debug output code | Michael Niedermayer | 2006-03-10 | 1 | -7/+8 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -5/+5 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -10/+10 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -38/+38 |
* | error concealment fix | Michael Niedermayer | 2005-09-01 | 1 | -5/+13 |
* | PIX_FMT_NONE and related fixes | Michael Niedermayer | 2005-04-25 | 1 | -3/+3 |