]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-05-23 David ConradARM: NEON VP3 Loop Filter
2009-05-23 Baptiste CoudurierFix regression tests, diff was due to a patch to mpeg...
2009-05-23 Larbi Joubalafix hdlr descr in mp4 which use c string, patch by...
2009-05-23 Baptiste Couduriersimplify pes timestamps fetching, based on a patch...
2009-05-23 corp186compute total bitrate more accurately, patch by corp186...
2009-05-23 Baptiste Coudurierfix qtrle encoding when previous frame linesize differs...
2009-05-23 Baptiste Coudurierpad last audio frame when encoding
2009-05-23 Baptiste Coudurierremove useless include
2009-05-23 Baptiste CoudurierSet progressive_sequence before MPV_common_init which...
2009-05-23 Ramiro PollaRevert part of r18903:
2009-05-23 Ramiro PollaMLP DSP functions x86-optimized.
2009-05-22 Baptiste Coudurierfix mouse seeking when start time is not set, fix ...
2009-05-22 Stefano SabatiniRemove duplicated RGB_TO_[YUV] macros, use those includ...
2009-05-22 Stefano SabatiniFix grammar for avfilter_graph_parse() doxy.
2009-05-22 David ConradFix libtheora encoding for non-mod16 sizes
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-22 Baptiste Coudurierfail if stream fifo could not be allocated
2009-05-22 Reimar DöffingerMove eatgq blocks array from the stack to the codec...
2009-05-22 David ConradSet speex frame_size in ogg demuxer
2009-05-22 Diego Biurruncosmetics: Fix some typos.
2009-05-22 Diego BiurrunPrint out more verbose licensing information.
2009-05-21 Baptiste Couduriercheck av_fifo_alloc return
2009-05-21 Baptiste Couduriercorrectly check for audio streams in mpeg ps muxer...
2009-05-21 Justin Ruggles10l: typing mistake in r18888
2009-05-21 Justin Ruggleseac3dec: fix bug in GAQ dequantization. large mantissas...
2009-05-21 Justin Ruggleseac3dec: make GAQ dequantization 24-bit
2009-05-21 Justin Ruggleseac3dec: revert commit r18860. keep the AHT IDCT 24...
2009-05-20 Måns Rullgårdmathops: sort arch-specific #include lines
2009-05-20 Måns Rullgårdmathops: whitespace cosmetics
2009-05-20 Måns RullgårdCreate shared libs correctly, fix mingw build
2009-05-20 Kenan GilletAdd QCP demuxer.
2009-05-20 Diego BiurrunMention LGPL AC-3 decoder in the changelog.
2009-05-20 Måns RullgårdFix building from within subdirs
2009-05-20 Martin StorsjöUse IF1 frame sizes in AMR-WB.
2009-05-20 Siarhei SiamashkaUse iMDCT output scaling to simplify ffvorbis and make...
2009-05-20 Siarhei SiamashkaFix for a problem with inverted sign of output data...
2009-05-20 Siarhei SiamashkaSupport for testing (i)MDCT output scale factor in...
2009-05-19 Diego BiurrunThe AC-3 decoder is now LGPL. Exchange the license...
2009-05-19 Jason Garrett... LGPL version of ac3_decode_transform_coeffs_ch, ~12...
2009-05-19 Måns RullgårdDefine ARCH_MIPS64 when building for MIPS64
2009-05-19 Måns RullgårdDefine HAVE_BIGENDIAN as 0 or 1 according to CPU type
2009-05-19 Måns Rullgårdconfigure: add some MIPS CPUs
2009-05-19 Alex ConverseAdd missing libavformat dependencies on mpeg4audio.o
2009-05-19 Kostya ShishkovLet SwScaler know that RGB48 BE/LE is 16-bits per compo...
2009-05-19 Diego BiurrunMove AMR-WB-specific code to the AMR-WB section of...
2009-05-19 Diego Biurruncosmetics: Move AMR-WB-specific code to the AMR-WB...
2009-05-19 Kostya ShishkovMake SwScaler recognize RGB48 BE/LE colourspaces (not...
2009-05-18 Stefano SabatiniLog with level AV_LOG_ERROR if av_parse_color() cannot...
2009-05-18 Diego BiurrunRemove useless casts of vec_ld() parameters.
2009-05-17 Benjamin LarssonIndent
2009-05-17 Benjamin LarssonChange from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-05-17 Benjamin LarssonIndent
2009-05-17 Benjamin LarssonSwitch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-05-17 Vitor SessakMake TMV decoder check packet sizes before reading...
2009-05-17 Reimar DöffingerAdd a forward declaration of mpeg1_decode_block_intra...
2009-05-17 Justin Ruggleseac3dec: use 16-bit pre-mantissas instead of 24-bit...
2009-05-17 Måns Rullgårdmpeg12: fix non-standard use of "extern inline"
2009-05-16 Yao PeterFix the M bit for multi-packet NALs.
2009-05-16 Justin Rugglesac3dec: fix coupling range check. the start subband...
2009-05-16 Måns Rullgårdoma: fix build if memcmp() is a macro
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-16 Martin StorsjöMove img_convert_ctx to VideoState and free it in strea...
2009-05-16 Martin StorsjöAdd missing frees to stream_close() and do_exit().
2009-05-16 Kostya ShishkovFix off-by-one error in MS RLE decoder which may result...
2009-05-16 Baptiste Couduriermove increment after debug print
2009-05-15 Diego Biurruncosmetics: K&R coding style, indent correctly, break...
2009-05-15 Diego BiurrunReplace 'x == 0' if conditions with '!x'.
2009-05-15 Diego Biurruncosmetics: Remove pointless {}.
2009-05-15 Diego BiurrunSurround AMR_WB encoding code by appropriate #ifdefs.
2009-05-15 Diego Biurruncosmetics: Move some more code around to avoid #ifdeffery.
2009-05-15 Diego Biurruncosmetics: Move functions around so that encoding and...
2009-05-15 Diego BiurrunRemove redundant #if condition. Two CONFIG_LIBAMR_NB...
2009-05-15 Diego BiurrunAdd av_cold attribute to amr_nb decoding/encoding initi...
2009-05-15 Benjamin LarssonBugfix for bug introduced in the multichannel cook...
2009-05-15 Ramiro Pollamlp: Simplify adressing of state and coeffs arrays...
2009-05-15 Ramiro Pollamlp: include mlp.h and use MAX_CHANNELS instead of...
2009-05-15 David ConradEnsure that we don't read from invalid memory with...
2009-05-15 Baptiste Coudurierwrite 'stps' for mpeg-2 open gop in .mov
2009-05-15 Baptiste Coudurierdecode mpeg-2 closed gop first b frames, fix issue...
2009-05-15 Baptiste Coudurierfree Track and unset priv_data to avoid double free...
2009-05-15 Baptiste Coudurierreindent
2009-05-15 Baptiste Coudurierremove unneeded length checks
2009-05-15 Baptiste Coudurierchange pic type to Picture* and remove casts
2009-05-14 Stefano SabatiniImplement av_set_options_string().
2009-05-14 Baptiste Coudurieruse flags field and remove key_frame field
2009-05-14 Baptiste Coudurierchange cts type to int, save some space
2009-05-14 Stefano SabatiniDocument av_set_string3() returned error codes.
2009-05-14 Stefano SabatiniAdd support in av_parse_color() to a "random" color...
2009-05-14 Stefano SabatiniMake case insensitive the match for the color name in
2009-05-14 Stefano SabatiniMake av_set_string3() print a message in case of unknow...
2009-05-14 Stefano SabatiniProvide a context to av_log() calls in av_set_number2...
2009-05-14 Stefano SabatiniUse a single space after an ending period and the begin...
2009-05-14 Stefano SabatiniApply documentation fixes: use third person, fix gramma...
2009-05-14 Andres MejiaAdd gnu/kfreebsd to list of recognized operating systems.
2009-05-14 Siarhei SiamashkaFix for issue #829 ("ffvorbis outputs crackling sound...
2009-05-14 Michael NiedermayerFix VBV delay for mpeg1/2 CBR.
2009-05-14 David ConradUse skip_bits_long() for large skips
2009-05-13 Alex ConverseAdd PCE support to the ADTS muxer.
2009-05-13 Alex ConverseSubroutine to copy an AAC Program Config Element (PCE)
2009-05-13 Alex ConverseCosmetics after last commit
next