summaryrefslogtreecommitdiffstats
path: root/libavcodec/svq1dec.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-5/+5
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* svq1dec: call avcodec_set_dimensions() after dimensions changed.Michael Niedermayer2011-12-231-0/+1
* svq1dec: avoid undefined get_bits(0) callMans Rullgard2011-12-021-1/+2
* svq1dec: use sign_extend()Mans Rullgard2011-11-261-2/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-3/+3
* svq1dec: Fix debug statements that referenced non-existing context.Diego Biurrun2011-06-071-2/+2
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-3/+0
* Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-031-18/+10
* Remove unused variablesMans Rullgard2011-06-021-2/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-6/+6
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-13/+0
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-3/+0
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-0/+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
* svq1dec: replace VLA with malloc/freeMåns Rullgård2010-06-261-4/+11
* 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-1/+1
* Add additional long names for the Sorenson Vector Quantizer 1 decoderStefano Sabatini2009-10-191-1/+1
* Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1decReimar Döffinger2009-09-241-2/+11
* Use INIT_VLC_STATIC where easily possible in svq1decReimar Döffinger2009-09-241-8/+8
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-4/+4
* Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer2009-04-111-1/+1
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-111-5/+5
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-141-11/+11
* Export svq1_packet_checksum() that is needed for svq3 watermarks,Michael Niedermayer2008-10-141-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-7/+7
* some constMichael Niedermayer2008-02-011-1/+1
* Add const qualifiers to unmodified function parameters, fixes the warning:Diego Biurrun2008-01-161-1/+1
* Remove bogus cast.Diego Biurrun2008-01-161-1/+1
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-4/+4
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-061-0/+829
OpenPOWER on IntegriCloud