summaryrefslogtreecommitdiff
path: root/libavcodec/utvideodec.c
Commit message (Collapse)AuthorAge
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
|
* utvideodec: Set colorspace by codec_tag.Yusuke Nakamura2013-06-10
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* utvideodec: Support ULH0 and ULH2 formats.Yusuke Nakamura2013-06-10
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
|
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
|
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
| | | | It's got_frame, not data size
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
|
* utvideodec: Fix single symbol mode decodingJan Ekström2012-08-24
| | | | | | | | Put the zero length check in place of code that was never used during decoding, as zero-length slices were generally refused in decode_frame(). Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* lavc: add Ut Video encoderJan Ekström2012-08-20
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-17
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>