]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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_...
2009-02-16 Benoit FouetAdd a context to av_log() call and update the trace...
2009-02-16 Ronald S. BultjeDon't install rtsp.h. It is intended to be private...
2009-02-16 Benoit FouetChange av_log() calls to fprintf() to stderr calls.
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-16 Benoit FouetAdd a context to av_log() call.
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-16 Benoit FouetAdd a context to av_log() call.
2009-02-16 Benoit FouetAdd a context to av_log() calls and extend ape_dumpinfo...
2009-02-16 Baptiste Coudurierfetch display aspect ratio from mpeg-2 essence
2009-02-16 Diego Biurrunwhitespace cosmetics: Reindent a few lines after the...
2009-02-16 Diego BiurrunGet rid of some '#if CONFIG_MPEG_XVMC_DECODER' preproce...
2009-02-16 Diego Biurrunwhitespace cosmetics: Place spaces around += for better...
2009-02-16 Baptiste Couduriermerge mxf_write_d10_packet into mxf_write_packet
2009-02-16 Diego BiurrunAdd missing object dependencies: eatqi.o depends on...
2009-02-16 Luca AbeniDocument ff_rtp_get_payload_type()
2009-02-16 Luca AbeniRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
2009-02-16 Kostya ShishkovMake BMP decoder try to decode files with incorrect...
2009-02-16 Diego BiurrunReplace two asserts by checks and error messages.
2009-02-16 Diego BiurrunDoxygen comment wording fix
2009-02-16 Diego BiurrunMake format long_names consistent.
2009-02-16 Baptiste Coudurierfix mxf interleaving packet purge
2009-02-16 Diego Biurrunwhitespace cosmetics
2009-02-16 Robert SwainMake myself maintainer of the website code
2009-02-16 Diego BiurrunGive struct members more sensible names:
2009-02-16 Diego Biurruncosmetics: one more wording fix
2009-02-16 Diego Biurruncosmetics: Keep lines below 80 characters where sensibl...
2009-02-15 Diego BiurrunDoxygen spelling/wording fixes
2009-02-15 Diego Biurrunspelling/wording fixes for the Doxygen comments
2009-02-15 Loren MerrittAdd my GPG fingerprint
2009-02-15 Diego Biurrundraw_horiz_band() is really ff_draw_horiz_band().
next