summaryrefslogtreecommitdiff
path: root/libavcodec/libschroedingerenc.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Fix bug caused by difference in stride and picture width.Anuradha Suraparaju2009-08-15
* cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun2009-08-15
* Simplify another 'if' condition: Replace 'exp == 0' by '!exp'.Diego Biurrun2009-08-15
* Remove useless braces around if/for/while expressions.Diego Biurrun2009-08-15
* Simplify 'if' condition statements.Diego Biurrun2009-08-15
* Fix crash when encoding using libschroedinger.Anuradha Suraparaju2009-02-10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju2008-09-09
* Fix pts handling when encoding with libschroedinger, closes issue 453.Anuradha Suraparaju2008-07-12
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-17
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-03