]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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.
2009-02-13 Alex ConverseCorrectly map ADTS profile_ObjectType to MPEG-4 AOT
2009-02-13 Zuxy Mengadd SSE2 version of vp6_filter_diag
2009-02-12 Sebastien Lucasadd MMX version of vp6_filter_diag
2009-02-12 Alex ConverseADTS Muxer: Refuse to write illegal ADTS files by check...
2009-02-12 Aurelien Jacobsconvert ff_pw_64 into an xmm_reg for future use in...
2009-02-12 Diego BiurrunFix typo: vido --> video
2009-02-12 Diego BiurrunAdd raw (de)muxers to list of supported file formats.
2009-02-12 Robert SwainRelinquish maintainership of adtsenc.c from Måns grasp :)
2009-02-12 Justin Rugglesuse av_malloc() in vorbis_comment()
2009-02-12 Diego BiurrunAdd entries that were missing from the supported file...
2009-02-12 Diego BiurrunUse more descriptive format names, similar to the forma...
2009-02-12 Reimar DöffingerFix compilation, there is no file vdpauvideo.c, only...
2009-02-12 Diego BiurrunUse more descriptive format long_names.
2009-02-12 Diego Biurruncosmetics: format long_name spelling fixes
2009-02-12 Robert SwainAAC: Cosmetic alterations after the last commit
2009-02-12 Alex ConverseGive an error message when returning due to an unalloca...
2009-02-12 Alex ConverseAdd support for sample rate index 12, 7350 Hz
2009-02-12 Alex ConverseRemove bogus coupling_point assignment for non-CCE...
2009-02-12 Baptiste Coudurierwrite active picture height for d-10/imx in mov
2009-02-12 Art ClarkeAdd a warning log when trying to encode into a containe...
2009-02-12 Baptiste Coudurierset last packet next pointer to null
2009-02-12 Baptiste Couduriercheck body partitions count before writing
2009-02-12 Patrik KullmanCheck return value of ffm_write_write_index and ffm_rea...
2009-02-12 Baptiste Coudurierreturn error if read failed
2009-02-12 Patrik KullmanChange ffm_write_write_index to return int, and return...
2009-02-12 Diego BiurrunRemove reference to renamed header file xvmc_render.h.
2009-02-12 Björn AxelssonSet AVSubtitle format to 0. Neither dvdsubdec nor xsubd...
2009-02-12 Diego Biurrun10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile...
2009-02-12 Diego BiurrunRename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h...
2009-02-12 Michael NiedermayerLet rgb32 pass for ljpeg.
2009-02-12 Stefano SabatiniApply misc fixes for sws_getCachedContext() documentation.
2009-02-12 Thierry Foucucompute b_per_i_or_p value correctly, patch by Thierry...
2009-02-12 Stefano SabatiniBump micro version, related to r28491.
2009-02-11 Baptiste Coudurierrename wrongly named b_per_gop to b_per_i_or_p accordin...
2009-02-11 Stefano SabatiniDocument sws_getContext().
2009-02-11 Aurelien Jacobsuse new metadata API in ogg/vorbis demuxer
2009-02-11 Baptiste Coudurierextend resampling API, add S16 internal conversion
2009-02-11 Stefano SabatiniDocument sws_getIdentityVec().
2009-02-11 Baptiste Coudurierfix frame size, time rate is not stts duration anymore...
2009-02-11 Baptiste Coudurierdo not set start time to 0, it is not the case with...
2009-02-11 Vitor SessakDocument old scaler as deprecated
2009-02-11 Toshimitsu... Gopher protocol, patch by Toshimitsu Kimura, lovesyao...
2009-02-11 Diego BiurrunFix wrong file name in header, noticed by David DeHaven...
2009-02-11 Diego BiurrunAdd av_uninit macro to variable to avoid false positive...
2009-02-11 Diego BiurrunAdd av_uninit macro to variables to avoid false positiv...
2009-02-11 Diego BiurrunAdd av_uninit macro to variable to avoid false positive...
2009-02-11 Diego BiurrunAdd av_uninit macro to variable to avoid false positive...
2009-02-11 Kostya ShishkovInitialize s->gob_index for Intel variant of H.263 too
2009-02-11 Diego BiurrunRename vdpauvideo.c --> vdpau.c and xvmcvideo.c --...
2009-02-11 Diego BiurrunAdd check whether the compiler/assembler supports 10...
2009-02-11 Benoit FouetAllow demuxing of audio substreams stored as 0x06 type.
2009-02-11 Baptiste Coudurierparse mpeg2 gop header time code and use it
2009-02-11 Baptiste Coudurierwrite timecode track
2009-02-11 Alexander StrangeH264: Change left_block_options to uint8_t from int...
2009-02-11 Baptiste Coudurieradjust time rate according to elst time offset
2009-02-11 Baptiste Coudurierfix last keyframe index accross body partitions
2009-02-11 Baptiste Coudurierfix body offset
2009-02-11 Stefano SabatiniCosmetics: vertical align "*" for consistency with...
2009-02-11 Stefano SabatiniRemove @deprecated notice from AVFrac, it is not deprec...
2009-02-11 Patrik KullmanUse av_strlcpy instead of snprintf without formatting.
2009-02-10 Stefano SabatiniMove sws_getGaussianVec() documentation from swscale...
2009-02-10 Stefano SabatiniDocument sws_cloneVec().
2009-02-10 Stefano SabatiniFix typo: lenght -> length.
2009-02-10 Stefano SabatiniDocument sws_scaleVec().
2009-02-10 Stefano SabatiniDocument sws_getConstVec().
2009-02-10 Stefano SabatiniMove documentation of sws_getCachedContext() from swsca...
2009-02-10 Baptiste Coudurierfix partition offset when only one stream present
2009-02-10 Stefano SabatiniRemove pointless comment regarding sws_scale_ordered().
2009-02-10 Stefano SabatiniAdd a @deprecated notice to swscale_get_ordered().
2009-02-10 Baptiste Coudurierfix timecode value
2009-02-10 Stefan Gehrerintroduce a macroblock index to avoid a few x*width...
2009-02-10 Stefan Gehrerfix multiple slices per frame
2009-02-10 Stefan Gehrerfix parsing of pic_structure
2009-02-10 Stefan Gehreravoid duplicating dsputil's clear_block
2009-02-10 Stefan Gehrertime_code has 24 bits, not 16
2009-02-10 Stefan Gehrerdo not check for minimum slice start code, 0x00000100...
2009-02-10 Anuradha SuraparajuFix crash when encoding using libschroedinger.
2009-02-10 Jai MenonCheck sampling index validity for AAC decoding
2009-02-10 Patrik KullmanAdd a default (error) for the switch in case of an...
2009-02-10 Mathieu MalaterreUse default system include path for an installed OpenJP...
2009-02-10 Patrik KullmanFix (with av_uninit()) false positive warning about...
2009-02-10 Carl Eugen... Silence one icc warning:
2009-02-10 Baptiste Coudurierwrite body partitions
2009-02-10 Baptiste Couduriercompute index byte count in mxf_write_partition
2009-02-10 Baptiste Coudurierremove check, mxf muxer does not have track number...
next