| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace cosmetics: Reindent a few lines after the last commit. | Diego Biurrun | 2009-02-16 | 1 | -3/+2 |
* | Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if | Diego Biurrun | 2009-02-16 | 2 | -17/+8 |
* | whitespace cosmetics: Place spaces around += for better readability. | Diego Biurrun | 2009-02-16 | 1 | -1/+1 |
* | Add missing object dependencies: eatqi.o depends on mpeg12.o. | Diego Biurrun | 2009-02-16 | 1 | -1/+1 |
* | Make BMP decoder try to decode files with incorrect filesize field value | Kostya Shishkov | 2009-02-16 | 1 | -2/+2 |
* | Replace two asserts by checks and error messages. | Diego Biurrun | 2009-02-16 | 1 | -5/+8 |
* | Doxygen comment wording fix | Diego Biurrun | 2009-02-16 | 1 | -1/+1 |
* | whitespace cosmetics | Diego Biurrun | 2009-02-16 | 1 | -1/+1 |
* | Give struct members more sensible names: | Diego Biurrun | 2009-02-16 | 2 | -7/+7 |
* | cosmetics: one more wording fix | Diego Biurrun | 2009-02-16 | 1 | -1/+1 |
* | cosmetics: Keep lines below 80 characters where sensibly possible. | Diego Biurrun | 2009-02-16 | 1 | -10/+19 |
* | Doxygen spelling/wording fixes | Diego Biurrun | 2009-02-15 | 1 | -7/+9 |
* | spelling/wording fixes for the Doxygen comments | Diego Biurrun | 2009-02-15 | 1 | -3/+3 |
* | draw_horiz_band() is really ff_draw_horiz_band(). | Diego Biurrun | 2009-02-15 | 1 | -4/+4 |
* | spelling/grammar/wording/whitespace for Doxygen comments | Diego Biurrun | 2009-02-15 | 1 | -7/+7 |
* | Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar | Diego Biurrun | 2009-02-15 | 2 | -6/+6 |
* | Improve grammar: "X next after Y" -> "next X after Y". | Stefano Sabatini | 2009-02-15 | 1 | -1/+1 |
* | cosmetics: typo fix | Diego Biurrun | 2009-02-15 | 1 | -1/+1 |
* | Describe all fields in xvmc struct. | Ivan Kalvachev | 2009-02-15 | 1 | -10/+74 |
* | spelling/grammar/wording fixes for Doxygen comments | Diego Biurrun | 2009-02-15 | 1 | -5/+5 |
* | comment spelling/grammar/wording fixes | Diego Biurrun | 2009-02-15 | 1 | -11/+11 |
* | Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value. | Diego Biurrun | 2009-02-15 | 1 | -2/+2 |
* | Rename unique_id to the way michaelni likes it. (xvmc_id) | Ivan Kalvachev | 2009-02-15 | 2 | -6/+6 |
* | Document all functions in mpegvideo_xvmc. | Ivan Kalvachev | 2009-02-15 | 1 | -1/+15 |
* | Rename xvmc_pixfmt_render structure to xvmc_pix_fmt. | Diego Biurrun | 2009-02-15 | 2 | -8/+8 |
* | Kill the magic field in xvmc structure. | Ivan Kalvachev | 2009-02-15 | 2 | -6/+6 |
* | K&R whitespace cosmetics | Diego Biurrun | 2009-02-15 | 1 | -1/+1 |
* | 10l: Remove duplicated hunk of code. | Diego Biurrun | 2009-02-15 | 1 | -6/+0 |
* | Document av_codec_next(). | Stefano Sabatini | 2009-02-15 | 1 | -0/+5 |
* | Silence following warning if only zeros were not consumed: | Carl Eugen Hoyos | 2009-02-15 | 1 | -1/+5 |
* | Place spaces consistently in pointer types in vdpau.c | Reimar Döffinger | 2009-02-15 | 1 | -17/+17 |
* | Cosmetics. Vertical align. | Ivan Kalvachev | 2009-02-15 | 1 | -2/+2 |
* | Almost cosmetics. | Ivan Kalvachev | 2009-02-15 | 1 | -3/+2 |
* | Check all critical xvmc struct fields in ff_xvmc_field_start() | Ivan Kalvachev | 2009-02-15 | 1 | -6/+21 |
* | Proper condition in xvmc decode mb. | Ivan Kalvachev | 2009-02-15 | 1 | -1/+1 |
* | Rename xvmc_render_state to something with pixfmt in its name. | Ivan Kalvachev | 2009-02-15 | 2 | -8/+8 |
* | A little better wording of doxygen comments. | Ivan Kalvachev | 2009-02-15 | 1 | -11/+13 |
* | Revert 17308. | Ivan Kalvachev | 2009-02-15 | 1 | -3/+2 |
* | Prevent heap corruption when resampling 8-bit audio. | Peter Ross | 2009-02-15 | 1 | -1/+1 |
* | Give a little better name to the magic(_id) field in xvmc struct | Ivan Kalvachev | 2009-02-15 | 2 | -6/+6 |
* | Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR. | Diego Biurrun | 2009-02-15 | 1 | -2/+3 |
* | Remove obsolete display_flags member from xvmc struct | Ivan Kalvachev | 2009-02-15 | 1 | -3/+2 |
* | Detailed description of the interesting fields in xvmc struct. | Ivan Kalvachev | 2009-02-15 | 1 | -7/+25 |
* | Move the state field in the xvmc struct to the extensions section. | Ivan Kalvachev | 2009-02-15 | 1 | -3/+1 |
* | Remove redundant assert(render) in ff_xvmc_init_block(). The immediately | Diego Biurrun | 2009-02-15 | 1 | -1/+0 |
* | Remove asserts that are immediately followed by a check and error return. | Diego Biurrun | 2009-02-15 | 1 | -2/+0 |
* | Drop struct members display_flags and state with the next major version bump. | Diego Biurrun | 2009-02-15 | 1 | -0/+4 |
* | Doxygen comment/explanation for ff_xvmc_init_block(). | Diego Biurrun | 2009-02-15 | 1 | -1/+4 |
* | Remove completely unsed structure fields mc_type and chroma_format. | Diego Biurrun | 2009-02-15 | 1 | -6/+0 |
* | whitespace consistency cosmetics | Diego Biurrun | 2009-02-14 | 1 | -1/+1 |