summaryrefslogtreecommitdiffstats
path: root/libavcodec/utvideodec.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | It's got_frame, not data size
* 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
| | | | | | | | 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-201-45/+12
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-171-0/+591
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
OpenPOWER on IntegriCloud