summaryrefslogtreecommitdiff
path: root/libavcodec/ulti.c
Commit message (Expand)AuthorAgeFilesLines
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-161-1/+0
* Release frame after decoding is doneKostya Shishkov2009-10-141-1/+12
* Remove useless ulti_decode_end function.Reimar Döffinger2009-09-051-8/+1
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* mark read-only data as constStefan Gehrer2008-06-241-4/+4
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constsMichael Niedermayer2008-02-011-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-17/+7
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Remove redundant assignKostya Shishkov2007-03-271-1/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-239/+239
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-39/+39
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+1
* 1lAlex Beregszaszi2005-07-021-3/+1
* IBM Ultimotion video decoder, courtesy of Konstantin ShishkovMike Melanson2004-09-161-0/+428