]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2009-01-24 Diego BiurrunRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-24 Måns Rullgårdconfigure: add help for fastdiv
2009-01-24 Justin Rugglescosmetics: indentation
2009-01-24 Justin Rugglesflacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
2009-01-24 Justin Rugglesflacdec: remove another unneeded debugging statement
2009-01-24 Justin Rugglesflacdec: remove unneeded debugging statements
2009-01-24 Justin Rugglesflacdec: remove some unused code
2009-01-24 Diego BiurrunDirectly #include a bunch of indirectly #included headers.
2009-01-24 Diego BiurrunFix undefined preprocessor directives warnings during...
2009-01-24 Diego BiurrunAdd required headers to fix 'make checkheaders'.
2009-01-24 Stefan Gehrerremove alloc_table_0 and alloc_table_2, the same
2009-01-24 Stefan Gehrerremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2009-01-24 Stefan Gehreravoid duplication of size_table and offset_table
2009-01-24 Stefan Gehreravoid duplication of dquant_code
2009-01-24 Benjamin LarssonI'll take care of qdm2 also
2009-01-24 Stefan Gehrerreturn an error if we can not get a full packet,
2009-01-24 Vitor SessakDo not allocate RoqTempData on the stack
2009-01-24 Stefan Gehrerfix header parsing, the NULL terminated File ID is...
2009-01-24 Ronald S. BultjeSkip m= blocks in the SDP if the media type is unknown...
2009-01-23 Justin Rugglesadd myself as a maintainer of flacdec.c
2009-01-23 Justin Rugglesrename flac.c to flacdec.c
2009-01-23 Baptiste Coudurierset pts and dts when only pts is present, according...
2009-01-23 Baptiste Coudurierwrite essence container data
2009-01-23 Baptiste Coudurierreduce display aspect ratio
2009-01-23 Baptiste Coudurierstored height is a multiple of 16 for mpeg2
2009-01-23 Baptiste Coudurierfix endianness of time code, and calculate it in fields...
2009-01-23 Ben Littleradd EM4A fourcc , works for:
2009-01-23 Andreas ÖmanAvoid allocating MPADecodeContext on stack.
2009-01-23 Michael NiedermayerWorkaround ffms behavior of returning EAGAIN at EOF.
2009-01-23 Kostya ShishkovRemove the block with always false condition from vc1_p...
next