]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2009-02-14 Diego BiurrunUpdate multiple inclusion guards to match filename.
2009-02-14 Ivan Kalvachevremove assertion that use external definitions
2009-02-14 Diego BiurrunFix compilation: Restore mistakenly removed constant...
2009-02-14 Kostya ShishkovMake hScale_altivec_real() trim its output like other...
2009-02-14 Kostya ShishkovSome AltiVec functions in SwScaler produce different...
2009-02-14 Ivan Kalvachevexplain chroma_format field in xvmc struct
2009-02-14 Ivan Kalvachevdescribe idct variable in xvmc struct
2009-02-14 Ivan KalvachevDescribe the purpose of magic in xvmc structure.
2009-02-14 Diego Biurrunwhitespace cosmetics: vertical alignment
2009-02-14 Diego Biurrunwhitespace cosmetics: another round of formatting consi...
2009-02-14 Diego Biurrunwhitespace cosmetics: consistent (more or less) K&R...
2009-02-14 Diego Biurrunwhitespace cosmetics: Fix indentation depth.
2009-02-14 Diego BiurrunRemove commented-out code.
2009-02-14 Diego Biurrun100l: Remove stray character that slipped into header...
2009-02-14 Michael NiedermayerSilence "assdec.c:146: warning: passing argument 4...
2009-02-14 Diego BiurrunRemove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_D...
2009-02-14 Diego BiurrunRename xvmc.c --> mpegvideo_xvmc.c as suggested by...
2009-02-14 Peter RossUse consistent indent style in oggdec.
2009-02-14 Diego BiurrunMake xvmc.h an installed header, applications like...
2009-02-14 Diego BiurrunRevert adding a _pixfmt to vdpau/xvmc header names.
2009-02-14 Diego Biurruncosmetics: alphabetical order
2009-02-14 Patrik KullmanAdd av_uninit to variable declarations to fix the false...
2009-02-14 Stefano SabatiniFix avfilter_parse_graph() invalid graph description...
2009-02-14 Kostya ShishkovEnable dropping frames for RV3/4
2009-02-13 Patrik KullmanAdd libavcodec/internal.h include to avoid warning...
2009-02-13 Baptiste Couduriercompute body offset and index entry offset correctly
2009-02-13 Patrik Kullmanlpc: Remove false positive compilation warning about...
2009-02-13 Patrik KullmanAssert that ff_lpc_calc_coefs() is called with a valid...
2009-02-13 Patrik Kullmanlpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
2009-02-13 Justin Rugglesadd myself as maintainer for lpc.[ch]
2009-02-13 Thierry Foucuuse correct field number for video according to specs...
2009-02-13 Baptiste Couduriercosmetics, rename nb_frames to nb_fields
2009-02-13 Baptiste Coudurierfix slice offset computation
2009-02-13 Alex ConverseRe-indent after last commit.
2009-02-13 Alex ConverseMake set coup.gain[c][0] aand only coup.gain[c][0]...
2009-02-13 Diego BiurrunAdd supported network protocols section.
2009-02-13 Diego BiurrunRemove pointless #if around the file, it is already...
2009-02-13 Baptiste Coudurierset mime type for mxf
2009-02-13 Baptiste Couduriersimplify
2009-02-13 Baptiste Couduriercosmetics, reindent, add/remove some empty lines, redun...
2009-02-13 Baptiste CoudurierMXF D-10 muxer
2009-02-13 Baptiste Coudurierstore display height without vbi
2009-02-13 Baptiste Couduriersplit mpegvideo descriptor into cdci descriptor and...
2009-02-13 Kostya ShishkovIn RV3/4 nonzero MB offset for the first slice also...
2009-02-13 Baptiste Coudurierwrite essence elements klv packets with ber4 length...
2009-02-13 Baptiste Coudurierencode klv fill item length in fixed ber 4 bytes
2009-02-13 Alex ConverseReport the illegal audio object type, not it offset...
2009-02-13 Alexander StrangePut dispatch_tab in the rodata section for macho64.
next