summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add include to fix implicit declaration of ff_mpeg4_init_direct_mv andReimar Döffinger2010-01-31
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09
* Store original width/height so that rv20 does not get stuck with someMichael Niedermayer2009-12-01
* Make rv1/2 decoder use the next slice if needed.Michael Niedermayer2009-12-01
* Correct order of arguments for avcodec_check_dimensions().Michael Niedermayer2009-11-23
* Make sure avcodec_set_dimensions() is used when rv20 changes resolution.Michael Niedermayer2009-11-23
* Split RV10 encoder off into its own file.Diego Biurrun2009-08-03
* Split RV20 encoder into its own file.Diego Biurrun2009-08-03
* Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun2009-08-03
* Remove commented-out cruft.Diego Biurrun2009-08-02
* Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun2009-07-28
* Remove disabled function get_num().Diego Biurrun2009-07-27
* indentMichael Niedermayer2009-05-23
* Fix lowres with rv20.Michael Niedermayer2009-05-23
* Get rid of INIT_VLC_USE_STATIC in rv10/rv20.Michael Niedermayer2009-04-11
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thanky...Michael Niedermayer2009-02-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Check extradata is large enough.Laurent Aimar2008-12-15
* spelling cosmeticsDiego Biurrun2008-10-02
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* constMichael Niedermayer2008-02-01
* indentation after last commitKostya Shishkov2007-10-21
* Make RV10/20 decoder work with new frame formatKostya Shishkov2007-10-21
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
* Check dimensions to avoid division by zero due to invalid new dimensions.Reimar Döffinger2007-03-11
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* seems only 3 bits are used for the number of resolutions, some rv30 files hav...Michael Niedermayer2006-09-30
* ignore sub_idMichael Niedermayer2006-09-30
* big endian fixMichael Niedermayer2006-09-30
* support resolution switching, fixes rv20errors.rmMichael Niedermayer2006-09-30
* simplifyMichael Niedermayer2006-09-29
* fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff...Michael Niedermayer2006-09-29
* fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)Michael Niedermayer2006-09-26
* fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)Michael Niedermayer2006-09-26
* Fix SIGSEGV in rv10-null-pointer-500k.rm.Wolfgang Scherer2006-04-15