]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-04-18 Michael NiedermayerRemove 2 useless += at the end of rgb16to15(), found...
2009-04-18 Ramiro Pollamlpdec: Read context variable to local variable to...
2009-04-18 Ramiro Pollamlpdec: {}- and whitespace-related cosmetics.
2009-04-18 Ramiro Pollamlpdec: Use some context arrays with local variables...
2009-04-18 Ramiro Pollatruehd: Simplify rematrix_channels() as per Michael...
2009-04-18 Ramiro Pollamlpdec: Make read_matrix_params() take unsigned int...
2009-04-18 Ramiro Pollamlpdec: Check for {matrix,filter}_changed as soon as...
2009-04-18 Justin RugglesAdd 3 channel layout convenience macros.
2009-04-18 Reimar DöffingerAvoid code duplication in xan_unpack for the final...
2009-04-18 Diego BiurrunRemove unused variable gsize, fixes the warning:
2009-04-18 Måns RullgårdPPC: check for x-form asm constraint support
2009-04-18 Stefano SabatiniRename swscale_avoption.c to options.c.
2009-04-18 Stefano SabatiniMake sws_setColorspaceDetails() return -1 if the destin...
2009-04-18 Stefano SabatiniMove sws_[gs]etColorspaceDetails() documentation from...
2009-04-18 Jai MenonCosmetics : reindent after last commit and remove redun...
2009-04-18 Jai MenonAdd speex tag to nsv_codec_audio_tags.
2009-04-18 Jai MenonChange nsvf_index_data to nsvs_file_offset for increase...
2009-04-18 Måns RullgårdPPC asm for AV_RL*()
2009-04-18 Måns RullgårdARM asm for AV_RN*()
2009-04-18 Måns RullgårdReorganise intreadwrite.h
2009-04-17 Reimar DöffingerUse sign_extend function instead of reimplementing it.
2009-04-17 Reimar DöffingerRemove a useless "& 0xF"
2009-04-17 Reimar DöffingerUse / and % operators instead of reimplementing them...
2009-04-17 Reimar DöffingerChange buffer check to avoid an unlikely pointer arithm...
2009-04-17 Reimar DöffingerSimplify xan_huffman_decode by using get_bits
2009-04-17 Lars TäuberFix indention, patch by Lars Täuber.
2009-04-17 Reimar DöffingerSimplify ipvideo_decode_opcodes by using get_bits,...
2009-04-17 Reimar DöffingerRemove unused code_counts array from interplavideo.c.
2009-04-17 Jai MenonIntroduce codec id for MPEG-4 ALS and associate it...
2009-04-17 Reimar DöffingerCosmetics to improve xan_unpack readability
2009-04-17 Reimar DöffingerFix buffer size check for xan_unpack which was broken...
2009-04-17 Reimar DöffingerSome more simplifications of xan_unpack
2009-04-17 Reimar DöffingerReindent xan_unpack code
2009-04-17 Reimar DöffingerAvoid some code duplication in xan_unpack
2009-04-17 Michael NiedermayerRemove useless assignments, at least one found by CSA.
2009-04-17 Reimar DöffingerIncrease buffer padding to avoid most space checks...
2009-04-17 Michael NiedermayerRemove useless init from ff_mpeg4_set_direct_mv() found...
2009-04-17 Michael NiedermayerRemove a useless assignment in img_get_alpha_info(...
2009-04-17 Michael NiedermayerRemove redundant assignment in av_picture_copy() found...
2009-04-17 Michael NiedermayerRemove useless init from aiff_read_header() found by...
2009-04-17 Michael NiedermayerRemove several useless writes to variables, found by...
2009-04-17 Michael NiedermayerRemove useless += from ff_imdct_half_c() found by CSA.
2009-04-17 Michael NiedermayerRemove 2 ++ from check_pes() that are useless, found...
2009-04-17 Reimar DöffingerChange buffer size checks to avoid the very unlikely...
2009-04-17 Michael NiedermayerRemove unused variable from h261_encode_block() found...
2009-04-17 Reimar DöffingerRemove a pointless right-shift in xan decoder.
2009-04-17 Michael NiedermayerRemove 2 useless assignments from ff_rate_control_init...
2009-04-17 Reimar DöffingerReplace bytecopy with the equivalent but faster av_memc...
2009-04-17 Michael NiedermayerRemove unused variable from flv_read_metabody() found...
2009-04-17 Michael NiedermayerRemove unused variable from slice_buffer_release()...
2009-04-17 Reimar DöffingerUse memcpy instead of the very inefficient bytecopy...
2009-04-17 Michael NiedermayerRemove unused variable from wma_decode_block() found...
2009-04-17 Michael NiedermayerRemove unneeded assignment from av_encode() found by...
2009-04-17 Michael NiedermayerRemove unused variable from print_report() found by...
2009-04-17 Michael NiedermayerRemove nonsensical assignment from asf_read_seek()...
2009-04-17 Michael NiedermayerRemove redundant assignment from avcodec_get_pix_fmt_lo...
2009-04-17 Michael NiedermayerRemove unused variable in modify_qscale() found by...
2009-04-17 Michael NiedermayerRemove unneeded assignment in ffmpeg.c found by CSA.
2009-04-17 Michael NiedermayerRemove unused variables from slice_buffer_load_line...
2009-04-17 Michael NiedermayerRemove 2 unneeded variables from common_init() found...
2009-04-17 Michael NiedermayerRemove 2 unused variables from MPV_decode_mb_internal...
2009-04-17 Michael NiedermayerRemove unused assignment from j_rev_dct() found by...
2009-04-17 Michael NiedermayerRemove unused variable in init_mv_penalty_and_fcode...
2009-04-17 Michael NiedermayerMove declarations in sync() closer to where they are...
2009-04-17 Michael NiedermayerRemove unused variable from asf_read_header() found...
2009-04-17 Kostya Shishkovcosmetics: reindent after last commit
2009-04-17 Kostya ShishkovUse new static VLC scheme in Indeo2, Musepack and WNV1...
2009-04-17 Ronald S. BultjeChange another AVERROR(EIO) inot AVERROR_EOF, because...
2009-04-17 Michael NiedermayerRemvoe useless assignment found by CSA.
2009-04-17 Michael NiedermayerRemove unused variable from decode_init() found by...
2009-04-17 Vitor SessakRemove useless assignment in generate_codebook(). Found...
2009-04-17 Michael NiedermayerRemove unused variables from ff_mjpeg_decode_sos()...
2009-04-17 Michael NiedermayerRemove useless assignment from h263_pred_dc() found...
2009-04-17 Michael NiedermayerMove declarations in mpeg1_encode_motion() closer to...
2009-04-17 Michael NiedermayerUseless assignment found by the clang static analyzer.
2009-04-17 Michael NiedermayerGet rid of an unused variable, found by the clang stati...
2009-04-17 Michael NiedermayerMoving variable declarations in asf_build_simple_index...
2009-04-17 Justin Rugglesac3dec: reorder output channels to SMPTE channel order
2009-04-17 Reimar DöffingerChange tgq_decode_mb function arguments from using...
2009-04-17 Justin Rugglesac3enc: reorder input channels to AC-3 channel order
2009-04-16 Jai MenonAdd my public key fingerprint to MAINTAINERS.
2009-04-16 Reimar DöffingerRemove unused audio_pts field from ea demuxer struct
2009-04-16 Reimar DöffingerRemove unused code from Westwood VQA/AUD demuxer.
2009-04-16 Diego BiurrunDo not add -fno-common to CFLAGS on DOS, it is unneeded.
2009-04-16 David ConradAdd guaranteed alignment for loading dest pixels in...
2009-04-16 David ConradVC1 loop filter uses the frame quantizer not the mb...
2009-04-16 Michael NiedermayerSupport broken avc nal encapsulation.
2009-04-16 Justin Rugglesflacenc: write initial blocksize to STREAMINFO header...
2009-04-16 Ronald S. BultjeReplace AVERROR(EIO) by AVERROR_EOF on end-of-file...
2009-04-15 Michael NiedermayerClarify which exact variant of ISO 639 is used. (The...
2009-04-15 Reynaldo H... [COSMETIC] Correct a minor nit. Should be clearer now.
2009-04-15 Kenan GilletFix possibly harmful outbound addressing. Patch by...
2009-04-15 David Conradavg_ pixel functions need to use (dst+pix+1)>>1 to...
2009-04-15 Martin StorsjöCheck for Decoder_Interface_init() instead of Speech_De...
2009-04-15 Ronald S. BultjeSend dummy requests over the TCP connection (WMS wants...
2009-04-15 Diego BiurrunExplain the sort order for changelog entries.
2009-04-15 David ConradEnsure that there's pages to read for duration calculat...
2009-04-15 David ConradAltivec version of avg_no_rnd_vc1_chroma_mc8
2009-04-15 David ConradSplit VC1 loop filter into separate functions for h...
2009-04-15 David ConradMove VC1 loop filter to DSPContext
next