]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-01-29 Ben Littlerpvez avi fourcc is truemotion1
2009-01-28 Diego Biurrunspelling/grammar/consistency review part III
2009-01-28 Diego Biurrunspelling/grammar/consistency review part II
2009-01-28 Reimar DöffingerAdd "const" to AES function arguments where possible...
2009-01-28 Michael NiedermayerFix remotely exploitable arbitrary code execution vulne...
2009-01-28 Loren Merrittfix an overflow in vc1 intra overlap filter
2009-01-28 Diego BiurrunAdd common.h #include, necessary for av_const.
2009-01-28 Kostya ShishkovFix Doxygen comments for VC-1 decoder.
2009-01-28 Kostya ShishkovFix Doxygen comments for RV3/4 decoder.
2009-01-28 Kostya ShishkovFix Doxygen comments for APE decoder.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-27 Baptiste Couduriersecond try fixing time code in gxf
2009-01-27 Michael NiedermayerPrefer av_freep() over av_free() for variables in the...
2009-01-27 Michael NiedermayerAdd {} between if/else
2009-01-27 Michael NiedermayerExport all tracks (each is a different language) instea...
2009-01-27 Michael Niedermayerremove pointless {}
2009-01-27 Michael NiedermayerMove current_track variable closer to where it is used.
2009-01-27 Michael NiedermayerFix memleak of fourxm->tracks on error return.
2009-01-27 Michael Niedermayervertical align
2009-01-27 Michael NiedermayerFix memleak of header in error returns.
2009-01-27 Michael Niedermayerbetter header_size check
2009-01-27 Michael Niedermayersize < 4 is invalid
2009-01-27 Ramiro Pollaindentation
2009-01-27 Ramiro Pollamingw: don't check for minimum mingw runtime and w32api...
2009-01-27 Benoit FouetWhitespace cosmetics to align return statements.
2009-01-27 Benoit FouetCheck buffer is inside what is passed when probing...
2009-01-27 Måns RullgårdARM: remove some unused macro arguments
2009-01-27 Måns RullgårdARM: reorder some instructions in put_pixels*_arm for...
2009-01-27 Måns RullgårdARM: replace jump tables with conditional branches
2009-01-27 Måns RullgårdARM: replace explicit literal loads with ldr Rd, =lit
2009-01-27 Måns RullgårdARM: change alignment of loops in put_pixels*_arm to 32
2009-01-27 Måns RullgårdARM: optimised mid_pred()
2009-01-27 Måns RullgårdARM: allow register operands for shifts in MULL()
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-27 Stefan Gehrerfix doxygen file reference
2009-01-27 Baptiste Coudurierseek at 0 when timestamp requested is negative
2009-01-27 Aurelien Jacobsadd a ff_gcd() function again, for compatibility with...
2009-01-27 Aurelien Jacobsvp5: don't try decoding a P frame before any I frame...
2009-01-26 Aurelien Jacobsmake it clear that the new metadata API is a work in...
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2009-01-26 Stefano SabatiniUpdate preset files documentation to match with r16795.
2009-01-26 Stefano SabatiniImplement avfilter_graph_check_validity().
2009-01-26 Stefano SabatiniChange "H.263 Intel" long name to "Intel H.263".
2009-01-26 Måns Rullgårdconfigure: exit with error if OS is unknown
2009-01-26 Benoit FouetAdd a Changelog entry for the ALSA stuff.
2009-01-26 Kostya ShishkovFix AAC data smuggling:
2009-01-26 Diego BiurrunRemove misleading comment about how to build SHA1 test...
2009-01-26 Benoit FouetRemove unneeded check.
2009-01-26 Benoit FouetFix an exploit in indeo by checking we are not writing...
2009-01-26 Måns RullgårdFix version.h dependency on version.sh
2009-01-26 Nicolas GeorgeAdd ALSA support in libavdevice.
2009-01-26 Diego Biurrunversion.h depends on version.sh.
2009-01-26 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-26 David ConradWorkaround for gcc 3.4 to align sh properly
2009-01-25 Diego BiurrunReorganize header #includes: Unconditionally #include...
2009-01-25 Robert SwainMake opt_preset() use FFMPEG_DATADIR from config.h...
2009-01-25 Diego Biurrun10l: Add #undefs for system free/malloc/realloc, which...
2009-01-25 Robert SwainAdd (un)installation targets for ffpresets using the...
2009-01-25 Diego BiurrunC files should #include the header files of the same...
2009-01-25 Måns Rullgårdconfigure: add datadir variable and write to config...
2009-01-25 Diego BiurrunDisambiguate the macros used to disable fprintf/printf...
2009-01-25 Diego BiurrunAdd required limits.h header.
2009-01-25 Robert SwainThe default subq value in the x264 CLI is now 6, not 5.
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-25 Diego BiurrunRestore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CO...
2009-01-25 Diego BiurrunAdd AMD 3DNow! instruction enabling/disabling support...
2009-01-25 Diego BiurrunDrop redundant architecture extension dependencies.
2009-01-25 Diego BiurrunDrop _MSC_VER case from macro declaration.
2009-01-25 Diego BiurrunDrop deprecated av_fifo_write function with the next...
2009-01-25 Diego BiurrunMove DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
2009-01-25 Diego BiurrunDirectly #include some required headers.
2009-01-25 Diego BiurrunAdd missing architecture-specific options to summary...
2009-01-25 Reimar DöffingerUse AV_WL32/AV_WB32 in bitstream.h
2009-01-25 Diego BiurrunSSE depends on x86.
2009-01-25 Diego BiurrunDo not #include common.h without necessity.
2009-01-25 Stefano SabatiniMake more descriptive the long names for the various...
2009-01-25 Stefano SabatiniMove documentation of av_register_all() from allformats...
2009-01-25 Diego BiurrunRemove redundant av_log2_16bit forward declaration...
2009-01-25 Diego BiurrunMove internal.h #include to the end of the file so...
2009-01-25 Måns RullgårdARM: NEON optimised H.264 weighted prediction
2009-01-25 Måns RullgårdARM: NEON optimised H.264 biweighted prediction
2009-01-25 Diego BiurrunDeclare struct SwsContext before using it, fixes the...
2009-01-25 Diego BiurrunDisable C code when compiling AltiVec code, fixes the...
2009-01-25 Diego Biurrunspelling/grammar cosmetics
2009-01-25 Diego BiurrunFix #endif comments.
2009-01-25 Diego BiurrunAdd required headers to fix warnings during 'make check...
2009-01-25 Justin Rugglesflacdec: get total number of samples from STREAMINFO
2009-01-25 Justin Rugglesuse function and definitions from libavcodec/flac.h...
2009-01-25 Justin Rugglesmove FLAC_STREAMINFO_SIZE to flac.h
2009-01-25 Justin Rugglesdefine FLAC metadata types in flac.h
2009-01-25 David DeHavenHandle ID3v2 tags in raw FLAC streams by skipping them.
2009-01-24 Justin Rugglesflacdec: cosmetics: some line wrapping at 80 chars
2009-01-24 Justin Rugglesflacdec: cosmetics: indentation
2009-01-24 Justin Rugglesflacdec: cosmetics: use consistent coding style (K&R)
2009-01-24 Diego BiurrunAdd configuration options section to help output.
2009-01-24 Diego Biurrunhelp output cosmetics
2009-01-24 Diego BiurrunRemove --enable-static and --disable-shared from help...
2009-01-24 Diego BiurrunUse cc_default variable in help output for --cc option.
2009-01-24 Diego BiurrunAdd a check for ppc4xx instructions; rename preprocesso...
next