summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* small Doxygen comment grammar fixDiego Biurrun2009-02-17
| | | | Originally committed as revision 17403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert converting two asserts into if checks and error messages.Diego Biurrun2009-02-17
| | | | | | It did not achieve the intended effect. Originally committed as revision 17402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MBAFF/PAFF samples.Stephen Warren2009-02-17
| | | | | | Patch by Stephen Warren, swarren nvidia com Originally committed as revision 17401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wording fixes for the Doxygen commentsDiego Biurrun2009-02-17
| | | | Originally committed as revision 17400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-17
| | | | Originally committed as revision 17398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move initialization of {luma,chroma}_weight_flag[] up,Gwenole Beauchesne2009-02-17
| | | | | | | to make sure they are always initialized. Patch by Gwenole Beauchesne g${name} splitted-desktop com Originally committed as revision 17393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun2009-02-17
| | | | | | "'inline' is not at beginning of declaration" with -Wextra. Originally committed as revision 17392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
| | | | | | "'static' is not at beginning of declaration" with -Wextra. Originally committed as revision 17391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Thoroughly check all fields set by the application in xvmc struct.Ivan Kalvachev2009-02-16
| | | | Originally committed as revision 17387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Silence false positive warning about uninitialized variables inPatrik Kullman2009-02-16
| | | | | | decode_subframe_fixed(). Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor clarification of xvmc field description.Ivan Kalvachev2009-02-16
| | | | Originally committed as revision 17384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improvements in xvmc structure fields descriptions.Ivan Kalvachev2009-02-16
| | | | Originally committed as revision 17383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Reindent a few lines after the last commit.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around ifDiego Biurrun2009-02-16
| | | | | | statements by merging the CONFIG_MPEG_XVMC_DECODER check into the if condition. Originally committed as revision 17369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Place spaces around += for better readability.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing object dependencies: eatqi.o depends on mpeg12.o.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make BMP decoder try to decode files with incorrect filesize field valueKostya Shishkov2009-02-16
| | | | Originally committed as revision 17363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace two asserts by checks and error messages.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen comment wording fixDiego Biurrun2009-02-16
| | | | Originally committed as revision 17361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2009-02-16
| | | | Originally committed as revision 17358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give struct members more sensible names:Diego Biurrun2009-02-16
| | | | | | | total_number_of_mv_blocks --> allocated_mv_blocks total_number_of_data_blocks --> allocated_data_blocks Originally committed as revision 17356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: one more wording fixDiego Biurrun2009-02-16
| | | | Originally committed as revision 17355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Keep lines below 80 characters where sensibly possible.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen spelling/wording fixesDiego Biurrun2009-02-15
| | | | Originally committed as revision 17353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording fixes for the Doxygen commentsDiego Biurrun2009-02-15
| | | | Originally committed as revision 17352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* draw_horiz_band() is really ff_draw_horiz_band().Diego Biurrun2009-02-15
| | | | Originally committed as revision 17350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wording/whitespace for Doxygen commentsDiego Biurrun2009-02-15
| | | | Originally committed as revision 17349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similarDiego Biurrun2009-02-15
| | | | | | change in the name of the struct member xvmc_id. Originally committed as revision 17348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-15
| | | | Originally committed as revision 17347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo fixDiego Biurrun2009-02-15
| | | | Originally committed as revision 17346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Describe all fields in xvmc struct.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wording fixes for Doxygen commentsDiego Biurrun2009-02-15
| | | | Originally committed as revision 17344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment spelling/grammar/wording fixesDiego Biurrun2009-02-15
| | | | Originally committed as revision 17343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value.Diego Biurrun2009-02-15
| | | | Originally committed as revision 17342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename unique_id to the way michaelni likes it. (xvmc_id)Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document all functions in mpegvideo_xvmc.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.Diego Biurrun2009-02-15
| | | | Originally committed as revision 17339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kill the magic field in xvmc structure.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* K&R whitespace cosmeticsDiego Biurrun2009-02-15
| | | | Originally committed as revision 17337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Remove duplicated hunk of code.Diego Biurrun2009-02-15
| | | | Originally committed as revision 17335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document av_codec_next().Stefano Sabatini2009-02-15
| | | | Originally committed as revision 17333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence following warning if only zeros were not consumed:Carl Eugen Hoyos2009-02-15
| | | | | | AVC: Consumed only m bytes instead of n Originally committed as revision 17327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place spaces consistently in pointer types in vdpau.cReimar Döffinger2009-02-15
| | | | Originally committed as revision 17320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics. Vertical align.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Almost cosmetics.Ivan Kalvachev2009-02-15
| | | | | | Move some assignments after the checks. Originally committed as revision 17318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check all critical xvmc struct fields in ff_xvmc_field_start()Ivan Kalvachev2009-02-15
| | | | | | | and log error if they are not correct. All other functions are supposedly called after that one, so use assert() for them. Originally committed as revision 17317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper condition in xvmc decode mb.Ivan Kalvachev2009-02-15
| | | | | | | The old one would try to use mv blocks that are written outside their buffer, in case of unhandled error. Originally committed as revision 17315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename xvmc_render_state to something with pixfmt in its name.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A little better wording of doxygen comments.Ivan Kalvachev2009-02-15
| | | | Originally committed as revision 17313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert 17308.Ivan Kalvachev2009-02-15
| | | | | | | The above commit makes ff_xvmc_decode_mb to output one log entry for each decoded MB, causing massive slowdown. Originally committed as revision 17312 to svn://svn.ffmpeg.org/ffmpeg/trunk