]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2009-01-23 Kostya ShishkovVC-1 postproc field is 2 bits wide while decoder read...
2009-01-22 Michael NiedermayerMove av_read_frame/parser related buffer variables...
2009-01-22 Justin Rugglesflacdec: add support for 3 additional sample rate codes
2009-01-22 Alex ConverseMark ff_fft_init with av_cold.
2009-01-22 Alex ConverseClean up FFT related comments.
2009-01-22 Baptiste Coudurierprint stream sar if present and different than codec sar
2009-01-22 Michael NiedermayerUse EAGAIN return, primarely intended as example of...
2009-01-22 Michael NiedermayerHandle av_read_frame() EAGAIN return.
2009-01-22 Michael NiedermayerHandle av_read_frame() EAGAIN return.
2009-01-22 Baptiste CoudurierAdd const, remove warning:
2009-01-21 Diego BiurrunAvoid unused variable warning when compiling DES test...
2009-01-21 Aurelien Jacobs'code' is used to index a table so make it unsigned
2009-01-21 Diego BiurrunMake base64 test program compilable as a standard test...
2009-01-21 Diego BiurrunAdd void keyword to parameterless function declaration.
2009-01-21 Kostya Shishkovyet another attempt on fixing synchronization in VMD
2009-01-21 Kostya ShishkovEmpty audio chunks in VMD are silent, not skipped
2009-01-21 Kostya Shishkovcosmetics: reindent after last commit
2009-01-21 Kostya ShishkovVMD first chunk of audio is not coded as many separate...
2009-01-21 Benoit FouetRename audio.c to oss_audio.c in libavdevice.
2009-01-21 Baptiste Coudurierfix seek reg tests, Im always forgetting this
2009-01-20 Carl Eugen... Sort VdpPictureInfo alphabetically.
2009-01-20 Baptiste Coudurierexit with error code if av_encode failed
next