summaryrefslogtreecommitdiffstats
path: root/libavcodec/svq1dec.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* svq1dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-1/+4
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-151-2/+1
* svq1: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-11/+11
* svq1dec: clip motion vectors to the frame size.Anton Khirnov2013-04-171-14/+13
* svq1dec: check that the reference frame has the same dimensions as the curren...Anton Khirnov2013-04-171-1/+2
* svq1: use av_frame_free to free refcounted frameJanne Grunau2013-03-101-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-23/+11
* svq1: replace struct svq1_frame_size with an array.Anton Khirnov2013-02-061-2/+2
* svq1: Fix building with -DDEBUGMartin Storsjö2012-12-121-2/+2
* svq1: return meaningful error codes.Anton Khirnov2012-12-121-7/+7
* lavc: replace some forgotten instances of PixelFormat with AVPixelFormatAnton Khirnov2012-12-121-2/+2
* svq1: unmacroify macros used only once.Anton Khirnov2012-12-121-28/+24
* svq1: deMpegEncContextizeAnton Khirnov2012-12-121-67/+106
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* svq1: Drop a bunch of useless parenthesesDiego Biurrun2012-10-101-35/+35
* svq1: K&R formatting cosmeticsDiego Biurrun2012-10-101-567/+586
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-2/+2
* svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun2012-08-241-45/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-3/+3
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-1/+1
* 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
OpenPOWER on IntegriCloud