]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Change av_log() calls to fprintf() to stderr calls.
[frescor/ffmpeg.git] / libavcodec /
2009-02-16 diegowhitespace cosmetics: Reindent a few lines after the...
2009-02-16 diegoGet rid of some '#if CONFIG_MPEG_XVMC_DECODER' preproce...
2009-02-16 diegowhitespace cosmetics: Place spaces around += for better...
2009-02-16 diegoAdd missing object dependencies: eatqi.o depends on...
2009-02-16 kostyaMake BMP decoder try to decode files with incorrect...
2009-02-16 diegoReplace two asserts by checks and error messages.
2009-02-16 diegoDoxygen comment wording fix
2009-02-16 diegowhitespace cosmetics
2009-02-16 diegoGive struct members more sensible names:
2009-02-16 diegocosmetics: one more wording fix
2009-02-16 diegocosmetics: Keep lines below 80 characters where sensibl...
2009-02-15 diegoDoxygen spelling/wording fixes
2009-02-15 diegospelling/wording fixes for the Doxygen comments
2009-02-15 diegodraw_horiz_band() is really ff_draw_horiz_band().
2009-02-15 diegospelling/grammar/wording/whitespace for Doxygen comments
2009-02-15 diegoRename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID...
2009-02-15 stefanoImprove grammar: "X next after Y" -> "next X after Y".
2009-02-15 diegocosmetics: typo fix
2009-02-15 iiveDescribe all fields in xvmc struct.
2009-02-15 diegospelling/grammar/wording fixes for Doxygen comments
2009-02-15 diegocomment spelling/grammar/wording fixes
2009-02-15 diegoExplain how AV_XVMC_RENDER_MAGIC got its seemingly...
2009-02-15 iiveRename xvmc to the way michaelni likes it. (xvmc_id)
2009-02-15 iiveDocument all functions in mpegvideo_xvmc.
2009-02-15 diegoRename xvmc_pixfmt_render structure to xvmc_pix_fmt.
2009-02-15 iiveKill the magic
2009-02-15 diegoK&R whitespace cosmetics
2009-02-15 diego10l: Remove duplicated hunk of code.
2009-02-15 stefanoDocument av_codec_next().
2009-02-15 cehoyosSilence following warning if only zeros were not consumed:
2009-02-15 reimarPlace spaces consistently in pointer types in vdpau.c
2009-02-15 iiveCosmetics. Vertical align.
2009-02-15 iiveAlmost cosmetics.
2009-02-15 iiveCheck all critical xvmc struct fields in ff_xvmc_field_...
2009-02-15 iiveProper condition in xvmc decode mb.
2009-02-15 iiveRename xvmc_render_state to something with pixfmt in...
2009-02-15 iiveA little better wording of doxygen comments.
2009-02-15 iiveRevert 17308.
2009-02-15 prossPrevent heap corruption when resampling 8-bit audio.
2009-02-15 iiveGive a little better name to the magic(_id) field in...
2009-02-15 diegoReplace assert in ff_xvmc_field_end() by av_log call...
2009-02-15 iiveRemove obsolate display_flag from xvmc struct
2009-02-15 iiveDetailed description of the interesting fields in xvmc...
2009-02-15 iiveMpve the field state in xvmc struct to the extentions...
2009-02-15 diegoRemove redundant assert(render) in ff_xvmc_init_block...
2009-02-15 diegoRemove asserts that are immediately followed by a check...
2009-02-15 diegoDrop struct members display_flags and state with the...
2009-02-15 diegoDoxygen comment/explanation for ff_xvmc_init_block().
2009-02-15 diegoRemove completely unsed structure fields mc_type and...
2009-02-14 diegowhitespace consistency cosmetics
2009-02-14 diegoAdd avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR...
2009-02-14 iiveDepricate some unused xvmc structure fields.
2009-02-14 diegoAdd Doxygen comment similar to ff_xvmc_field_start...
2009-02-14 diegowhitespace cosmetics: remove stray space
2009-02-14 iiveCosmetics
2009-02-14 iiveMerge preprocessor if CONFIG_MPEG_XVMC_DECODER and...
2009-02-14 diegoDoxygenize ff_xvmc_field_start() comment.
2009-02-14 diegoClarify ff_xvmc_field_start() comment.
2009-02-14 iiveCheck ff_xvmc_field_start() result in all cases.
2009-02-14 iiveAnother attempt to clarify draw_horiz_band() usage.
2009-02-14 diegoMerge some declarations and initializations.
2009-02-14 iiveReturn error instead triggering assert.
2009-02-14 diegocosmetics: comment wording/grammar
2009-02-14 diegocosmetics: Change '8*8' to '64'.
2009-02-14 diegocosmetics: K&R style
2009-02-14 iiveGive nice message for failed assert.
2009-02-14 diegoAttempt to clarify draw_horiz_band description and...
2009-02-14 iiveMore clarification for draw_horiz_band() in hwaccell...
2009-02-14 diegoAdd xvmc_internal.h that contains all internal xvmc...
2009-02-14 iiveCosmetic 64 instead 8*8
2009-02-14 iiveClarify some assert usage.
2009-02-14 iiveDocument that ff_draw_horiz_band() could be used as...
2009-02-14 diegoanother (last?) round of K&R whitespace cosmetics
2009-02-14 diegowhitespace cosmetics: Align some comments.
2009-02-14 diegowhitespace cosmetics: Put some spaces around operators...
2009-02-14 diegoRemove a comment that references a non-existing function.
2009-02-14 diegoMake one comment slightly clearer and more readable.
2009-02-14 diegoRemove one more commented-out line.
2009-02-14 diegosome more K&R whitespace cosmetics
2009-02-14 diegocosmetics: grammar/spelling/wording fixes in comments
2009-02-14 diegoRemove useless comment.
2009-02-14 diegoRestore one set of parentheses to avoid the warning:
2009-02-14 diegowhitespace cosmetics: consistently format all comments
2009-02-14 diegowhitespace cosmetics: Correctly indent all comments.
2009-02-14 iiveClarify TODO comment
2009-02-14 diegoRemove compatibility layer for old names of xvmc defini...
2009-02-14 diegoDrop two more sets of useless parentheses.
2009-02-14 iiveget rid of the branch prediction
2009-02-14 diegocosmetics: Consistently format all if/else statements...
2009-02-14 diegoRemove some useless parentheses.
2009-02-14 diegoRename some forward declarations that were missed,...
2009-02-14 iiveremove obsolate comment
2009-02-14 diegoFix compilation: XVMC_ --> ff_xvmc prefix for xvmc...
2009-02-14 iiveremove some useless ()
2009-02-14 iiveuse ff_xvmc for function names instead of XVMC_
2009-02-14 diegowhitespace cosmetics: Restore vertical alignment.
2009-02-14 iiveclarify xvmc struct fields usage distribution (internal...
2009-02-14 iivedoxygen style comments
2009-02-14 diegoReplace useless X11 #includes by the one that actually...
2009-02-14 diegowhitespace cosmetics: vertical alignment
next