]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2009-02-10 Baptiste Coudurierretrieve flags from mxf_parse_mpeg2_frame using a param
2009-02-10 Baptiste Coudurier10l, edit unit offset is after klv fill
2009-02-10 Baptiste Couduriercosmetics, associate mxf_write_klv_fill to aligned...
2009-02-10 Baptiste Coudurierwrite component depth and horizontal subsampling best...
2009-02-10 Baptiste Coudurierfix header byte count
2009-02-10 Baptiste Couduriermove up mxf_write_klv_fill and align index, rip and...
2009-02-10 Baptiste Coudurierfix primer pack local tags uls
2009-02-10 Baptiste Couduriercorrectly set multi track operational pattern
2009-02-10 Baptiste Coudurierfix compilation with DEBUG defined, field does not...
2009-02-10 Diego BiurrunRemove unnecessary emms Assembler instructions.
2009-02-10 Diego BiurrunUse AV_GCC_VERSION_AT_LEAST instead of complicated...
2009-02-10 Aurelien Jacobsremove now useless av_set_program_name() function
2009-02-10 Aurelien Jacobsuse new metadata API in mpegts demuxer
2009-02-09 Stefano SabatiniDocument coeff and length fields in SwsVector.
2009-02-09 Aurelien Jacobsmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-09 PatrikReplace snprintf() with av_strlcpy().
2009-02-09 Ivan SchreterAdd SEI recovery point frame counter to H264Context...
2009-02-09 Aurelien Jacobsvp56: alpha_offset is uninitialized on purpose
2009-02-09 Nicolas Georgelibvorbis: Use 0-10 range for audio quality.
2009-02-09 Michael NiedermayerFix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir...
2009-02-09 Michael Niedermayerav_flatten to make the similarly named attribute available.
2009-02-09 Michael Niedermayerav_uninit() to suppress false uninitialized warnings...
2009-02-09 Baptiste Coudurierrename ff_audio_interleave to ff_audio_rechunk_interleave
2009-02-09 Diego BiurrunRevert #undefining system functions, it is not necessary.
2009-02-09 Michael NiedermayerTry to clarify doxy of avformat_seek_file().
2009-02-09 Michael NiedermayerCheck for duplicate const/static/inline.
2009-02-09 Diego BiurrunAdd config.h #include for ARCH_X86 definition.
2009-02-09 Diego BiurrunAdd #undefs to reenable system functions that are norma...
2009-02-09 Diego BiurrunDrop DECLARE_ALIGNED from extern declarations. It...
2009-02-09 Michael NiedermayerTry to doxyfy av_resample_init(). I hope I did not...
2009-02-09 Michael NiedermayerMove doxy for public resample2 functions to the public...
2009-02-09 Kostya ShishkovPrefix visible YUV2RGB functions with sws_
2009-02-09 Kostya ShishkovGive better name to Inverse_Table_6_9
2009-02-09 Diego BiurrunRemove svn:executable property from source file.
2009-02-09 Diego BiurrunRemove file name from file headers.
2009-02-09 Diego BiurrunRemove file name from file headers.
2009-02-09 Daniel Verkampremove no more needed fields in GIFContext, patch by...
2009-02-09 Daniel Verkampremove dead rgb24 code, gif encoder now directly takes...
2009-02-09 Daniel Verkampremove dead netscape loop header code in gif encoder...
2009-02-09 Björn AxelssonCheck that there are subtitle rects to encode in avcode...
2009-02-09 Björn AxelssonCheck that start_display_time is 0 in avcodec_encode_su...
2009-02-09 Alex ConverseIncrease the number of packets required to identify...
2009-02-09 Alex ConverseVP3: Do not ignore error from read_huffman_tree().
2009-02-09 Björn AxelssonAdd ffplay subtitle stream selection command-line parameter
2009-02-09 Björn AxelssonFix blend_subrect for even-width subrects positioned...
2009-02-09 Björn AxelssonFix timestamp parsing in XSUB decoder.
2009-02-09 Baptiste Coudurierremove no more needed comment, declaration is in intern...
2009-02-08 Diego Biurruncosmetics: typo/grammar fixes in doxygen and other...
2009-02-08 Diego Biurruncosmetics: Fix a few typos and use a consistent codec...
2009-02-08 Diego BiurrunRemove unused variables.
2009-02-08 Diego BiurrunAdd av_cold attribute to init function.
2009-02-08 Diego BiurrunRemove unused variables.
2009-02-08 Diego Biurruntypo: CODEC_ID_cljr --> CODEC_ID_CLJR
2009-02-08 Stefano SabatiniDrop the deprecated sws_scale_ordered() at the next...
2009-02-08 Stefano SabatiniReplace int type with enum PixelFormat for the dstForma...
2009-02-08 Stefano SabatiniFix a typo: lumaSarpen -> lumaSharpen.
2009-02-08 Diego BiurrunRemove rendering column from list of supported subtitle...
2009-02-08 Björn AxelssonAdd missing ffplay subtitle cycling keybinding.
2009-02-08 Diego Biurruncosmetics: comment grammar/spelling fixes
2009-02-08 Francesco CosoletoAdd the ability to set the timestamp to the current...
2009-02-08 Vitor Sessak10l: fix compiler warning:
2009-02-08 Stefano SabatiniDocument the av_base64_encode/decode functions.
2009-02-08 Ivan SchreterFix a const related warning
2009-02-08 Stefano SabatiniCosmetics: "* out" -> "*out" for consistency with the...
2009-02-08 Stefano SabatiniCosmetics: rename the "size" parameter of av_base64_enc...
2009-02-08 Baptiste CoudurierMove declaration of ff_interleave_add_packet to internal.h.
2009-02-08 Stefano SabatiniCosmetics: prefer out/in over buf/src for the parameter...
2009-02-08 Baptiste Coudurier Declare ff_interleave_new_audio_packet as static...
2009-02-08 Stefano SabatiniCosmetics: consistently prefer "size" over "len"/"lengt...
2009-02-08 Baptiste Coudurierdocument ff_audio_interleave
2009-02-08 Stefano SabatiniMake av_base64_encode() do not require the user to...
2009-02-08 Ivan SchreterReplace hard-coded SEI type constants with symbolic...
2009-02-08 Michael NiedermayerClarify has_b_frames doxy.
2009-02-08 Nicolas MartinNC camera demuxer
2009-02-08 Michael NiedermayerClarify that avformat_seek_file() is not part of the...
2009-02-08 Michael Niedermayeravformat_seek_file() prototype
2009-02-08 Loren Merrittff_add_hfyu_median_prediction_mmx2
2009-02-08 Loren Merrittre-enable mid_pred asm on x86_64. (broke in r16681)
2009-02-08 Michael NiedermayerFix reserved identifer detection so it doesnt detect...
2009-02-08 Michael NiedermayerFactorize grep -v cases.
next