aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* K&R whitespace cosmeticsDiego Biurrun2009-02-151-1/+1
* matroskaenc: use new metadata APIAurelien Jacobs2009-02-151-6/+8
* 10l: Remove duplicated hunk of code.Diego Biurrun2009-02-151-6/+0
* matroskadec: export language of metadata tags when availableAurelien Jacobs2009-02-151-2/+14
* Document av_codec_next().Stefano Sabatini2009-02-151-0/+5
* matroskadec: add needed definitions forgotten in r17331Aurelien Jacobs2009-02-151-0/+5
* matroskadec: add generic metadata supportAurelien Jacobs2009-02-151-36/+69
* matroskadec: read track and attachment uidAurelien Jacobs2009-02-151-2/+4
* matroskadec: export track name through the metadata APIAurelien Jacobs2009-02-151-1/+3
* matroskadec: use new metadata API to export some simple informationAurelien Jacobs2009-02-151-5/+8
* Silence following warning if only zeros were not consumed:Carl Eugen Hoyos2009-02-151-1/+5
* Do not export to the public the first_protocol symbol at the nextStefano Sabatini2009-02-151-0/+3
* Cast a __u64 variable to uint64_t so that it can be printed without warningsLuca Abeni2009-02-151-1/+1
* Document av_protocol_next().Stefano Sabatini2009-02-151-0/+5
* Replace calls/references of the deprecated register_protocol()Stefano Sabatini2009-02-152-2/+2
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-153-3/+17
* demux some more metadata tags in movAurelien Jacobs2009-02-151-0/+10
* Place spaces consistently in pointer types in vdpau.cReimar Döffinger2009-02-151-17/+17
* Cosmetics. Vertical align.Ivan Kalvachev2009-02-151-2/+2
* Almost cosmetics.Ivan Kalvachev2009-02-151-3/+2
* Check all critical xvmc struct fields in ff_xvmc_field_start()Ivan Kalvachev2009-02-151-6/+21
* Document av_iformat_next() and av_oformat_next() functions.Stefano Sabatini2009-02-151-0/+11
* Proper condition in xvmc decode mb.Ivan Kalvachev2009-02-151-1/+1
* Rename xvmc_render_state to something with pixfmt in its name.Ivan Kalvachev2009-02-152-8/+8
* A little better wording of doxygen comments.Ivan Kalvachev2009-02-151-11/+13
* Revert 17308.Ivan Kalvachev2009-02-151-3/+2
* Prevent heap corruption when resampling 8-bit audio.Peter Ross2009-02-151-1/+1
* Give a little better name to the magic(_id) field in xvmc structIvan Kalvachev2009-02-152-6/+6
* use new metadata API in mov demuxerAurelien Jacobs2009-02-151-16/+21
* Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.Diego Biurrun2009-02-151-2/+3
* Remove obsolete display_flags member from xvmc structIvan Kalvachev2009-02-151-3/+2
* Detailed description of the interesting fields in xvmc struct.Ivan Kalvachev2009-02-151-7/+25
* Move the state field in the xvmc struct to the extensions section.Ivan Kalvachev2009-02-151-3/+1
* Remove redundant assert(render) in ff_xvmc_init_block(). The immediatelyDiego Biurrun2009-02-151-1/+0
* Remove asserts that are immediately followed by a check and error return.Diego Biurrun2009-02-151-2/+0
* Drop struct members display_flags and state with the next major version bump.Diego Biurrun2009-02-151-0/+4
* Doxygen comment/explanation for ff_xvmc_init_block().Diego Biurrun2009-02-151-1/+4
* Remove completely unsed structure fields mc_type and chroma_format.Diego Biurrun2009-02-151-6/+0
* whitespace consistency cosmeticsDiego Biurrun2009-02-141-1/+1
* Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.Diego Biurrun2009-02-141-0/+2
* Deprecate some unused xvmc structure fields.Ivan Kalvachev2009-02-141-2/+7
* Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().Diego Biurrun2009-02-141-0/+4
* whitespace cosmetics: remove stray spaceDiego Biurrun2009-02-141-1/+1
* CosmeticsIvan Kalvachev2009-02-141-3/+3
* Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)Ivan Kalvachev2009-02-141-15/+6
* Doxygenize ff_xvmc_field_start() comment.Diego Biurrun2009-02-141-2/+4
* Clarify ff_xvmc_field_start() comment.Diego Biurrun2009-02-141-2/+2
* Check ff_xvmc_field_start() result in all cases.Ivan Kalvachev2009-02-141-1/+2
* Another attempt to clarify draw_horiz_band() usage.Ivan Kalvachev2009-02-141-7/+7
* Merge some declarations and initializations.Diego Biurrun2009-02-141-9/+4