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