]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-03-20 Aurelien Jacobsfix compilation with --disable-everything --enable...
2010-03-20 Diego BiurrunMove variable declaration, fixes the warning:
2010-03-20 Måns Rullgårdrdft: reorder functions to avoid static prototype
2010-03-20 Måns RullgårdCall rdft by function pointer
2010-03-20 Michael NiedermayerHotfix for regtest-error failure
2010-03-20 Justin RugglesAdd Changelog entry and bump lavf micro version for...
2010-03-20 James DarnleyAdd VorbisComment writing to Ogg/FLAC and Ogg/Speex...
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-20 Måns Rullgård10l: fix build without termios.h
2010-03-20 Michael NiedermayerError concealment of h264 with multiple references.
2010-03-20 Stefano SabatiniList the FFserver specific options under a "Main option...
2010-03-19 Stefano SabatiniChange the definition of AVERROR_INVALIDDATA at the...
2010-03-19 Stefano SabatiniExtend description for AVERROR_INVALIDDATA.
2010-03-19 Måns RullgårdRegister atexit handler only when needed
2010-03-19 Diego BiurrunReplace wrong condition name in #endif comment by corre...
2010-03-19 Diego BiurrunCheck whether COMPILE_ALTIVEC is defined, not if it...
2010-03-19 Anton Khirnovffmpeg.c: copy chapters by default.
2010-03-18 Janusz KrzysztofikReinitialize the h264 decoder context on every valid...
2010-03-18 Bobby BinghamThe vflip filter does not need to keep ownership of...
2010-03-18 Bobby BinghamUse the new null callbacks to simplify filters and...
2010-03-18 Bobby BinghamCreate a set of null callback functions.
2010-03-18 Janusz KrzysztofikExtend the generic path of the yuv2rgb converter with...
2010-03-18 Måns RullgårdReplace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
2010-03-18 Carl Eugen... It is difficult nowadays to compile without swscale...
2010-03-18 Stefano SabatiniMake g729dec.c:decoder_init() return AVERROR(EINVAL...
2010-03-18 Stefano SabatiniMake url_fseek() return AVERROR_EOF rather than AVERROR...
2010-03-17 Stefano SabatiniRemove printing of frame sizes and frame rate abbreviat...
2010-03-17 Robert KrügerAdd a -window_title option, which sets the FFplay windo...
2010-03-17 Stefano SabatiniMake ad-hoc lavfi tests use random values for the slice...
2010-03-17 Stefano SabatiniAdd some ad-hoc tests for libavfilter.
2010-03-17 Ronald S. BultjeCast sample_fmt (as read from bitstream as a 16-bit...
2010-03-17 Carl Eugen... Fix compilation on PPC 470.
2010-03-17 Måns RullgårdRemove $(MSG) override for install-lib targets
2010-03-17 Måns RullgårdMake ranlib silent in brief output mode
2010-03-17 Alexis Ballierqtrleenc: add rgb555 output
2010-03-17 Maxim PoliakovskiCorrect reference buffer switching in Indeo 5 decoder.
2010-03-17 Kostya Shishkovdocument two variables in Indeo5 decoding context
2010-03-17 Bobby BinghamCosmetics: vertical align
2010-03-17 Bobby BinghamAllow format and noformat filters to be more completely...
2010-03-17 Bobby BinghamCosmetics: rearrange functions to simplify ifdeffery
2010-03-17 Ramiro Pollavfwcap: Free remaining packets on vfw_read_close().
2010-03-17 Ramiro PollaDo not store a copy of AVFormatContext *s in vfw_ctx.
2010-03-17 Bobby BinghamAdd video filter to manipulate aspect ratio
2010-03-17 Michael NiedermayerUse H264s MC instead of mpeg4-asp qpel for h264 error...
2010-03-16 Måns RullgårdFix erroneous behaviour when format probe hits end...
2010-03-16 Måns RullgårdSimplify arch-specific object file lists
2010-03-16 Måns RullgårdMove arch-specific makefile parts into $arch/Makefile
2010-03-16 Måns Rullgårdconfigure: do not use $_
2010-03-16 Víctor PaesaAdd compilation hints for Cygwin 1.7 and remove the...
2010-03-16 Ronald S. BultjeTypo: if output (video) stream's pix_fmt is not set...
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-15 Baptiste Coudurier100L, revert r22560, already present
2010-03-15 Daniel Verkamppatcheck: Escape parentheses in grep calls
2010-03-15 Aurelien Jacobsrename av_read_frame_flush to ff_read_frame_flush
2010-03-15 Aurelien Jacobsrename av_program_add_stream_index to ff_program_add_st...
2010-03-15 Baptiste Couduriermpegts muxer now needs mpeg4audio code like adts muxer
2010-03-15 Greg MaxwellCorrectly write last 0 lacing value when packet size...
2010-03-15 Måns RullgårdH264: fix signed overflow in constant multiplication
2010-03-15 Michael NiedermayerAdd AVSEEK_FORCE flag to indicate that the code should...
2010-03-15 Michael NiedermayerAdd ff_ prefix for mpeg2_dc_scale_table.
2010-03-15 Aurelien Jacobsmatroskadec: fix missing dependency
2010-03-15 Michael NiedermayerSupport intra_dc_precision>8 in jpeg
2010-03-15 Michael NiedermayerAllow mpeg style yuv in jpeg when strict standard compl...
2010-03-15 Måns RullgårdAdd FATE tests
2010-03-15 Jai Menoncosmetics : Print newline after error message.
2010-03-15 Michael Niedermayeruse mpeg2 quantization bias for mjpeg.
2010-03-15 Martin StorsjöReindent
2010-03-15 Martin StorsjöDon't let ff_rtsp_read_reply skip interleaved RTP/TCP...
2010-03-15 Martin StorsjöMake rtsp_skip_packet non-static, add ff prefix
2010-03-15 Martin StorsjöReindent
2010-03-15 Martin StorsjöRTSP: Synchronize the start time of the chained RTP...
2010-03-15 Benoit FouetRemove avcodec_thread_execute from avcodec.h, and make...
2010-03-15 Martin StorsjöUse AVFormatContext.start_time_realtime in the RTP...
2010-03-15 Martin StorsjöMove the NTP offset definitions to internal.h
2010-03-15 Martin StorsjöAdd APIchanges entry for AVFormatContext.start_time_rea...
2010-03-15 Martin StorsjöAdd a new field AVFormatContext.start_time_realtime
2010-03-15 Anton Khirnovriff: don't pad extradata when writing ASF.
2010-03-15 Martin StorsjöAdd dependencies used by the RDT and ASF/RTP code
2010-03-15 Alexander Strangeffmpeg: Combine variable declaration and definition
2010-03-15 Alexander Strangeffmpeg: Factor out redundant sync_ipts calculation
2010-03-15 Aurelien Jacobsmatroskadec: use more appropriate error code
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-14 Carl Eugen... Cosmetics: Fix a comment.
2010-03-14 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-14 Måns RullgårdDWT: x86 init should depend on HAVE_MMX
2010-03-14 Måns Rullgårderror.h: test EDOM instead of EINVAL
2010-03-14 Måns RullgårdAdd missing includes to libavutil/error.h
2010-03-14 Stefano SabatiniChange the definition of AVERROR_NUMEXPECTED at the...
2010-03-14 Reimar DöffingerAllow hard-coding of the 32kB cubic-root table for...
2010-03-14 Måns RullgårdFix brief make output for generated tables
2010-03-14 Reimar DöffingerAllow hard-coding several QDM2 tables (about 32 kB...
2010-03-14 Reimar DöffingerAdd some more table-printing functions needed for futur...
2010-03-14 Måns RullgårdAdd ff_ prefix to dwt functions
2010-03-14 Måns RullgårdSeparate DWT from snow and dsputil
2010-03-14 Reimar DöffingerAvoid creating tiny (possibly only 64 bytes large)...
2010-03-14 Michael NiedermayerMake sure all mvs of a mb are set in the error concealm...
2010-03-14 Stefano SabatiniMark AVERROR_ENOENT for deletion at the next libavutil...
2010-03-14 Stefano SabatiniLexically sort the error code definitions.
2010-03-14 Michael NiedermayerEnsure that the deblock filter accesses the correct...
2010-03-13 Alex Converseaacsbr: DSPUtilize analysis input scaling.
next