100 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Ivan Kalvachev 1c63aed232 Convert XvMC to hwaccel v3 11 years ago
Diego Biurrun 19e30a58fc Deprecate obsolete XvMC hardware decoding support 11 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Anton Khirnov 1d0feb5d1a mpegvideo: split ff_draw_horiz_band(). 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Mans Rullgard 1765aacb17 hwaccel: unbreak build 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Nicolas Kaiser fe655f6723 Simplify: Remove impossible condition. 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Stefano Sabatini 04a5c106f9 Consistently use third person in doxies. 15 years ago
Ivan Kalvachev 21effaa4b2 Change the type of pblocks from pointers to short array into 16 years ago
Ivan Kalvachev 859bb3cfee Add more paranoid checks of xvmc token. 16 years ago
Diego Biurrun 2213f431c7 Directly #include required X11/XvMC header. 16 years ago
Diego Biurrun 7df33ec28e Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and 16 years ago
Diego Biurrun 63864cb810 small Doxygen comment grammar fix 16 years ago
Diego Biurrun bd0eddb795 Revert converting two asserts into if checks and error messages. 16 years ago
Ivan Kalvachev 649c171aec Thoroughly check all fields set by the application in xvmc struct. 16 years ago
Diego Biurrun 42dfc2bfa9 whitespace cosmetics: Place spaces around += for better readability. 16 years ago
Diego Biurrun f9d5bf3c2d Replace two asserts by checks and error messages. 16 years ago
Diego Biurrun 6545996fb9 whitespace cosmetics 16 years ago
Diego Biurrun cad1928f15 Give struct members more sensible names: 16 years ago
Diego Biurrun 4e30fa6e7b Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar 16 years ago
Diego Biurrun 864899c329 cosmetics: typo fix 16 years ago
Diego Biurrun d758a5cb50 spelling/grammar/wording fixes for Doxygen comments 16 years ago
Ivan Kalvachev 1fcef40847 Rename unique_id to the way michaelni likes it. (xvmc_id) 16 years ago
Ivan Kalvachev 3d43e42f29 Document all functions in mpegvideo_xvmc. 16 years ago
Diego Biurrun f602b044b5 Rename xvmc_pixfmt_render structure to xvmc_pix_fmt. 16 years ago
Ivan Kalvachev 11f8aa042d Kill the magic field in xvmc structure. 16 years ago
Diego Biurrun 9043202e6e K&R whitespace cosmetics 16 years ago
Diego Biurrun c1e7b256ec 10l: Remove duplicated hunk of code. 16 years ago
Ivan Kalvachev 9e0a8a368e Cosmetics. Vertical align. 16 years ago
Ivan Kalvachev d76c5ed574 Almost cosmetics. 16 years ago
Ivan Kalvachev d2d600b71f Check all critical xvmc struct fields in ff_xvmc_field_start() 16 years ago
Ivan Kalvachev afb9342a3e Proper condition in xvmc decode mb. 16 years ago
Ivan Kalvachev 095edd3e61 Rename xvmc_render_state to something with pixfmt in its name. 16 years ago
Ivan Kalvachev 1a90cf3c98 Revert 17308. 16 years ago
Ivan Kalvachev a0723a4d84 Give a little better name to the magic(_id) field in xvmc struct 16 years ago
Diego Biurrun 1333d8fd20 Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR. 16 years ago
Diego Biurrun 967d2ae616 Remove redundant assert(render) in ff_xvmc_init_block(). The immediately 16 years ago
Diego Biurrun e26f8d76d7 Remove asserts that are immediately followed by a check and error return. 16 years ago
Diego Biurrun 8f38ff007a Doxygen comment/explanation for ff_xvmc_init_block(). 16 years ago
Diego Biurrun 0b2eb2e8be Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end(). 16 years ago
Diego Biurrun fe4be5dbd5 whitespace cosmetics: remove stray space 16 years ago