18151 Commits (b3183ad03442df74aadeddab8551f727289a5270)
 

Author SHA1 Message Date
Ivan Kalvachev ad0405fc03 Describe all fields in xvmc struct. 16 years ago
Diego Biurrun d758a5cb50 spelling/grammar/wording fixes for Doxygen comments 16 years ago
Diego Biurrun 1909fadea9 comment spelling/grammar/wording fixes 16 years ago
Diego Biurrun e98b47557b Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value. 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
Aurelien Jacobs 5e56599878 matroskaenc: use new metadata API 16 years ago
Diego Biurrun c1e7b256ec 10l: Remove duplicated hunk of code. 16 years ago
Aurelien Jacobs f702df396d matroskadec: export language of metadata tags when available 16 years ago
Stefano Sabatini 0334f79994 Document av_codec_next(). 16 years ago
Aurelien Jacobs cf960242a4 matroskadec: add needed definitions forgotten in r17331 16 years ago
Aurelien Jacobs 929e9de7a1 matroskadec: add generic metadata support 16 years ago
Aurelien Jacobs 325ace3efc matroskadec: read track and attachment uid 16 years ago
Aurelien Jacobs 38766e084f matroskadec: export track name through the metadata API 16 years ago
Aurelien Jacobs 6cb6e159f8 matroskadec: use new metadata API to export some simple information 16 years ago
Carl Eugen Hoyos c99a35768f Silence following warning if only zeros were not consumed: 16 years ago
Stefano Sabatini d1037c1205 Do not export to the public the first_protocol symbol at the next 16 years ago
Luca Abeni 1c787b1043 Cast a __u64 variable to uint64_t so that it can be printed without warnings 16 years ago
Stefano Sabatini 9075d1e027 Document av_protocol_next(). 16 years ago
Stefano Sabatini 5d37750187 Replace calls/references of the deprecated register_protocol() 16 years ago
Stefano Sabatini 65c40e4e3a Rename register_protocol() to av_register_protocol() and deprecate 16 years ago
Aurelien Jacobs 54b4ea57fd demux some more metadata tags in mov 16 years ago
Reimar Döffinger 06aae1238f Place spaces consistently in pointer types in vdpau.c 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
Stefano Sabatini aeedac95cc Document av_iformat_next() and av_oformat_next() functions. 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 3fff9d92dc A little better wording of doxygen comments. 16 years ago
Ivan Kalvachev 1a90cf3c98 Revert 17308. 16 years ago
Peter Ross 5f5e6af169 Prevent heap corruption when resampling 8-bit audio. 16 years ago
Ivan Kalvachev a0723a4d84 Give a little better name to the magic(_id) field in xvmc struct 16 years ago
Aurelien Jacobs 49674dd052 use new metadata API in mov demuxer 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
Ivan Kalvachev eb3b2ef91d Remove obsolete display_flags member from xvmc struct 16 years ago
Ivan Kalvachev 72d38a749b Detailed description of the interesting fields in xvmc struct. 16 years ago
Ivan Kalvachev f851909579 Move the state field in the xvmc struct to the extensions section. 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 3af6c3dd9a Drop struct members display_flags and state with the next major version bump. 16 years ago
Diego Biurrun 8f38ff007a Doxygen comment/explanation for ff_xvmc_init_block(). 16 years ago
Diego Biurrun 4b72239059 Remove completely unsed structure fields mc_type and chroma_format. 16 years ago
Diego Biurrun 05c363e90d whitespace consistency cosmetics 16 years ago
Diego Biurrun 5d6c111098 Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. 16 years ago
Ivan Kalvachev 3bffe5fc9d Deprecate some unused xvmc structure fields. 16 years ago
Diego Biurrun 0b2eb2e8be Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end(). 16 years ago