128 Commits (8ef4e65e94caad90b2d63ff421c8a8155045cb15)

Author SHA1 Message Date
  Reimar Döffinger 688621d76b Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and 15 years ago
  Michael Niedermayer fc53b6afee Split H263 encoder and decoder from common code. 15 years ago
  Michael Niedermayer 94f28061f5 Store original width/height so that rv20 does not get stuck with some 15 years ago
  Michael Niedermayer e7e578b73c Make rv1/2 decoder use the next slice if needed. 15 years ago
  Michael Niedermayer e026902a62 Correct order of arguments for avcodec_check_dimensions(). 15 years ago
  Michael Niedermayer 4687f908c6 Make sure avcodec_set_dimensions() is used when rv20 changes resolution. 15 years ago
  Diego Biurrun d8c2f8f71f Split RV10 encoder off into its own file. 16 years ago
  Diego Biurrun b6767d6d9b Split RV20 encoder into its own file. 16 years ago
  Diego Biurrun f7e1353523 Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. 16 years ago
  Diego Biurrun e4d65ba590 Remove commented-out cruft. 16 years ago
  Diego Biurrun ff736f84e2 Use dprintf() instead of '#ifdef DEBUG' and av_log(). 16 years ago
  Diego Biurrun ce6636b1c1 Remove disabled function get_num(). 16 years ago
  Michael Niedermayer 77bc343a40 indent 16 years ago
  Michael Niedermayer 216fb60dff Fix lowres with rv20. 16 years ago
  Michael Niedermayer 76ac719888 Get rid of INIT_VLC_USE_STATIC in rv10/rv20. 16 years ago
  Carl Eugen Hoyos e161e007be Use INIT_VLC_USE_STATIC and not its value "1". 16 years ago
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
  Michael Niedermayer 09a9b45e4f Add and use ff_pixfmt_list_420. 16 years ago
  Michael Niedermayer 152714e1f1 Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809 16 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
  Laurent Aimar ac52613c16 Check extradata is large enough. 16 years ago
  Diego Biurrun 910f02a054 spelling cosmetics 16 years ago
  Diego Biurrun f544a5fc84 Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific 16 years ago
  Ramiro Polla 6647ab80e3 bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 17 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
  Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
  Michael Niedermayer 16db358520 const 17 years ago
  Kostya Shishkov 63e6c1766c indentation after last commit 17 years ago
  Kostya Shishkov dd55d4a315 Make RV10/20 decoder work with new frame format 17 years ago
  Alex Beregszaszi 7ae7300ee3 use skip_bits where appropriate 18 years ago
  Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 18 years ago
  Roman Shaposhnik c21f308e77 * Getting rid of the use of GCC language extensions 18 years ago
  Reimar Döffinger 284ad8a4f0 Check dimensions to avoid division by zero due to invalid new dimensions. 18 years ago
  Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Michael Niedermayer 0d415b2dd7 seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata 18 years ago
  Michael Niedermayer f457965c20 ignore sub_id 18 years ago
  Michael Niedermayer fb3d155c31 big endian fix 18 years ago
  Michael Niedermayer 113533a582 support resolution switching, fixes rv20errors.rm 18 years ago
  Michael Niedermayer 78a5ec27aa simplify 18 years ago
  Michael Niedermayer 6d3124961b fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) 18 years ago
  Michael Niedermayer c38a29a448 fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) 18 years ago
  Michael Niedermayer e2887363e1 fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000) 18 years ago
  Wolfgang Scherer 60dfd14778 Fix SIGSEGV in rv10-null-pointer-500k.rm. 19 years ago
  Michael Niedermayer 37921ffde8 fix "concealing 0 DC, 0 AC, 0 MV errors" bug 19 years ago
  Michael Niedermayer 5430b070a8 cleanup picture / debug output code 19 years ago