summaryrefslogtreecommitdiff
path: root/libavcodec/escape124.c
Commit message (Expand)AuthorAge
* lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-11
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* escape124: explicitly set get_bits1 variableVittorio Giovara2014-11-13
* escape124: 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: work with refcounted frames.Anton Khirnov2013-03-08
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton 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
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* 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 incomplete Doxygen for static decode_frame functions.Thilo Borgmann2010-07-14
* Add back previously removed non-existing function params in doxygen comments.Diego Biurrun2010-07-08
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Remove flexible array member from Escape 124Eli Friedman2008-04-01
* help gcc-2.95Michael Niedermayer2008-03-31
* Escape 124 (RPL) decoderEli Friedman2008-03-31