summaryrefslogtreecommitdiff
path: root/libavcodec/ulti.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* ulti: invert the order of parameters of ulti_decode_frame()Vittorio Giovara2015-01-061-4/+3
* ulti: use the AVFrame API properly.Anton Khirnov2013-11-161-11/+12
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-0/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-8/+7
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* ulti: convert to new bytestream API.Ronald S. Bultje2012-01-041-39/+33
* ulti: Fix invalid readsGaurav Narula2011-12-131-2/+24
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-10/+8
* ultimotion: use reget_buffer() in ulti_decode_frame()Stefano Sabatini2011-04-271-5/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* 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
* 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