]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-06-01 Reimar DöffingerDo not check_lib for -lva if vaapi is disabled, having...
2010-06-01 Reinhard TartlerAdd an entry to APIchanges for the addition of sws_conv...
2010-06-01 Ronald S. BultjeChange default number of channels (used if unspecified...
2010-06-01 Michael NiedermayerPrint an error when MAX_STREAMS is reached.
2010-06-01 Reinhard Tartlerdeprecate palette8topacked32 in favor of public API...
2010-06-01 Måns RullgårdARM: NEON clear_block[s]
2010-06-01 Sebastian VaterMove get_buffer() calls from decode_init() to decode_fr...
2010-06-01 Stefano SabatiniRename @chapter "Quick Start" to "Examples", for consis...
2010-06-01 Stefano SabatiniFix texi2pod.pl rendering of the Tips section by puttin...
2010-06-01 Stefano SabatiniMake texi2pod.pl accept @itemize commands with no follo...
2010-06-01 Stefano SabatiniMerge @chapter Introduction and @chapter Description...
2010-06-01 Stefano SabatiniMove internal scale context fields initialization from
2010-06-01 Stefano SabatiniFix eval-test compilation.
2010-06-01 Stefano SabatiniCosmetics: reindent and break some overly long line.
2010-06-01 Stefano SabatiniCosmetics: consistently apply K&R style.
2010-06-01 Stefano SabatiniCosmetics: rename ff_parse_expr() and ff_parse_and_eval...
2010-06-01 Stefano SabatiniMake ff_parse_expr() and ff_parse_and_eval_expr() retur...
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-06-01 Reinhard Tartlerremove palette8torgb15 and palette8tobgr15
2010-05-31 Janne Grunauffmpeg: offer alternatives for experimental codecs...
2010-05-31 Janne Grunauffmpeg: fail if user selected codec is experimental...
2010-05-31 Baptiste CoudurierPass codec pixel format list to get_format, if present...
2010-05-31 Diego BiurrunAdd a short note about libvpx.
2010-05-31 Peter RossPrevent au_read_packet() looping endlessly when .au...
2010-05-30 Maxim PoliakovskiMake dequantization equation use less registers on...
2010-05-30 Maxim PoliakovskiRemove unused variables.
2010-05-30 Peter Rossautomatically enable buffer_filter when compiling ffmpeg
2010-05-30 Diego BiurrunRename yuv2rgb_template2.c --> yuv2rgb_template.c now...
2010-05-30 Diego BiurrunThe GPL-licensed optimizations in libswscale have been...
2010-05-30 Diego BiurrunRemove GPL-licensed YUV to RGB MMX routines.
2010-05-29 Måns RullgårdARM: NEON optimised dct_unquantize_h263_{intra,inter}
2010-05-29 Diego BiurrunRequire --enable-nonfree flag for libvpx.
2010-05-29 Kostya Shishkov321l: do not use shifted s->linesize instead of correct...
2010-05-28 Baptiste CoudurierIn h264 decoder, use jpeg yuv pixel format when full...
2010-05-28 Alex Converseaacenc: Remove an unnecessary division from the TLS.
2010-05-28 Alex ConverseCosmetics: whitespace
2010-05-28 Alex Converseaacenc: Remove unnecessary variables and scopes in...
2010-05-28 Howard ChuCleanup prev commit, flag variable should start with 0
2010-05-28 Howard ChuParse avctx->extradata if available.
2010-05-28 Francesco LavraReindent after r23361.
2010-05-28 Francesco LavraUse ff_rm_codec_tags[] in RM muxer. This, incidentally...
2010-05-28 Francesco LavraMove rm_codec_tags to rm.c so muxer/demuxer can share it.
2010-05-28 David Conradvp3: 10l Fix DC-only IDCT for C and ARM too
2010-05-28 David Conradvp3: The DC-only IDCT is surprisingly not supposed...
2010-05-27 David ConradOn2 IVF demuxer
2010-05-27 Michael NiedermayerMake sure that when the parser is feeded with frame...
2010-05-27 Cyril Russoaacdec: Clarify a channel mapping comment.
2010-05-27 Alex ConverseMark AAC encoder as experimental.
2010-05-27 David ConradVP8 parser
2010-05-27 David ConradAdd const to ff_emulated_edge_mc
2010-05-27 David ConradAdd more const to _l4 pixel functions
2010-05-27 David Conradvp3: Skip the loop filter when strength is 0 or when...
2010-05-27 Jai MenonCosmetics : Fix typo.
2010-05-27 Jean-Daniel... Some fields were incorrectly reset (to NULL) when calli...
2010-05-27 Michael NiedermayerFix pts reordering code.
2010-05-26 Stefano SabatiniAdd support for the newly added Nut codec tags (added...
2010-05-26 Maxim PoliakovskiAdd the forgotten ff_ prefix to the shareable scan...
2010-05-26 Howard ChuFactorize ff_h264_decode_extradata().
2010-05-26 Carl Eugen... Mark vorbis encoder as experimental.
2010-05-26 Stefano SabatiniBump minor version bump and add an APIchanges entry...
2010-05-26 Carl Eugen... Bump minor version and add Changelog entry after r23334.
2010-05-26 Michael NiedermayerTreat SIPP like xvid, fixed issue1966
2010-05-26 Maxim Poliakovskimove indeo5 scan patterns into ivi_common.c
2010-05-26 Janne GrunauAdd CODEC_CAP_EXPERIMENTAL and prefer encoders without it.
2010-05-26 Alex ConverseParse and repack the first frame of H.264 in ASF becaus...
2010-05-26 Alex ConverseAdd an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse...
2010-05-25 Alex ConverseFix declaration after statement
2010-05-25 Aurelien Jacobsmatroskadec: avoid potential crash after r23169
2010-05-25 Frank BarchardDo not invert samples when encoding Vorbis.
2010-05-25 Michael NiedermayerCheck for VUI overeading and reset num_reoder_frames.
2010-05-25 Martin Storsjöffserver: Send a Content-Base header in the reply to...
2010-05-25 Martin StorsjöCosmetics: reindent after the previous commit
2010-05-25 Martin Storsjöapi-example: Try to avoid decoding incomplete frames
2010-05-25 Alex Converseaacenc: Split find_max_val() from find_min_book() to...
2010-05-25 Alex ConverseRemove useless costly inf checks from the trellis scale...
2010-05-25 Alex Converseaacenc: Trellis over scalefactors using an estimated...
2010-05-25 Alex Converseaacenc: Only trellis over a column of 61 scalefactors...
2010-05-25 Alex Converseaacenc: Factor out find_min_book so it can be used...
2010-05-25 Zhou ZongyiWe're using generic tag-to-ID functions, so specific...
2010-05-25 Michael NiedermayerCorrect golomb vlc decoding tables.
2010-05-25 Måns Rullgårdmmst_protocol depends on network
2010-05-25 Carl Eugen... Samsung uses SIPP as FourCC for MPEG-4 ASP.
2010-05-25 Martin StorsjöLook for libvpx headers in the vpx subdirectory in...
2010-05-25 Carl Eugen... Headers for libvpx are installed into vpx subdirectory.
2010-05-25 Martin StorsjöFix VP8 listing in general.texi
2010-05-25 trueice@gmail.com24l trocadero: RTMP reader forgot to shift high byte...
2010-05-25 David Conradtheora: Don't read an excess bit for maximum length...
2010-05-25 James ZernVP8 decoding via libvpx.
2010-05-24 Baptiste CoudurierIn ogg muxer, use random serial number of each ogg...
2010-05-24 Zhentan FengMMS-over-TCP protocol support. Patch by Zhentan Feng...
2010-05-24 Stefano SabatiniAdd libavfilter 1-input - 1-output regression test...
2010-05-24 Stefano SabatiniAdd missing codec id <-> codec tag entries:
2010-05-24 Martin Storsjöffserver: Fix one of the codec parameter checks
2010-05-24 Martin Storsjöffserver: Fix streaming with more than one stream
2010-05-24 Howard Chuffserver: Fix extradata handling
2010-05-24 Martin Storsjöffserver: Fix an out of bounds read
2010-05-24 Martin Storsjöffserver: Fix another memory leak
2010-05-24 Howard Chuffserver: Plug some memory leaks
2010-05-24 Reimar DöffingerAdd -f framemd5 muxer similar to framecrc.
2010-05-24 Jai MenonDisplay a more descriptive log message when probe buffe...
next