]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-02-21 Cédric SchieliFactorize some code in yuv2rgb_template.c to ease furth...
2009-02-21 Ronald S. BultjeChange sizeof(struct_type) to sizeof(variable).
2009-02-21 Cédric Schielimove zeroing of alpha channel register out of YSCALEYUV...
2009-02-21 Cédric Schielisplits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
2009-02-21 Cédric Schielimake MMX registers parametrized in the WRITEBGR32 macro,
2009-02-21 Stefan Gehreradd raw demuxer for Chinese AVS elementary streams
2009-02-20 Justin RugglesSet the correct number of samples for E-AC-3 in the...
2009-02-20 Ivan SchreterUse last decoded SPS as current SPS in order to parse...
2009-02-20 Peter RossAdd myself as maintainer for American Laser Games and...
2009-02-20 Roman ShaposhnikFixing a value returning issue
2009-02-19 Ivan SchreterAdd convergence_duration to AVCodecParserContext.
2009-02-19 Alex ConverseRe-indent after last commit
2009-02-19 Alex ConverseAAC in ASF does not need parsing.
2009-02-19 Alex ConverseAdd Divio MPEG-4 FOURCC (M4CC)
2009-02-19 Alex ConverseReindent after last commit
2009-02-19 Ivan SchreterSilence two warnings:
2009-02-19 Alex ConverseSome buffer checks for indeo3
2009-02-19 Aurelien Jacobsmatroskadec: fix seek regression tests according to...
2009-02-19 Aurelien Jacobsmatroskadec: return AVERROR_EOF upon detection of end...
2009-02-19 Michael NiedermayerA try to fix the regressions.
2009-02-19 Peter RossFFplay: Stop processing input file when AVERROR_EOF...
2009-02-19 Peter RossFLV demuxer: return AVERROR_EOF upon detection of end...
2009-02-19 Peter RossAVI demuxer: return AVERROR_EOF upon detection of end...
2009-02-19 Peter RossAdd AVERROR_EOF.
2009-02-19 Diego BiurrunMark functions only used within the test programs as...
2009-02-19 Ivan KalvachevAdd more paranoid checks of xvmc token.
2009-02-19 Ivan KalvachevExit with error if MPV_common_init() is called with...
2009-02-19 Diego BiurrunOnly enable SSE/3DNOW optimizations when they have...
2009-02-19 Diego BiurrunDirectly #include required X11/XvMC header.
2009-02-19 Roman Shaposhniktransitioning dv_guess_dct_mode to dsputil cmp function
2009-02-19 Roman ShaposhnikAdding 2 intra 8x8 cmp functions: vsad, vsse
2009-02-19 Joakim PlateAllow AC-3 parser to modify codec_id.
2009-02-19 Roman ShaposhnikMaking the arrays accomodate an extra intra 8x8 cmp...
2009-02-19 Aurelien Jacobsfix missing dependencies
2009-02-19 Stefano SabatiniFix typo: explixitly -> explicitly.
2009-02-19 Diego Biurrunprettyprinting whitespace cosmetics
2009-02-18 Ivan SchreterAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-18 Ivan SchreterParse buffering period (H.264, D.1.1).
2009-02-18 Diego BiurrunThe 3DNow! and SSE FFT optimizations depend on the...
2009-02-18 Ivan SchreterStore CPB count in the context.
2009-02-18 Stefano SabatiniRename the "src" parameter in the sws_scale() declarati...
2009-02-18 Stefano SabatiniDocument sws_scale().
2009-02-18 Stefano SabatiniUse const qualifier for the variable "tbp", fix warning.
2009-02-18 Stefano SabatiniUse parentheses around assignment used as truth value...
2009-02-18 Stefano SabatiniAssign const qualifier to the font variable, fix warning.
2009-02-18 Stefano SabatiniAdd const qualifier to the error var, fix warnings.
2009-02-18 Tomer BarletzMove debug trace to the new compute_frame_delay() function.
2009-02-18 Benoit FouetCosmetics: reindent after previous commit.
2009-02-18 Tomer BarletzDo not force last delay value to its own value.
2009-02-18 Tomer BarletzExtract into its own function the code to compute frame...
2009-02-18 avcoderav_alloc_format_context has been renamed, update AVForm...
2009-02-18 Michael NiedermayerClarify get_ue_golomb_31() behavior with >31.
2009-02-18 Art ClarkeMake output_example use av_interleaved_write_frame...
2009-02-18 Reimar DöffingerInstead of crashing, return from ff_vdpau_mpeg_picture_...
2009-02-18 Carl Eugen... Add myself as vdpau maintainer.
2009-02-18 Art ClarkeSet global header flag for every container that require...
2009-02-18 Baptiste Coudurierfix partition index byte count
2009-02-18 Baptiste Coudurieralways use multi track since timecode track is present
2009-02-18 Art Clarkeav_write_trailer() must be done before closing codecs.
2009-02-18 Baptiste Coudurierfix preface version
2009-02-18 Baptiste Couduriercheck fifo size and realloc if needed
2009-02-18 Baptiste Coudurierstart counting track number from 0
2009-02-18 Baptiste Coudurierremove redundant comment
2009-02-18 Baptiste Coudurierdo not write slice count when muxing cbr
2009-02-18 Baptiste Coudurierflush pending write in mxf_write_footer
2009-02-18 Baptiste Coudurieruse index 0 for timecode track and write it in source...
2009-02-18 Baptiste Coudurierfix rip body sid when muxing cbr
2009-02-18 Ivan SchreterParse cbp_removal_delay in SEI picture structure.
2009-02-18 Ivan SchreterParse dpb_output_delay in SEI picture structure.
2009-02-18 Ivan SchreterParse initial_cpb_removal_delay_length.
2009-02-18 Baptiste Couduriersimplify descriptor size computation logic
2009-02-18 Diego BiurrunHandle conditional compilation of CPU-specific FFT...
2009-02-18 Diego BiurrunAdd support for enabling/disabling AMD 3DNow! extended...
2009-02-18 Aurelien Jacobsuse new metadata API in nsv demuxer
2009-02-18 Aurelien Jacobsuse new metadata API in mpegts muxer
2009-02-17 Diego Biurrunmpegvideo_xvmc.o depends on mpegvideo.o.
2009-02-17 Diego BiurrunReplace sizeof(short) by the more robust sizeof(*s...
2009-02-17 Diego Biurrunsmall Doxygen comment grammar fix
2009-02-17 Diego BiurrunRevert converting two asserts into if checks and error...
2009-02-17 Stephen WarrenFix MBAFF/PAFF samples.
2009-02-17 Diego Biurrunspelling/grammar/wording fixes for the Doxygen comments
2009-02-17 Andreas ÖmanGopher protocol should depend on networking being enabled.
2009-02-17 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2009-02-17 Aurelien Jacobsremove now useless get_str16() from rmdec.c
2009-02-17 Aurelien Jacobsuse new metadata API in rm (de)muxer
2009-02-17 Michael NiedermayerFix @param[in/out] handling
2009-02-17 Aurelien Jacobsapedec: display a warning when truncating a metadata tag
2009-02-17 Gwenole BeauchesneMove initialization of {luma,chroma}_weight_flag[] up,
2009-02-17 Diego Biurruncosmetics: 'void/int inline' --> 'inline void/int'...
2009-02-17 Diego Biurruncosmetics: 'const static' --> 'static const' to avoid...
2009-02-17 Luca AbeniRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-17 Luca AbeniMove to rtp.h the prototypes of all the functions defin...
2009-02-17 Aurelien Jacobsuse new metadata API in ape demuxer
2009-02-16 Ivan KalvachevThoroughly check all fields set by the application...
2009-02-16 Patrik Kullmanflacdec: Silence false positive warning about uninitial...
2009-02-16 Måns Rullgårdavidec: fix error introduced in r17382
2009-02-16 Ivan KalvachevMinor clarification of xvmc field description.
2009-02-16 Ivan KalvachevImprovements in xvmc structure fields descriptions.
2009-02-16 Benoit FouetAdd a context to av_log() calls and modify a function...
2009-02-16 Ronald S. BultjeRename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
next