summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_xvmc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-261-2/+2
* avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer2017-06-191-1/+1
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-1/+1
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-1/+1
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-1/+1
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-1/+1
|\ \ | |/
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-091-6/+6
|\ \ | |/
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-6/+6
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\ \ | |/
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | Convert XvMC to hwaccel v3Ivan Kalvachev2013-12-221-7/+46
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-141-0/+5
|\ \ | |/
| * Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-0/+5
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer2013-02-161-2/+2
|\ \ | |/
| * mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-2/+2
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-1/+1
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-7/+7
|\ \ | |/
| * hwaccel: unbreak buildMans Rullgard2011-07-101-7/+7
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-3/+3
|/
* Simplify: Remove impossible condition.Nicolas Kaiser2010-11-091-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-6/+6
* Consistently use third person in doxies.Stefano Sabatini2009-10-271-5/+5
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-221-7/+7
* Add more paranoid checks of xvmc token.Ivan Kalvachev2009-02-191-1/+4
* Directly #include required X11/XvMC header.Diego Biurrun2009-02-191-0/+1
* Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset andDiego Biurrun2009-02-171-2/+2
* small Doxygen comment grammar fixDiego Biurrun2009-02-171-1/+1
* Revert converting two asserts into if checks and error messages.Diego Biurrun2009-02-171-8/+5
* Thoroughly check all fields set by the application in xvmc struct.Ivan Kalvachev2009-02-161-1/+5
* whitespace cosmetics: Place spaces around += for better readability.Diego Biurrun2009-02-161-1/+1
* Replace two asserts by checks and error messages.Diego Biurrun2009-02-161-5/+8
* whitespace cosmeticsDiego Biurrun2009-02-161-1/+1
* Give struct members more sensible names:Diego Biurrun2009-02-161-5/+5
* Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similarDiego Biurrun2009-02-151-5/+5
* cosmetics: typo fixDiego Biurrun2009-02-151-1/+1
* spelling/grammar/wording fixes for Doxygen commentsDiego Biurrun2009-02-151-5/+5
* Rename unique_id to the way michaelni likes it. (xvmc_id)Ivan Kalvachev2009-02-151-5/+5
* Document all functions in mpegvideo_xvmc.Ivan Kalvachev2009-02-151-1/+15
* Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.Diego Biurrun2009-02-151-7/+7
OpenPOWER on IntegriCloud