| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -3/+5 |
* | libschroedingerenc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -12/+31 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | libdirac/libschroedinger: Drop unnecessary symbol prefixes. | Diego Biurrun | 2011-10-30 | 1 | -17/+16 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+7 |
* | 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 | -1/+1 |
* | schroenc: Set colorspace info | David Conrad | 2010-05-05 | 1 | -0/+18 |
* | schroenc: Use AV_RB32 | David Conrad | 2010-05-05 | 1 | -4/+2 |
* | schroenc: Set open-gop | David Conrad | 2010-05-05 | 1 | -0/+3 |
* | schroenc: Set keyframe interval | David Conrad | 2010-05-05 | 1 | -0/+2 |
* | schroenc: Use constant quality for constant quality, not noise threshold | David Conrad | 2010-05-05 | 1 | -7/+6 |
* | schroenc: Don't touch gop_structure by default, it should be left adaptive | David Conrad | 2010-05-05 | 1 | -3/+0 |
* | 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 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Fix bug caused by difference in stride and picture width. | Anuradha Suraparaju | 2009-08-15 | 1 | -9/+7 |
* | cosmetics: indentation, prettyprinting, K&R coding style | Diego Biurrun | 2009-08-15 | 1 | -89/+80 |
* | Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. | Diego Biurrun | 2009-08-15 | 1 | -1/+1 |
* | Remove useless braces around if/for/while expressions. | Diego Biurrun | 2009-08-15 | 1 | -6/+3 |
* | Simplify 'if' condition statements. | Diego Biurrun | 2009-08-15 | 1 | -3/+3 |
* | Fix crash when encoding using libschroedinger. | Anuradha Suraparaju | 2009-02-10 | 1 | -5/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add support for creating Simple Profile (I-frame only, no arithmetic coding) | Anuradha Suraparaju | 2008-09-09 | 1 | -0/+5 |
* | Fix pts handling when encoding with libschroedinger, closes issue 453. | Anuradha Suraparaju | 2008-07-12 | 1 | -13/+58 |
* | 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 | -0/+1 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Add Dirac support through libschroedinger. | Anuradha Suraparaju | 2008-05-03 | 1 | -0/+387 |