]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-02-15 Diego BiurrunRename xvmc_pixfmt_render structure to xvmc_pix_fmt.
2009-02-15 Ivan KalvachevKill the magic field in xvmc structure.
2009-02-15 Diego BiurrunK&R whitespace cosmetics
2009-02-15 Aurelien Jacobsmatroskaenc: use new metadata API
2009-02-15 Diego Biurrun10l: Remove duplicated hunk of code.
2009-02-15 Aurelien Jacobsmatroskadec: export language of metadata tags when...
2009-02-15 Stefano SabatiniDocument av_codec_next().
2009-02-15 Aurelien Jacobsmatroskadec: add needed definitions forgotten in r17331
2009-02-15 Aurelien Jacobsmatroskadec: add generic metadata support
2009-02-15 Aurelien Jacobsmatroskadec: read track and attachment uid
2009-02-15 Aurelien Jacobsmatroskadec: export track name through the metadata API
2009-02-15 Aurelien Jacobsmatroskadec: use new metadata API to export some simple...
2009-02-15 Carl Eugen... Silence following warning if only zeros were not consumed:
2009-02-15 Stefano SabatiniDo not export to the public the first_protocol symbol...
2009-02-15 Luca AbeniCast a __u64 variable to uint64_t so that it can be...
2009-02-15 Stefano SabatiniDocument av_protocol_next().
2009-02-15 Stefano SabatiniReplace calls/references of the deprecated register_pro...
2009-02-15 Stefano SabatiniRename register_protocol() to av_register_protocol...
2009-02-15 Aurelien Jacobsdemux some more metadata tags in mov
2009-02-15 Reimar DöffingerPlace spaces consistently in pointer types in vdpau.c
2009-02-15 Ivan KalvachevCosmetics. Vertical align.
2009-02-15 Ivan KalvachevAlmost cosmetics.
2009-02-15 Ivan KalvachevCheck all critical xvmc struct fields in ff_xvmc_field_...
2009-02-15 Stefano SabatiniDocument av_iformat_next() and av_oformat_next() functions.
2009-02-15 Ivan KalvachevProper condition in xvmc decode mb.
2009-02-15 Ivan KalvachevRename xvmc_render_state to something with pixfmt in...
2009-02-15 Ivan KalvachevA little better wording of doxygen comments.
2009-02-15 Ivan KalvachevRevert 17308.
2009-02-15 Peter RossPrevent heap corruption when resampling 8-bit audio.
2009-02-15 Ivan KalvachevGive a little better name to the magic(_id) field in...
2009-02-15 Aurelien Jacobsuse new metadata API in mov demuxer
2009-02-15 Diego BiurrunReplace assert in ff_xvmc_field_end() by av_log call...
2009-02-15 Ivan KalvachevRemove obsolete display_flags member from xvmc struct
2009-02-15 Ivan KalvachevDetailed description of the interesting fields in xvmc...
2009-02-15 Ivan KalvachevMove the state field in the xvmc struct to the extensio...
2009-02-15 Diego BiurrunRemove redundant assert(render) in ff_xvmc_init_block...
2009-02-15 Diego BiurrunRemove asserts that are immediately followed by a check...
2009-02-15 Diego BiurrunDrop struct members display_flags and state with the...
2009-02-15 Diego BiurrunDoxygen comment/explanation for ff_xvmc_init_block().
2009-02-15 Diego BiurrunRemove completely unsed structure fields mc_type and...
2009-02-14 Diego Biurrunwhitespace consistency cosmetics
2009-02-14 Diego BiurrunAdd avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR...
2009-02-14 Ivan KalvachevDeprecate some unused xvmc structure fields.
2009-02-14 Diego BiurrunAdd Doxygen comment similar to ff_xvmc_field_start...
2009-02-14 Diego Biurrunwhitespace cosmetics: remove stray space
2009-02-14 Ivan KalvachevCosmetics
2009-02-14 Ivan KalvachevMerge preprocessor if CONFIG_MPEG_XVMC_DECODER and...
2009-02-14 Diego BiurrunDoxygenize ff_xvmc_field_start() comment.
2009-02-14 Diego BiurrunClarify ff_xvmc_field_start() comment.
2009-02-14 Ivan KalvachevCheck ff_xvmc_field_start() result in all cases.
2009-02-14 Ivan KalvachevAnother attempt to clarify draw_horiz_band() usage.
2009-02-14 Diego BiurrunMerge some declarations and initializations.
2009-02-14 Ivan KalvachevReturn error instead of triggering assert.
2009-02-14 Diego Biurruncosmetics: comment wording/grammar
2009-02-14 Diego Biurruncosmetics: Change '8*8' to '64'.
2009-02-14 Diego Biurruncosmetics: K&R style
2009-02-14 Ivan KalvachevGive nice message for failed assert.
2009-02-14 Diego BiurrunAttempt to clarify draw_horiz_band description and...
2009-02-14 Ivan KalvachevMore clarification for draw_horiz_band() in hwaccell...
2009-02-14 Diego BiurrunAdd xvmc_internal.h that contains all internal xvmc...
2009-02-14 Ivan KalvachevCosmetic 64 instead 8*8
2009-02-14 Ivan KalvachevClarify some assert usage.
2009-02-14 Stefano SabatiniUse sws_printVec2() instead of the deprecated sws_print...
2009-02-14 Stefano SabatiniImplement sws_printVec2() and deprecate sws_printVec().
2009-02-14 Ivan KalvachevDocument that ff_draw_horiz_band() could be used as...
2009-02-14 Diego Biurrunanother (last?) round of K&R whitespace cosmetics
2009-02-14 Diego Biurrunwhitespace cosmetics: Align some comments.
2009-02-14 Diego Biurrunwhitespace cosmetics: Put some spaces around operators...
2009-02-14 Diego BiurrunRemove a comment that references a non-existing function.
2009-02-14 Diego BiurrunMake one comment slightly clearer and more readable.
2009-02-14 Diego BiurrunRemove one more commented-out line.
2009-02-14 Diego Biurrunsome more K&R whitespace cosmetics
2009-02-14 Stefano SabatiniDocument sws_normalizeVec().
2009-02-14 Diego Biurruncosmetics: grammar/spelling/wording fixes in comments
2009-02-14 Diego BiurrunRemove useless comment.
2009-02-14 Diego BiurrunRestore one set of parentheses to avoid the warning:
2009-02-14 Diego Biurrunwhitespace cosmetics: consistently format all comments
2009-02-14 Diego Biurrunwhitespace cosmetics: Correctly indent all comments.
2009-02-14 Ivan KalvachevClarify TODO comment
2009-02-14 Diego BiurrunRemove compatibility layer for old names of xvmc defini...
2009-02-14 Diego BiurrunDrop two more sets of useless parentheses.
2009-02-14 Ivan Kalvachevget rid of the branch prediction
2009-02-14 Diego Biurruncosmetics: Consistently format all if/else statements...
2009-02-14 Diego BiurrunRemove some useless parentheses.
2009-02-14 Diego BiurrunRename some forward declarations that were missed,...
2009-02-14 Ivan Kalvachevremove obsolete comment
2009-02-14 Diego BiurrunFix compilation: XVMC_ --> ff_xvmc prefix for xvmc...
2009-02-14 Ivan Kalvachevremove some useless ()
2009-02-14 Ivan Kalvachevuse ff_xvmc for function names instead of XVMC_
2009-02-14 Diego Biurrunwhitespace cosmetics: Restore vertical alignment.
2009-02-14 Ivan Kalvachevclarify xvmc struct fields usage distribution (internal...
2009-02-14 Ivan Kalvachevdoxygen style comments
2009-02-14 Diego BiurrunReplace useless X11 #includes by the one that actually...
2009-02-14 Diego Biurrunwhitespace cosmetics: vertical alignment
2009-02-14 Diego BiurrunFix non-Doxygen comment.
2009-02-14 Diego BiurrunAdd avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR...
2009-02-14 Ivan Kalvachevvertically align xvmc struct member comments
2009-02-14 Ivan KalvachevRename xvmc flags to follow ffmpeg AV_ notion.
2009-02-14 Diego BiurrunGive public #defines that are used by MPlayer an AV_...
2009-02-14 Diego BiurrunReplace all (x == NULL) or (x != NULL) in assert and...
next