index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
mpegvideo_xvmc.c
Age
Commit message (
Expand
)
Author
2014-08-15
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-06-30
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-04-09
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-03-16
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2013-11-13
Deprecate obsolete XvMC hardware decoding support
Diego Biurrun
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-02-26
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-15
mpegvideo: split ff_draw_horiz_band().
Anton Khirnov
2013-01-22
Drop DCTELEM typedef
Diego Biurrun
2011-07-10
hwaccel: unbreak build
Mans Rullgard
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-11-09
Simplify: Remove impossible condition.
Nicolas Kaiser
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2009-10-27
Consistently use third person in doxies.
Stefano Sabatini
2009-02-22
Change the type of pblocks from pointers to short array into
Ivan Kalvachev
2009-02-19
Add more paranoid checks of xvmc token.
Ivan Kalvachev
2009-02-19
Directly #include required X11/XvMC header.
Diego Biurrun
2009-02-17
Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and
Diego Biurrun
2009-02-17
small Doxygen comment grammar fix
Diego Biurrun
2009-02-17
Revert converting two asserts into if checks and error messages.
Diego Biurrun
2009-02-16
Thoroughly check all fields set by the application in xvmc struct.
Ivan Kalvachev
2009-02-16
whitespace cosmetics: Place spaces around += for better readability.
Diego Biurrun
2009-02-16
Replace two asserts by checks and error messages.
Diego Biurrun
2009-02-16
whitespace cosmetics
Diego Biurrun
2009-02-16
Give struct members more sensible names:
Diego Biurrun
2009-02-15
Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar
Diego Biurrun
2009-02-15
cosmetics: typo fix
Diego Biurrun
2009-02-15
spelling/grammar/wording fixes for Doxygen comments
Diego Biurrun
2009-02-15
Rename unique_id to the way michaelni likes it. (xvmc_id)
Ivan Kalvachev
2009-02-15
Document all functions in mpegvideo_xvmc.
Ivan Kalvachev
2009-02-15
Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.
Diego Biurrun
2009-02-15
Kill the magic field in xvmc structure.
Ivan Kalvachev
2009-02-15
K&R whitespace cosmetics
Diego Biurrun
2009-02-15
10l: Remove duplicated hunk of code.
Diego Biurrun
2009-02-15
Cosmetics. Vertical align.
Ivan Kalvachev
2009-02-15
Almost cosmetics.
Ivan Kalvachev
2009-02-15
Check all critical xvmc struct fields in ff_xvmc_field_start()
Ivan Kalvachev
2009-02-15
Proper condition in xvmc decode mb.
Ivan Kalvachev
2009-02-15
Rename xvmc_render_state to something with pixfmt in its name.
Ivan Kalvachev
2009-02-15
Revert 17308.
Ivan Kalvachev
2009-02-15
Give a little better name to the magic(_id) field in xvmc struct
Ivan Kalvachev
2009-02-15
Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.
Diego Biurrun
2009-02-15
Remove redundant assert(render) in ff_xvmc_init_block(). The immediately
Diego Biurrun
2009-02-15
Remove asserts that are immediately followed by a check and error return.
Diego Biurrun
2009-02-15
Doxygen comment/explanation for ff_xvmc_init_block().
Diego Biurrun
2009-02-14
Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().
Diego Biurrun
2009-02-14
whitespace cosmetics: remove stray space
Diego Biurrun
2009-02-14
Doxygenize ff_xvmc_field_start() comment.
Diego Biurrun
2009-02-14
Clarify ff_xvmc_field_start() comment.
Diego Biurrun
[next]