summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* h264: use properly allocated AVFramesAnton Khirnov2015-04-29
* svq3: initialize some required H264Context fields.Anton Khirnov2015-04-05
* h264: move [uv]linesize to the per-slice contextAnton Khirnov2015-03-21
* h264: move the scratch buffers into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-21
* h264: move is_complex into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_skip_run into the per-slice contextAnton Khirnov2015-03-21
* h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb[_{padding,luma_dc}] into the per-slice contextAnton Khirnov2015-03-21
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-21
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-21
* h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-21
* h264: move *_samples_available into the per-slice contextAnton Khirnov2015-03-21
* h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-21
* h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-21
* h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-21
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-21
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-21
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-22
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* svq3: directly set pix_fmt and color_rangeVittorio Giovara2014-03-18
* 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