2012-12-20 |
Diego Biurrun | miscellaneous typo fixes |
blob | commitdiff | raw |
2012-12-04 |
Anton Khirnov | lavc: fix decode_frame() third parameter semantics... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Anton Khirnov | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix... |
blob | commitdiff | raw | diff to current |
2012-10-01 |
Diego Biurrun | avcodec: Drop some silly commented-out av_log() invocations |
blob | commitdiff | raw | diff to current |
2012-08-07 |
Anton Khirnov | Replace all CODEC_ID_* with AV_CODEC_ID_* |
blob | commitdiff | raw | diff to current |
2012-04-21 |
Mans Rullgard | Remove lowres video decoding |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Martin Storsjö | cosmetics: Align codec declarations |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Anton Khirnov | lavc: deprecate AVCodecContext.sub_id. |
blob | commitdiff | raw | diff to current |
2012-03-02 |
Alex Converse | rv10/20: Fix slice overflow with checked bitstream... |
blob | commitdiff | raw | diff to current |
2012-03-02 |
Alex Converse | rv10/20: Fix a buffer overread caused by losing track... |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Diego Biurrun | Replace AVFrame pointer type punning by proper struct... |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Martin Storsjö | mpegvideo: Add ff_ prefix to nonstatic functions |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Martin Storsjö | rv: Add ff_ prefix to nonstatic symbols |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Martin Storsjö | h263: Add ff_ prefix to nonstatic symbols |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Janne Grunau | rv20: prevent calling ff_h263_decode_mba() with unset... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Janne Grunau | rv10: verify slice offsets against buffer size |
blob | commitdiff | raw | diff to current |
2011-12-13 |
Luca Barbato | lavc: introduce ER_MB_END and ER_MB_ERROR |
blob | commitdiff | raw | diff to current |
2011-12-13 |
Luca Barbato | error_resilience: use the ER_ namespace |
blob | commitdiff | raw | diff to current |
2011-09-19 |
Laurent Aimar | rv10: Reject slices that does not have the same type... |
blob | commitdiff | raw | diff to current |
2011-08-17 |
Kostya Shishkov | rv10/20: tell decoder to use edge emulation |
blob | commitdiff | raw | diff to current |
2011-08-09 |
Kostya Shishkov | Saner RV1/2 initialisation and RV2 header parsing. |
blob | commitdiff | raw | diff to current |
2011-07-29 |
Anton Khirnov | lavc: use designated initialisers for all codecs. |
blob | commitdiff | raw | diff to current |
2011-06-02 |
Mans Rullgard | Remove unused variables |
blob | commitdiff | raw | diff to current |
2011-05-02 |
Stefano Sabatini | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TY... |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Diego Biurrun | Remove some disabled printf debug cruft. |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Reinhard Tartler | Merge libavcore into libavutil |
blob | commitdiff | raw | diff to current |
2011-01-29 |
Luca Barbato | Replace dprintf with av_dlog |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | raw | diff to current |
2010-09-07 |
Stefano Sabatini | Use new imgutils.h API names, fix deprecation warnings. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Stefano Sabatini | Remove use of the deprecated function avcodec_check_dim... |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Carl Eugen Hoyos | Add new decoder property max_lowres and do not init... |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Diego Biurrun | Remove explicit filename from Doxygen @file commands. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2010-01-31 |
Reimar Döffinger | Add include to fix implicit declaration of ff_mpeg4_ini... |
blob | commitdiff | raw | diff to current |
2010-01-09 |
Michael Niedermayer | Split H263 encoder and decoder from common code. |
blob | commitdiff | raw | diff to current |
2009-12-01 |
Michael Niedermayer | Store original width/height so that rv20 does not get... |
blob | commitdiff | raw | diff to current |
2009-12-01 |
Michael Niedermayer | Make rv1/2 decoder use the next slice if needed. |
blob | commitdiff | raw | diff to current |
2009-11-23 |
Michael Niedermayer | Correct order of arguments for avcodec_check_dimensions(). |
blob | commitdiff | raw | diff to current |
2009-11-23 |
Michael Niedermayer | Make sure avcodec_set_dimensions() is used when rv20... |
blob | commitdiff | raw | diff to current |
2009-08-03 |
Diego Biurrun | Split RV10 encoder off into its own file. |
blob | commitdiff | raw | diff to current |
2009-08-03 |
Diego Biurrun | Split RV20 encoder into its own file. |
blob | commitdiff | raw | diff to current |
2009-08-03 |
Diego Biurrun | Move AVCodec declarations for RV10/20 from mpegvideo_en... |
blob | commitdiff | raw | diff to current |
2009-08-02 |
Diego Biurrun | Remove commented-out cruft. |
blob | commitdiff | raw | diff to current |
2009-07-28 |
Diego Biurrun | Use dprintf() instead of '#ifdef DEBUG' and av_log(). |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Diego Biurrun | Remove disabled function get_num(). |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Michael Niedermayer | indent |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Michael Niedermayer | Fix lowres with rv20. |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Michael Niedermayer | Get rid of INIT_VLC_USE_STATIC in rv10/rv20. |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Carl Eugen Hoyos | Use INIT_VLC_USE_STATIC and not its value "1". |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
blob | commitdiff | raw | diff to current |
2009-02-24 |
Michael Niedermayer | Add and use ff_pixfmt_list_420. |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Michael Niedermayer | Fix unknown header 10001000 / http://samples.mplayerhq... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Laurent Aimar | Check extradata is large enough. |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Diego Biurrun | spelling cosmetics |
blob | commitdiff | raw | diff to current |
2008-09-03 |
Diego Biurrun | Replace generic CONFIG_ENCODERS preprocessor conditiona... |
blob | commitdiff | raw | diff to current |
2008-07-13 |
Ramiro Polla | bitstream: move put_sbits() from flacenc.c to bitstream... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Make AVCodec long_names definition conditional dependin... |
blob | commitdiff | raw | diff to current |
2008-04-27 |
Stefano Sabatini | Add long names to AVCodec declarations. |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Zuxy Meng | Apply 'cold' attribute to init/uninit functions in... |
blob | commitdiff | raw | diff to current |
2008-03-09 |
Aurelien Jacobs | add FF_ prefix to all (frame)_TYPE usage |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | const |
blob | commitdiff | raw | diff to current |
2007-10-21 |
Kostya Shishkov | indentation after last commit |
blob | commitdiff | raw | diff to current |
2007-10-21 |
Kostya Shishkov | Make RV10/20 decoder work with new frame format |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Alex Beregszaszi | use skip_bits where appropriate |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Alex Beregszaszi | use get_bits1(..) instead get_bits(.., 1) |
blob | commitdiff | raw | diff to current |
2007-07-08 |
Roman Shaposhnik | * Getting rid of the use of GCC language extensions |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Reimar Döffinger | Check dimensions to avoid division by zero due to inval... |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Michael Niedermayer | seems only 3 bits are used for the number of resolution... |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Michael Niedermayer | ignore sub_id |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Michael Niedermayer | big endian fix |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Michael Niedermayer | support resolution switching, fixes rv20errors.rm |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Michael Niedermayer | simplify |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Michael Niedermayer | fix rv20 b frames (broke since r5264 Mon Apr 3 07:52... |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Michael Niedermayer | fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Michael Niedermayer | fix decoding of bastard1.rm (rv ver=0x10003001 ver0... |
blob | commitdiff | raw | diff to current |
2006-04-15 |
Wolfgang Scherer | Fix SIGSEGV in rv10-null-pointer-500k.rm. |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Michael Niedermayer | fix "concealing 0 DC, 0 AC, 0 MV errors" bug |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Michael Niedermayer | cleanup picture / debug output code |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Steve L'Homme | (f)printf --> av_log conversion |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Diego Biurrun | COSMETICS: tabs --> spaces, some prettyprinting |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-09-01 |
Michael Niedermayer | error concealment fix |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Michael Niedermayer | PIX_FMT_NONE and related fixes |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Michael Niedermayer | avoid unneeded clear_blocks() |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Matthieu Castet | extract from the subid the options |
blob | commitdiff | raw | diff to current |
2005-04-24 |
Michael Niedermayer | fixing broken_rv20_1mb_.rm |
blob | commitdiff | raw | diff to current |
2005-04-24 |
Mike Melanson | Ministry of English Composition, reporting for duty... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Michael Niedermayer | Video-Galileo_small.rm fix by (matthieu castet # castet... |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Måns Rullgård | kill warnings patch by (Måns Rullgård <mru inprovide... |
blob | commitdiff | raw | diff to current |
2005-01-23 |
Michael Niedermayer | avoid buf_size == 0 checks in every decoder |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Michael Niedermayer | fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Michael Niedermayer | another try at fixing rv20 ... |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Michael Niedermayer | rv20 encoding |
blob | commitdiff | raw | diff to current |
next |