| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -6/+6 |
* | Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-03 | 1 | -8/+8 |
* | 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 | -4/+4 |
* | Add ASUS V1/V2 decoder codec long names. | Stefano Sabatini | 2008-05-29 | 1 | -0/+2 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -2/+2 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+2 |
* | Increase alignment for DCT block arrays from 8 to 16 | Alexander Strange | 2008-04-08 | 1 | -1/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -5/+5 |
* | remove #include "mpegvideo.h" where it is not needed | Aurelien Jacobs | 2008-03-05 | 1 | -3/+3 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | asv1.c directly uses Put/GetBitContext, so it should include bitstream.h | Aurelien Jacobs | 2007-08-21 | 1 | -0/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -0/+4 |
* | set supported pixel formats for a few encoders (fixes crashes with grayscale) | Michael Niedermayer | 2006-09-20 | 1 | -0/+2 |
* | add assert to clarify that we know what we are doing | Michael Niedermayer | 2006-03-10 | 1 | -0/+1 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -3/+3 |
* | warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it | Diego Biurrun | 2006-01-25 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -45/+45 |
* | ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) | Roine Gustafsson | 2005-05-07 | 1 | -19/+0 |
* | PIX_FMT_NONE and related fixes | Michael Niedermayer | 2005-04-25 | 1 | -0/+1 |
* | make reverse[] non static | Michael Niedermayer | 2005-03-26 | 1 | -5/+5 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -5/+0 |
* | av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) | Kurosu | 2005-01-12 | 1 | -1/+1 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -1/+7 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -5/+5 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | cleanup & memleak fix | Michael Niedermayer | 2004-04-30 | 1 | -2/+0 |
* | get_bit_count -> put_bits_count | Alex Beregszaszi | 2004-02-06 | 1 | -2/+2 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -3/+3 |
* | removed the obsolete and unused parameters of init_put_bits | Alex Beregszaszi | 2003-10-12 | 1 | -1/+1 |
* | asv2 encoding | Michael Niedermayer | 2003-09-01 | 1 | -14/+84 |
* | ASV2 decoder | Michael Niedermayer | 2003-09-01 | 1 | -30/+169 |
* | CONFIG_ENCODERS cleanup | Michael Niedermayer | 2003-06-22 | 1 | -24/+0 |
* | some warning fixes | Alex Beregszaszi | 2003-06-20 | 1 | -3/+3 |
* | CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) | Wolfgang Hesseler | 2003-05-20 | 1 | -0/+28 |
* | ASV1 codec | Michael Niedermayer | 2003-05-19 | 1 | -0/+454 |