summaryrefslogtreecommitdiffstats
path: root/libavcodec/ansi.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-091-0/+1
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* ansi: check ff_set_dimensions return valueVittorio Giovara2014-11-131-3/+5
* ansi: fix possible use of uninitialized variablesVittorio Giovara2013-11-031-2/+6
* ansi: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+4
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-3/+3
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-26/+31
* ansi: return a meaningful error codeAnton Khirnov2013-01-061-2/+2
* ansi: do not depend on get_buffer() initializing the frame.Anton Khirnov2012-12-241-0/+5
* ansi: remove an extra returnAnton Khirnov2012-12-231-1/+0
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* doxygen: Fix execute_code() @return documentation.Diego Biurrun2011-07-031-1/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+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
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-251-1/+1
* Use quotes instead of angle brackets for local #includes.Diego Biurrun2010-09-011-1/+1
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-271-16/+19
* ASCII/ANSI art decoderPeter Ross2010-07-181-0/+432
OpenPOWER on IntegriCloud