| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -21/+10 |
* | libschroedinger: cosmetics: rename variable avccontext to avctx | Justin Ruggles | 2013-02-25 | 1 | -30/+30 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -4/+4 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | Add missing includes for code relying on external libraries | Martin Storsjö | 2012-08-16 | 1 | -0/+4 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store pts | Jordi Ortiz | 2012-05-08 | 1 | -30/+67 |
* | libschroedinger: Switch to function names more in line with Libav style. | Diego Biurrun | 2012-05-07 | 1 | -5/+5 |
* | Move code shared between libdirac and libschroedinger to libschroedinger. | Diego Biurrun | 2012-05-07 | 1 | -11/+10 |
* | libschroedinger: Move a function to avoid a forward declaration. | Diego Biurrun | 2012-05-07 | 1 | -7/+4 |
* | libschroedingerdec: check malloc | Jordi Ortiz | 2012-04-28 | 1 | -0/+5 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | libdirac/libschroedinger: Drop unnecessary symbol prefixes. | Diego Biurrun | 2011-10-30 | 1 | -23/+23 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | libschroedingerdec: Remove write-only variable. | Diego Biurrun | 2011-07-07 | 1 | -2/+0 |
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Fix the compilation of some libavcodec/lib* files which were not | Stefano Sabatini | 2010-08-07 | 1 | -0/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | Fix bug caused by difference in stride and picture width. | Anuradha Suraparaju | 2009-08-15 | 1 | -5/+2 |
* | cosmetics: indentation, prettyprinting, K&R coding style | Diego Biurrun | 2009-08-15 | 1 | -102/+96 |
* | Remove useless braces around if/for/while expressions. | Diego Biurrun | 2009-08-15 | 1 | -8/+3 |
* | Simplify 'if' condition statements. | Diego Biurrun | 2009-08-15 | 1 | -3/+3 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -2/+2 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix incorrectly constructed Dirac parse units that caused A/V sync loss. | Anuradha Suraparaju | 2008-12-22 | 1 | -0/+3 |
* | Parse frames to feed the decoder with individual parse units. | Anuradha Suraparaju | 2008-07-10 | 1 | -11/+71 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it | Diego Biurrun | 2008-05-17 | 1 | -1/+2 |
* | remove useless comment | Aurelien Jacobs | 2008-05-08 | 1 | -2/+0 |
* | Do not return -1 from void functions. | Carl Eugen Hoyos | 2008-05-08 | 1 | -2/+2 |
* | Add Dirac support through libschroedinger. | Anuradha Suraparaju | 2008-05-03 | 1 | -0/+310 |