summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Document av_codec_next().Stefano Sabatini2009-02-15
* matroskadec: add needed definitions forgotten in r17331Aurelien Jacobs2009-02-15
* matroskadec: add generic metadata supportAurelien Jacobs2009-02-15
* matroskadec: read track and attachment uidAurelien Jacobs2009-02-15
* matroskadec: export track name through the metadata APIAurelien Jacobs2009-02-15
* matroskadec: use new metadata API to export some simple informationAurelien Jacobs2009-02-15
* Silence following warning if only zeros were not consumed:Carl Eugen Hoyos2009-02-15
* Do not export to the public the first_protocol symbol at the nextStefano Sabatini2009-02-15
* Cast a __u64 variable to uint64_t so that it can be printed without warningsLuca Abeni2009-02-15
* Document av_protocol_next().Stefano Sabatini2009-02-15
* Replace calls/references of the deprecated register_protocol()Stefano Sabatini2009-02-15
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-15
* demux some more metadata tags in movAurelien Jacobs2009-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
* Document av_iformat_next() and av_oformat_next() functions.Stefano Sabatini2009-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
* use new metadata API in mov demuxerAurelien Jacobs2009-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
* Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.Diego Biurrun2009-02-14
* Deprecate some unused xvmc structure fields.Ivan Kalvachev2009-02-14
* Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().Diego Biurrun2009-02-14
* whitespace cosmetics: remove stray spaceDiego Biurrun2009-02-14
* CosmeticsIvan Kalvachev2009-02-14
* Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)Ivan Kalvachev2009-02-14
* Doxygenize ff_xvmc_field_start() comment.Diego Biurrun2009-02-14
* Clarify ff_xvmc_field_start() comment.Diego Biurrun2009-02-14
* Check ff_xvmc_field_start() result in all cases.Ivan Kalvachev2009-02-14
* Another attempt to clarify draw_horiz_band() usage.Ivan Kalvachev2009-02-14
* Merge some declarations and initializations.Diego Biurrun2009-02-14
* Return error instead of triggering assert.Ivan Kalvachev2009-02-14
* cosmetics: comment wording/grammarDiego Biurrun2009-02-14
* cosmetics: Change '8*8' to '64'.Diego Biurrun2009-02-14
* cosmetics: K&R styleDiego Biurrun2009-02-14