| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | cljr: implement encode2. | Anton Khirnov | 2012-02-12 | 1 | -7/+15 |
* | cljr: set the properties of the coded_frame, not input frame. | Anton Khirnov | 2012-02-12 | 1 | -2/+2 |
* | cljr: fix buf_size sanity check | Paul B. Mahol | 2011-12-18 | 1 | -1/+1 |
* | cljr: Check if width and height are positive integers | Shitiz Garg | 2011-12-18 | 1 | -0/+5 |
* | cljr: remove unused code | Paul B Mahol | 2011-12-10 | 1 | -2/+0 |
* | cljr: K&R cosmetics | Diego Biurrun | 2011-12-08 | 1 | -20/+23 |
* | cljr: return a more sensible value when encountering invalid headers | Diego Biurrun | 2011-12-08 | 1 | -1/+1 |
* | cljr: drop unnecessary emms_c() calls without MMX code | Diego Biurrun | 2011-12-08 | 1 | -4/+0 |
* | cljr: remove useless casts | Mans Rullgard | 2011-12-08 | 1 | -3/+3 |
* | cljr: group encode/decode parts under single ifdefs | Mans Rullgard | 2011-12-08 | 1 | -48/+40 |
* | cljr: remove stray semicolon | Mans Rullgard | 2011-12-08 | 1 | -1/+1 |
* | cljr: add missing return statement in decode_end() | Paul B Mahol | 2011-12-08 | 1 | -0/+1 |
* | cljr: add encoder | Paul B Mahol | 2011-12-08 | 1 | -17/+26 |
* | cljr: release picture at end of decoding | Paul B. Mahol | 2011-12-08 | 1 | -0/+8 |
* | cljr: simplify CLJRContext | Paul B. Mahol | 2011-12-07 | 1 | -10/+8 |
* | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | cljr: init_get_bits size in bits instead of bytes | Alex Converse | 2011-09-09 | 1 | -1/+1 |
* | cosmetics: remove some stray comments from AVCodec declarations | Diego Biurrun | 2011-08-03 | 1 | -1/+0 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -15/+13 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Check if buffer is large enough for given resolution. | Daniel Kang | 2011-01-07 | 1 | -0/+5 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Remove unused variables. | Diego Biurrun | 2009-02-08 | 1 | -1/+0 |
* | typo: CODEC_ID_cljr --> CODEC_ID_CLJR | Diego Biurrun | 2009-02-08 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+4 |
* | Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering | Diego Biurrun | 2008-09-03 | 1 | -6/+4 |
* | Surround some encoding-specific functions with the appropriate | Diego Biurrun | 2008-09-03 | 1 | -0/+4 |
* | Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-03 | 1 | -4/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -3/+3 |
* | remove more useless mpegvideo.h includes | Aurelien Jacobs | 2008-03-05 | 1 | -3/+4 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | 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 | -7/+7 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -9/+9 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -0/+2 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -5/+0 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | cleanup & memleak fix | Michael Niedermayer | 2004-04-30 | 1 | -8/+1 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -1/+1 |