summaryrefslogtreecommitdiff
path: root/libavcodec/ulti.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* ulti: invert the order of parameters of ulti_decode_frame()Vittorio Giovara2015-01-06
* ulti: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* ulti: convert to new bytestream API.Ronald S. Bultje2012-01-04
* ulti: Fix invalid readsGaurav Narula2011-12-13
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* ultimotion: use reget_buffer() in ulti_decode_frame()Stefano Sabatini2011-04-27
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* 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
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-16
* Release frame after decoding is doneKostya Shishkov2009-10-14
* Remove useless ulti_decode_end function.Reimar Döffinger2009-09-05
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Remove redundant assignKostya Shishkov2007-03-27
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* 1lAlex Beregszaszi2005-07-02
* IBM Ultimotion video decoder, courtesy of Konstantin ShishkovMike Melanson2004-09-16