aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vcr1.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* vcr1: add sanity checksAnton Khirnov2013-09-021-0/+21
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-34/+5
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* vcr1: remove disabled encoder stubAnton Khirnov2013-01-141-39/+0
* vcr1: return a meaningful error code.Anton Khirnov2013-01-141-3/+3
* 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-2/+2
* vcr1: Add vcr1_ prefixes to all static functions with generic names.Diego Biurrun2012-05-141-13/+13
* vcr1: Fix return type of common_init to match the function pointer signature.Diego Biurrun2012-05-141-1/+3
* vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.Diego Biurrun2012-05-141-3/+5
* vcr1enc: drop pointless empty encode_init() wrapper functionDiego Biurrun2012-05-091-8/+1
* vcr1: drop pointless write-only AVCodecContext member from VCR1ContextDiego Biurrun2012-05-091-2/+0
* vcr1: group encoder code together to save #ifdefsDiego Biurrun2012-05-091-47/+43
* vcr1: cosmetics: K&R prettyprinting, typos, parentheses, dead code, commentsDiego Biurrun2012-05-091-72/+72
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-1/+1
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-3/+3
* vcr1: drop unnecessary emms_c() calls without MMX codePaul B Mahol2011-12-121-4/+0
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-1/+1
* cosmetics: remove some stray comments from AVCodec declarationsDiego Biurrun2011-08-031-1/+0
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-15/+14
* 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-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Release buffer when decoding is finished.Carl Eugen Hoyos2010-01-251-1/+10
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Remove unused variables.Diego Biurrun2009-02-081-1/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+4
* Disable encoders by undefining CONFIG_FOO_ENCODER once instead of litteringDiego Biurrun2008-09-031-6/+4
* Surround some encoding-specific functions with the appropriateDiego Biurrun2008-09-031-0/+4
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-4/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-3/+3
* constMichael Niedermayer2008-02-011-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-14/+14
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+2
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* cleanup & memleak fixMichael Niedermayer2004-04-301-8/+1