summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-3/+3
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* h264: use properly allocated AVFramesAnton Khirnov2015-04-291-38/+46
* svq3: initialize some required H264Context fields.Anton Khirnov2015-04-051-0/+12
* h264: move [uv]linesize to the per-slice contextAnton Khirnov2015-03-211-16/+16
* h264: move the scratch buffers into the per-slice contextAnton Khirnov2015-03-211-7/+9
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-31/+31
* h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-4/+4
* h264: move is_complex into the per-slice contextAnton Khirnov2015-03-211-1/+4
* h264: move mb_skip_run into the per-slice contextAnton Khirnov2015-03-211-2/+2
* h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move mb[_{padding,luma_dc}] into the per-slice contextAnton Khirnov2015-03-211-6/+6
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-7/+7
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-17/+18
* h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-211-3/+3
* h264: move *_samples_available into the per-slice contextAnton Khirnov2015-03-211-11/+11
* h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-211-24/+24
* h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-211-1/+2
* h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-211-3/+3
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-211-7/+9
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-1/+1
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-221-7/+11
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-5/+8
* svq3: directly set pix_fmt and color_rangeVittorio Giovara2014-03-181-1/+2
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-161-1/+0
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-161-9/+9
* mpegvideo: directly use frames in ff_draw_horiz_band()Vittorio Giovara2014-03-161-2/+2
* mpeg: Drop unused parameters from ff_draw_horiz_band()Diego Biurrun2014-01-291-2/+3
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-1/+1
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-2/+4
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* svq3: Avoid a division by zeroMartin Storsjö2013-09-191-1/+2
* svq3: Check for any negative return value from ff_h264_check_intra_pred_modeMartin Storsjö2013-09-171-3/+3
* h264data: Move some tables to the only place they are usedDiego Biurrun2013-08-201-0/+7
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-1/+0
* 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