summaryrefslogtreecommitdiffstats
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Add av_cold attributes to end functions missing themDiego Biurrun2013-05-051-1/+3
* svq3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-7/+10
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-2/+2
* lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov2013-03-081-1/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-46/+68
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* h264/svq3: Stop using draw_edgesRonald S. Bultje2013-02-191-5/+8
* svq3: unbreak decodingMatti Hamalainen2013-02-181-4/+6
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-233/+349
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-1/+1
* svq3: remove a pointless if()Anton Khirnov2013-02-151-122/+120
* dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun2013-02-071-0/+1
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-7/+7
* svq3: make slice type value unsigned to match svq3_get_ue_golomb return typeJanne Grunau2012-12-091-3/+4
* golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau2012-12-081-9/+8
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* svq3: cosmetics: Drop useless parenthesesDiego Biurrun2012-10-201-59/+59
* svq3: K&R formatting cosmeticsDiego Biurrun2012-10-201-398/+456
* svq3: fix pointer type warningMans Rullgard2012-10-111-1/+1
* svq3: replace unsafe pointer casting with intreadwrite macrosMans Rullgard2012-10-111-8/+8
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-3/+4
* svq3: protect against negative quantizers.Ronald S. Bultje2012-03-061-1/+1
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-061-5/+4
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-3/+3
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-3/+3
* svq3: Prevent illegal reads while parsing extradata.Alex Converse2012-02-101-5/+14
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-091-2/+2
* svq3: propagate codec memory allocation failure in context initDustin Brody2011-08-151-1/+4
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-21/+23
* H.264: faster write_back_*Jason Garrett-Glaser2011-07-031-1/+1
* Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-131-12/+16
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-16/+12
* Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-131-12/+16
* svq3: Check negative mb_type to fix potential crash.Baptiste Coudurier2011-06-031-1/+1
* svq3: Move svq3-specific fields to their own context.Baptiste Coudurier2011-06-031-35/+62
* svq3: Do initialization after parsing the extradataRonald S. Bultje2011-05-211-9/+10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-21/+21
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-8/+0
* Replace mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-181-1/+1
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-1/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-2/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-5/+4
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-4/+5
OpenPOWER on IntegriCloud