summaryrefslogtreecommitdiff
path: root/libavcodec/utvideodec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* utvideodec: Handle slice_height being zeroMichael Niedermayer2015-03-091-0/+4
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-4/+5
* More correct printf format specifiersDiego Biurrun2014-04-021-1/+1
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-2/+4
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* utvideodec: Set colorspace by codec_tag.Yusuke Nakamura2013-06-101-0/+4
* utvideodec: Support ULH0 and ULH2 formats.Yusuke Nakamura2013-06-101-0/+8
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-27/+19
* 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-9/+9
* utvideodec: Fix single symbol mode decodingJan Ekström2012-08-241-7/+4
* lavc: add Ut Video encoderJan Ekström2012-08-201-45/+12
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-171-0/+591