summaryrefslogtreecommitdiffstats
path: root/libavcodec/libschroedingerdec.c
Commit message (Expand)AuthorAgeFilesLines
* 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-171-2/+2
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-2/+2
|\
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Fix the compilation of some libavcodec/lib* files which were notStefano Sabatini2010-08-071-0/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix bug caused by difference in stride and picture width.Anuradha Suraparaju2009-08-151-5/+2
* cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun2009-08-151-102/+96
* Remove useless braces around if/for/while expressions.Diego Biurrun2009-08-151-8/+3
* Simplify 'if' condition statements.Diego Biurrun2009-08-151-3/+3
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-2/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix incorrectly constructed Dirac parse units that caused A/V sync loss.Anuradha Suraparaju2008-12-221-0/+3
* Parse frames to feed the decoder with individual parse units.Anuradha Suraparaju2008-07-101-11/+71
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-171-1/+2
* remove useless commentAurelien Jacobs2008-05-081-2/+0
* Do not return -1 from void functions.Carl Eugen Hoyos2008-05-081-2/+2
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-031-0/+310
OpenPOWER on IntegriCloud