summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-02-16Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer12-62/+84
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov12-62/+84
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2011-07-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer59-1530/+1563
2011-07-10hwaccel: unbreak buildMans Rullgard5-34/+34
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini138-642/+642
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-11-09Simplify: Remove impossible condition.Nicolas Kaiser1-1/+1
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2009-10-27Consistently use third person in doxies.Stefano Sabatini1-5/+5
2009-02-22Change the type of pblocks from pointers to short array intoIvan Kalvachev4-18/+20
2009-02-19Add more paranoid checks of xvmc token.Ivan Kalvachev1-1/+4
2009-02-19Directly #include required X11/XvMC header.Diego Biurrun1-0/+1
2009-02-17Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset andDiego Biurrun1-2/+2
2009-02-17small Doxygen comment grammar fixDiego Biurrun1-1/+1
2009-02-17Revert converting two asserts into if checks and error messages.Diego Biurrun1-8/+5
2009-02-16Thoroughly check all fields set by the application in xvmc struct.Ivan Kalvachev1-1/+5
2009-02-16whitespace cosmetics: Place spaces around += for better readability.Diego Biurrun1-1/+1
2009-02-16Replace two asserts by checks and error messages.Diego Biurrun1-5/+8
2009-02-16whitespace cosmeticsDiego Biurrun1-1/+1
2009-02-16Give struct members more sensible names:Diego Biurrun2-7/+7
2009-02-15Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similarDiego Biurrun2-6/+6
2009-02-15cosmetics: typo fixDiego Biurrun1-1/+1
2009-02-15spelling/grammar/wording fixes for Doxygen commentsDiego Biurrun1-5/+5
2009-02-15Rename unique_id to the way michaelni likes it. (xvmc_id)Ivan Kalvachev2-6/+6
2009-02-15Document all functions in mpegvideo_xvmc.Ivan Kalvachev1-1/+15
2009-02-15Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.Diego Biurrun2-8/+8
2009-02-15Kill the magic field in xvmc structure.Ivan Kalvachev2-6/+6
2009-02-15K&R whitespace cosmeticsDiego Biurrun1-1/+1
2009-02-1510l: Remove duplicated hunk of code.Diego Biurrun1-6/+0
2009-02-15Cosmetics. Vertical align.Ivan Kalvachev1-2/+2
2009-02-15Almost cosmetics.Ivan Kalvachev1-3/+2
2009-02-15Check all critical xvmc struct fields in ff_xvmc_field_start()Ivan Kalvachev1-6/+21
2009-02-15Proper condition in xvmc decode mb.Ivan Kalvachev1-1/+1
2009-02-15Rename xvmc_render_state to something with pixfmt in its name.Ivan Kalvachev2-8/+8
2009-02-15Revert 17308.Ivan Kalvachev1-3/+2
2009-02-15Give a little better name to the magic(_id) field in xvmc structIvan Kalvachev2-6/+6
2009-02-15Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.Diego Biurrun1-2/+3
2009-02-15Remove redundant assert(render) in ff_xvmc_init_block(). The immediatelyDiego Biurrun1-1/+0
2009-02-15Remove asserts that are immediately followed by a check and error return.Diego Biurrun1-2/+0
2009-02-15Doxygen comment/explanation for ff_xvmc_init_block().Diego Biurrun1-1/+4
2009-02-14Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().Diego Biurrun1-0/+4
2009-02-14whitespace cosmetics: remove stray spaceDiego Biurrun1-1/+1
[next]