]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-10-22 Diego PettenòInclude headers for optional libraries only when enabled.
2008-10-22 Diego Biurruncosmetics: Leave out quotes from libdirac pkg-config...
2008-10-21 Måns Rullgårdsplit bswap.h into per-arch files
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-21 Michael NiedermayerPort read_time() that works on x86_32 and 64 from noe.
2008-10-21 Jens RosenboomThe v4l2 driver can silently change the pixel format...
2008-10-21 Måns RullgårdARM: allow --cpu=armvN in configure
2008-10-21 Måns RullgårdAllow target name on every line in dependency postproce...
2008-10-21 Måns RullgårdDo not add $cross_prefix to compiler name given with...
2008-10-21 Måns Rullgårdconfigure: fix handling of option arguments containing...
2008-10-20 Reimar DöffingerUse x86_reg type instead of long in float_to_int16...
2008-10-20 Michael NiedermayerUse av_freep() in ff_parse_close().
2008-10-20 Andrew WasonCopy pts for each raw encoded frame.
2008-10-20 Kostya Shishkov34l: free RV3/4 context variables at the end
2008-10-20 Kostya ShishkovRV3 and RV4 decoders set some deblocking coefs for...
2008-10-20 Kostya ShishkovMark some of RV3/4 block types as having separate DC...
2008-10-20 Alexis BallierAdd missing sys/select.h #include, fixes compilation...
2008-10-20 Måns RullgårdARM: Kill warning in bswap_32()
2008-10-19 David ConradConvert typeof keyword into __typeof__; this is a gcc...
2008-10-19 Måns Rullgårdfix configure with libx264 disabled
2008-10-19 Stefano SabatiniRemove the ugly and unnecessary require_cpp_condition...
2008-10-19 Stefano SabatiniMake more clear the error message for the libx264 versi...
2008-10-19 David ConradCosmetics: reindent
2008-10-19 David ConradCombine non-bitexact sections
2008-10-19 David ConradVP3 loop filter is mmx2 not mmx
2008-10-19 Michael NiedermayerCheck for pts==dts on I/P frames in the presence of...
2008-10-18 Michael NiedermayerMove code setting delay and presentation_delayed a...
2008-10-18 Víctor PaesaFix issue 68:
2008-10-18 Diego Biurruncosmetics: Save some backslashes.
2008-10-18 Stefano SabatiniProvide more context to the opt_preset() error messages...
2008-10-18 Stefano SabatiniMake ffmpeg abort if a preset file contains an invalid...
2008-10-18 Stefano SabatiniProvide more context for the error message issued when...
2008-10-18 Michael NiedermayerAppend read data onto the buffer instead of overwriting...
2008-10-18 Alexander WichersNellymoser 8KHZ flv muxing fix, patch by Alexander...
2008-10-18 Alexander Wichers8HZ -> 8KHZ, cosmetics patch by Alexander Wichers devel...
2008-10-18 Michael NiedermayerAssume mono if no other information for raw.
2008-10-17 David ConradMMX VP3 Loop Filter
2008-10-16 Diego BiurrunRemove -fasm CFLAGS check, it is no longer needed.
2008-10-16 Diego BiurrunUpdate DEPEND_CMD comment to better explain why we...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-16 Diego PettenòUse CONFIG_* macros in cmdutils.c for consistency.
2008-10-15 Carl Eugen... Revert r15615: Enable AC-3 decoding regression tests.
2008-10-15 Ramiro PollaSupport absolute DOS paths for preset parameters
2008-10-15 Benoit FouetBump minor version after addition of FF_ARRAY_ELEMS...
2008-10-15 Bartłomiej... Use of new bitstream in vorbis_enc.c.
2008-10-15 Benoit FouetCosmetics: fix indentation after previous commit.
2008-10-15 Nicolas GeorgeAdd a flag to avoid calling vorbis_analysis_wrote twice...
2008-10-15 Benoit FouetAdd a macro to get the number of elements in a table.
2008-10-14 Michael NiedermayerInclude zlib.h as it is needed for watermark support,
2008-10-14 Michael NiedermayerExport svq1_packet_checksum() that is needed for svq3...
2008-10-14 Michael NiedermayerAdd variable to hold the svq3 watermarking key,
2008-10-13 Carl Eugen... Enable AC-3 decoding regression tests.
2008-10-13 Benoit FouetAdd Jason Garrett-Glaser as libx264 maintainer.
2008-10-13 Benoit FouetAdd a space between frequencies and their units.
2008-10-13 Ralf TerdicFix mem leak.
2008-10-13 Carl Eugen... Fix some icc warnings by using enum PixelFormat instead...
2008-10-13 Aurelien Jacobsvp6dec: ensure we don't try to use a buffer with negati...
2008-10-12 Måns RullgårdEnable FAST_UNALIGNED on ARM variants that support it
2008-10-12 Måns RullgårdEnable FAST_UNALIGNED on PPC
2008-10-12 Måns RullgårdRevert "Replace sed trickery in the gcc dependency...
2008-10-12 Måns Rullgårdconfigure: simplify PPC dcbzl check
2008-10-12 Stefano SabatiniAdd preset options documentation strings.
2008-10-12 Carl Eugen... Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
2008-10-12 Carl Eugen... Don't include byteswap.h anymore.
2008-10-12 David ConradRemove unused variables
2008-10-12 Diego BiurrunReplace sed trickery in the gcc dependency generation...
2008-10-12 Stefano SabatiniFix inconsistent indent.
2008-10-12 Diego BiurrunRevert the merger of LC_ALL declaration and export.
2008-10-12 Stefano SabatiniCheck requirement for libx264 version in configure...
2008-10-12 Stefano SabatiniImplement CPP condition check support in configure.
2008-10-11 Ramiro Pollanellymoserenc: flush PutBitContext after use.
2008-10-11 Måns Rullgårdaac_parser: fix strict aliasing violation
2008-10-10 Ramiro PollaOnly special-case absolute DOS paths on systems that...
2008-10-09 Stefano SabatiniMake configure --help return 0.
2008-10-09 Stefano SabatiniDocument libavfilter filters options in configure -h.
2008-10-09 Baptiste Coudurierget_pixels_sse2, ~+12% performance compared to mmx
2008-10-09 Michael NiedermayerLimit discontinuity handling to containers that allow...
2008-10-09 Diego PettenòMark some symbols in swscale.c as constant.
2008-10-09 Diego PettenòMark dither_2x2_{8,4} static to swscale.c
2008-10-09 Diego PettenòMark variation-specific interleaveBytes static.
2008-10-09 Diego PettenòInvert logic for the single-pass in swScale() functions.
2008-10-09 Carl Eugen... Change variable types from int to enum PixelFormat.
2008-10-08 Michael NiedermayerMake gcc 2.95 happy.
2008-10-08 Vitor SessakDo not set src[1] to the palette, it is now in the...
2008-10-08 Vitor SessakAdd a new unscaled PAL8 -> RGB converter.
2008-10-08 Aurelien Jacobscosmetics: indentation
2008-10-08 Aurelien Jacobslookup AVCodec by name
2008-10-08 Aurelien Jacobsallows calling avcodec_find_(en|de)coder_by_name with...
2008-10-08 Aurelien JacobsChange one more variable type from int to enum PixelFormat.
2008-10-07 Diego BiurrunAdd a bunch of const qualifiers to function arguments.
2008-10-07 Carl Eugen... Change variable types from int to enum PixelFormat.
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 Roman Shaposhniksimplifying code as per Michael's suggestion
2008-10-07 Roman Shaposhnikcosmetic updates as per Michael's suggestion
2008-10-07 Roman Shaposhnikvertically aligning as per Michael's suggestion
2008-10-07 Roman Shaposhnikunrolling the loops as per Michael's suggestion
2008-10-07 Roman Shaposhnikfixing a bug that prevented proper unweighting table...
2008-10-07 Roman ShaposhnikDoxygenizing the comments
2008-10-07 Roman Shaposhniksimplifying the code as per Michael's suggestion
next