summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAge
...
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-16
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-16
* mpegvideo: directly use frames in ff_draw_horiz_band()Vittorio Giovara2014-03-16
* mpeg: Drop unused parameters from ff_draw_horiz_band()Diego Biurrun2014-01-29
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* svq3: Avoid a division by zeroMartin Storsjö2013-09-19
* svq3: Check for any negative return value from ff_h264_check_intra_pred_modeMartin Storsjö2013-09-17
* h264data: Move some tables to the only place they are usedDiego Biurrun2013-08-20
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* avcodec: Add av_cold attributes to end functions missing themDiego Biurrun2013-05-05
* svq3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* h264/svq3: Stop using draw_edgesRonald S. Bultje2013-02-19
* svq3: unbreak decodingMatti Hamalainen2013-02-18
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-15
* svq3: remove a pointless if()Anton Khirnov2013-02-15
* dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun2013-02-07
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* svq3: make slice type value unsigned to match svq3_get_ue_golomb return typeJanne Grunau2012-12-09
* golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau2012-12-08
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* svq3: cosmetics: Drop useless parenthesesDiego Biurrun2012-10-20
* svq3: K&R formatting cosmeticsDiego Biurrun2012-10-20
* svq3: fix pointer type warningMans Rullgard2012-10-11
* svq3: replace unsafe pointer casting with intreadwrite macrosMans Rullgard2012-10-11
* 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
* svq3: protect against negative quantizers.Ronald S. Bultje2012-03-06
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* svq3: Prevent illegal reads while parsing extradata.Alex Converse2012-02-10
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-09
* svq3: propagate codec memory allocation failure in context initDustin Brody2011-08-15
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* H.264: faster write_back_*Jason Garrett-Glaser2011-07-03
* Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-13
* svq3: Check negative mb_type to fix potential crash.Baptiste Coudurier2011-06-03