]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-03-11 David Conradoggdec: Don't use ogg_stream's seq for vorbis or speex...
2010-03-11 David Conradoggdec: Fix duration calculation for streams with non...
2010-03-11 David Conradoggdec: Parse skeleton to determine the start time...
2010-03-11 David Conradoggdec: Check that we have a codec in gptopts (needed...
2010-03-11 David Conradoggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
2010-03-11 David Conradoggdec: Set data_offset to the right value
2010-03-11 David Conradoggdec: Save offset of the page needed to reconstruct...
2010-03-11 Michael NiedermayerImplement framedrop.
2010-03-11 Måns Rullgårdindent
2010-03-11 Måns Rullgårdrandom_seed: try other alternatives if reading /dev...
2010-03-11 Måns Rullgårdsha: add missing include
2010-03-11 Måns Rullgårdsnow: remove unused stub functions
2010-03-11 Måns Rullgårdffplay: use correct format specifiers in printf()
2010-03-11 Måns RullgårdAdd some required casts
2010-03-11 Måns Rullgårdconfigure: remove stray semicolon
2010-03-11 Måns Rullgårdconfigure: use map() function in a couple of places
2010-03-11 Måns Rullgårdconfigure: add --disable-everything option
2010-03-10 Michael NiedermayerFix some apparent +- errors in the audio vissualization.
2010-03-10 Måns Rullgårdsparc: fix a few pages of cast warnings
2010-03-10 Måns Rullgårdsparc: fix dsputil prototypes
2010-03-10 Måns Rullgårdconfigure: allow mips64el and powerpc64 as values for...
2010-03-10 Martin StorsjöMake the ntp_time function available to other parts...
2010-03-10 Martin StorsjöOnly use .size in ARM assembly when targeting ELF
2010-03-10 Michael NiedermayerOnly reschedule refresh if we successfully removed...
2010-03-10 Michael NiedermayerIncrease VIDEO_PICTURE_QUEUE_SIZE to 2.
2010-03-10 Michael NiedermayerDo not call SDL_SetVideoMode() with the same size as...
2010-03-10 Benoit FouetFix ffm_close return type.
2010-03-10 Vitor SessakFix memory leak in FFM demuxer
2010-03-10 Måns Rullgårdundef av_always_inline before redefining
2010-03-10 Michael NiedermayerCheck level_prefix a bit (this just checks the max...
2010-03-10 Baptiste CoudurierIn mpegts muxer, free adts context and temporary data
2010-03-10 Baptiste Coudurierreindent
2010-03-10 Dave YeoInclude os_support.h which has a fallback declaration...
2010-03-10 Dave YeoUsing struct timeval requires sys/time.h, fixes compila...
2010-03-10 Ramiro Pollavfwcap: Add support for UYVY pixel format.
2010-03-10 Måns Rullgård10l: fix version.h generation
2010-03-10 Måns RullgårdRemove .SECONDARY directive
2010-03-10 Måns RullgårdMake version.h depend on git changes
2010-03-10 Måns RullgårdImprove version.h generation
2010-03-10 Måns RullgårdReplace $(G) with more generic $(M) in silent make...
2010-03-10 Måns RullgårdPrettify make output for documentation
2010-03-10 Måns RullgårdChange dir into doc/ when running texi2html
2010-03-10 David Conradvp3: avoid buffer overread in coeff decode
2010-03-09 Carl Eugen... Fix indentation after r22414.
2010-03-09 Zhou ZongyiSIMD optimization using float_to_int16_interleave.
2010-03-09 Alex Converseaacsbr: Check that bs_num_env is valid before writing...
2010-03-09 Alex Converseaacsbr: Cleanup read_sbr_grid and copy_sbr_grid after...
2010-03-09 Alex Converseaacsbr: Factor out the common end border case from...
2010-03-09 Alex Converseaacsbr: read bs_rel_bord directly into t_env.
2010-03-09 Alex Converseaacsbr: Make the previous value of bs_num_env local...
2010-03-09 Alex Converseaacsbr: Initialize e_a[1] to -1.
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-09 Martin StorsjöDocs: Place the vorbis comment properly, currently...
2010-03-09 Måns Rullgårdlibm.h needs attributes.h
2010-03-09 Måns RullgårdARM: set size of asm functions in object files
2010-03-09 Martin StorsjöUse rt->control_uri consequently instead of s->filename...
2010-03-09 Måns RullgårdReplace some printf() with puts() in tableprint.c
2010-03-09 Måns RullgårdPrettify make output when generating headers
2010-03-09 Michael NiedermayerAdd special case to avoid binary search when appending...
2010-03-09 Måns RullgårdMove libm replacements to new header libm.h
2010-03-09 Martin StorsjöRTSP: Resolve and use the actual IP address of the...
2010-03-09 Måns RullgårdReorder some make rules
2010-03-09 Måns RullgårdRemove superflous ifdef CONFIG_{STATIC,SHARED} in makefiles
2010-03-09 Måns Rullgårdconfigure: always write shared lib variables to config.mak
2010-03-09 Måns RullgårdSimplify static/shared build rules
2010-03-09 Måns RullgårdMove some make rules outside of eval'd block
2010-03-09 Måns Rullgårdcosmetic: move some makefile variable definitions
2010-03-09 Måns RullgårdRemove duplicates from OBJS
2010-03-09 Peter RossRemove static function name prefixes from American...
2010-03-09 Peter RossEnsure Bink demuxer returns AVERROR code when av_get_pa...
2010-03-09 Peter RossEnable tcp_protocol when enabling http
2010-03-09 Alex Converseaacsbr: Dead code removal.
2010-03-09 Alex Converseaacsbr: Remove a slightly incorrect comment.
2010-03-09 Alex ConverseRevert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE...
2010-03-09 Alex Converseaacsbr: Cleanup the newly merged read_sbr_grid, elimina...
2010-03-09 Alex Converseaacsbr: Move the e_a calculation from sbr_mapping(...
2010-03-09 Alex Converseaacsbr: Merge sbr_time_freq_grid into read_sbr_grid...
2010-03-09 Alex Converseaacsbr: Fail early on illegal envelope counts.
2010-03-09 Alex Converseaacsbr: Check for illegal values of bs_pointer in sbr_r...
2010-03-09 Vitor SessakRevert commit 22378.
2010-03-09 Reinhard TartlerFix compilation on powerpc with --disable-altivec
2010-03-09 Kostya ShishkovCheck for reference frames so RV 3/4 won't segfault...
2010-03-09 David Conradvp3: correctly clip vp3_draw_horiz_band call
2010-03-09 Alex Converse10l: Include missing return values in functions made...
2010-03-09 Alex Converseaacsbr: Propagate errors from read_sbr_grid to prevent...
2010-03-09 Georgi ChorbadzhiyskiAdd a missing fft.h include to the aacsbr decoder.
2010-03-09 Georgi ChorbadzhiyskiAdd missing build dependencies for the AAC decoder...
2010-03-09 David Conradmkvenc: Handle negative timestamps correctly
2010-03-09 David Conradmkvenc: Don't try to write packets with unknown timestamps
2010-03-09 David Conradmkvenc: write dts for VFW mode
2010-03-09 Baptiste CoudurierFix encoder metadata string langcode in mov muxer
2010-03-09 Baptiste CoudurierCorrectly mark mov metadata as utf-8, using iso languag...
2010-03-09 Daniel VerkampBump avcodec minor version for kgv1 decoder
2010-03-09 Måns RullgårdFix build on configurations without fast av_log2()
2010-03-09 Baptiste CoudurierIn mov demuxer, convert mac encoded strings to utf-8
2010-03-09 Daniel VerkampKega Game Video (KGV1) decoder
2010-03-09 Baptiste CoudurierPreallocate index entries in mov demuxer, huge speedup
2010-03-09 Baptiste CoudurierFix interlaced vc-3 decoding, issue #1753
2010-03-09 David Conradvp3: Set pict_type
2010-03-09 David Conradvp3: Allocate a dummy reference frame if we have no...
next