]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2010-03-09 David Conradvp3: use FF_BUFFER_TYPE_COPY
2010-03-09 David Conradvp3: Don't leak buffers on errors
2010-03-09 David Conradvp3: Simplify buffer management
2010-03-09 David Conradvp3: be less spammy on broken files
2010-03-09 Baptiste CoudurierIn mpegts muxer, write adts header if aac bitstream...
2010-03-08 Baptiste CoudurierIn mpegts muxer, search for h264 aud nal, it might...
2010-03-08 Stefano SabatiniRemove definition of match_ext(), which is declared...
2010-03-08 Baptiste Couduriermpegts vbr muxing, activated when muxing rate is not...
2010-03-08 Stefano SabatiniReplace last occurrence of the deprecated match_ext...
2010-03-08 Baptiste CoudurierStart continuity counter at 0 for pmt as well
2010-03-08 Måns RullgårdMore descriptive names for av_stristr() parameters
2010-03-08 Måns Rullgårdcosmetics: indent
2010-03-08 Måns RullgårdMerge two adjacent ifdef blocks
2010-03-08 Måns RullgårdMove gcc attribute macros to new header libavutil/attri...
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2010-03-08 Baptiste CoudurierStart continuity counter at 0 for streams
2010-03-08 Baptiste Coudurier10l typo, fix ts total bit rate computation
2010-03-08 Måns RullgårdAdd missing includes in bfin and sh4 files
2010-03-08 Måns Rullgårdcheckheaders: skip per-arch headers not meant for direc...
2010-03-08 Måns RullgårdARM: add some missing includes
2010-03-08 Reimar DöffingerCheck for allocation failure for c->lumMmx2FilterCode...
2010-03-08 Reimar DöffingerFix memleak due to incorrect VirtualFree arguments...
2010-03-08 Måns RullgårdARM: fix dct-test
2010-03-08 Måns RullgårdSkip mpegaudio3.h in checkheaders
2010-03-08 Måns RullgårdAdd lots of missing includes
2010-03-08 Måns RullgårdSkip the tablegen fragments in checkheaders
2010-03-08 Måns RullgårdAdd TESTOBJS make variable for extra objects used by...
2010-03-08 Måns RullgårdRemove unused fast_memcpy() function in dct-test
2010-03-08 Måns RullgårdSkip cmdutils_common_opts.h fragment in checkheaders
2010-03-08 Måns RullgårdDefine HAVE_AV_CONFIG_H for checkheaders in libs
2010-03-08 Måns RullgårdMove dctref prototypes to a header file
2010-03-08 Måns RullgårdDefine HAVE_AV_CONFIG_H when building test apps
2010-03-08 Måns RullgårdMove resolve_host() to ffserver.c
2010-03-08 Diego BiurrunAdd missing stdlib.h #include, fixes the warnings:
2010-03-08 Martin StorsjöMove the local includes below the system includes
2010-03-08 Vladimir PantelicUse ASF supports "markers" which are a name and a time...
2010-03-08 Andreas Ömanw32thread: Make avcodec_thread_execute2() static here...
2010-03-08 Andreas ÖmanMake avcodec_thread_execute2() static
2010-03-08 Martin StorsjöAdd doxygen documentation for ff_url_split
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-08 Alexis Balliertargeenc: fix rgb555 encoding on big endian systems.
2010-03-08 Maxim PoliakovskiMake Indeo 5 decoder more robust on bitstream errors.
2010-03-08 Maxim PoliakovskiScale tile dimensions in case both local decoding and...
2010-03-08 Alex ConverseAdd myself to CREDITS
2010-03-08 Alex ConverseAdd an HE-AAC v1 decoder.
2010-03-08 Måns RullgårdRevert "Move the probe loop from av_open_input_file...
2010-03-08 Måns Rullgårdavfilter: make avfilter_default_free_video_buffer(...
2010-03-08 Måns RullgårdError on missing function prototypes with gcc
2010-03-08 Måns Rullgårdsh4: move dsputil prototypes to header file
2010-03-08 Måns Rullgårdsh4: fix about 1000 warnings
2010-03-08 Måns Rullgårdbfin: fix function prototypes
2010-03-08 Måns RullgårdARM: move mpegvideo prototypes to a header file
2010-03-08 Måns RullgårdAlpha: move dsputil prototypes to a header file
2010-03-08 Måns RullgårdIFF: move ff_cmap_read_palette() prototype to a header...
2010-03-08 Wolfram GlogerFix concat seeking SEEK_END case.
2010-03-08 Måns RullgårdMake ffserver regression test run (still fails)
2010-03-08 Måns Rullgårdregtest: move md5sum wrappers into separate file
2010-03-08 Måns Rullgårdffserver: remove bogus comment
2010-03-08 Wolfram GlogerFix concat seek result.
2010-03-08 Alex Converseav_find_stream_info(): Add a workaround for backwards...
2010-03-07 Stefano SabatiniMake avfilter_default_start_frame() correctly pass...
2010-03-07 Alex Converse10l: AAC: Set multiplier to 0.
2010-03-07 Alex ConverseAAC: Set codec parameters in the first frame rather...
2010-03-07 Daniel KristjanssonFix pts->dts conversion init for non-zero initial value...
2010-03-07 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-07 Måns RullgårdRemove hacks not required since HAVE_AV_CONFIG_H was...
2010-03-07 Måns RullgårdDefine HAVE_AV_CONFIG_H only when building libraries
2010-03-07 Måns Rullgårdffserver: do not use intreadwrite.h
2010-03-07 Måns Rullgårdffplay: use public fft interface
2010-03-07 Måns RullgårdCreate a public API for FFT family of functions
2010-03-07 Måns RullgårdGive RDFT types more meaningful names
2010-03-07 Måns RullgårdUpdate include directives in fft-test.c
2010-03-07 Alex ConverseIncrease FF_INPUT_BUFFER_PADDING_SIZE to 64.
2010-03-07 Alex ConverseAAC: Add a new line after the TNS error message.
2010-03-07 Måns Rullgårdregtest: run seektest on image sequences
2010-03-07 David Conradinet_aton needs _DARWIN_C_SOURCE on OS X
2010-03-07 David ConradLocalize the #define _SVID_SOURCE needed for inet_aton...
2010-03-07 Måns Rullgårdregtest: run seektest on lavftest output files
2010-03-07 Måns Rullgårdregtest: place image sequence outputs in separate direc...
2010-03-07 Alex ConverseAdd support for non-backwards compatible signaled param...
2010-03-07 Måns Rullgård10l: fix make install with only shared libs
2010-03-07 Maxim PoliakovskiBand quant tables should not be assigned inside band...
2010-03-07 Reimar DöffingerFix --enable-hardcoded-tables compilation: the generate...
2010-03-07 Kostya Shishkov1l trocadero: forgot reference operator on bytestream_g...
2010-03-07 Måns RullgårdUse -Werror=implicit only with gcc
2010-03-07 Maxim PoliakovskiWhen tracking non-zero coefficients during Indeo 5...
2010-03-07 David ConradFix clang sysroot flag
2010-03-07 David ConradAdd internal.h include for av_read_frame_flush prototype
2010-03-07 David ConradFix warning about incompatible pointer types
2010-03-07 David Conradmatroskadec: Fix a buffer overread
2010-03-06 Michael Niedermayerheader for common code between mp3 decoder and encoder.
2010-03-06 Måns RullgårdError on implicit function declarations
next