]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-06-15 Aurelien Jacobsgenerate ENABLE_* defines also for all the HAVE_* values
2007-06-15 Patrice BensoussanAdd support for track numbers when they are set via...
2007-06-15 Guillaume Poiriersome samples aren't decoded correctly such as
2007-06-15 Panagiotis... Remove unneeded semicolon.
2007-06-15 Panagiotis... Correct signature of just_return().
2007-06-14 Aurelien Jacobsuse get_bits_long() where needed
2007-06-14 Ramiro PollaVhooks require special cflags and ldflags for Windows...
2007-06-14 Ramiro PollaMake ppm vhook depend on fork()
2007-06-14 Ramiro PollaPrint static vhook warning for Cygwin and MinGW
2007-06-14 Ramiro PollaPrint static vhook warning for Cygwin only when both...
2007-06-14 Panagiotis... Remove an unreferenced variable from qpeg_decode_inter().
2007-06-14 Benoit Fouetadd and remove some parentheses
2007-06-14 Albert LeeSimplify init preprocessor statements.
2007-06-14 Guillaume Poirierthis file credits authors of non-trivial code, which...
2007-06-14 Nicolas GeorgeMore detailed documentation
2007-06-13 Guillaume PoirierList myself in CREDITS as I did have some of code commi...
2007-06-13 Diego Biurrunmisc spelling fixes
2007-06-13 Marc Hoffmanremoving underscores from block profiling renaming...
2007-06-13 Marc HoffmanBlackfin - read_time primitive
2007-06-13 Carl Eugen... Improve understanding ofavcodec_find_decoder()
2007-06-13 LordWorkaround adjustments for DivX 6.1 and later
2007-06-13 Ronald S. Bultjeremove decode_be32/64 and replace them by AV_RB32/64
2007-06-12 Guillaume Poiriercosmetics
2007-06-12 Ramiro PollaRemove unused declarations
2007-06-12 Sigbjorn Skjaeretkill one vector constant value load by the right combin...
2007-06-12 Sigbjorn Skjaeretrestore GCC2/3 support, patch by Sigbjorn Skjaeret...
2007-06-12 Marc Hoffmanintegrating MPV_common_init_bfin into the build system...
2007-06-12 Marc HoffmanBlackfin dct_quantize_bfin routine
2007-06-12 Marc HoffmanBlackfin IDCT has no special permutation it uses normal...
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Kostya ShishkovTypo
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-12 Stefano SabatiniMove the video size and rate abbreviations system from...
2007-06-12 Diego BiurrunAdd some explanatory comments to #endif directives.
2007-06-12 Michael Donaghyfix 8- and 24-bit FLAC decoding
2007-06-12 Diego BiurrunRemove unused static function.
2007-06-11 Michael Niedermayerdont attach huge samplesto mails
2007-06-11 Aurelien Jacobsmove codecs declarations from avcodec.h to allcodecs.h
2007-06-11 Diego BiurrunThe video hooks do not depend on the libav* libraries.
2007-06-11 Guillaume Poirierone step closer to restoring GCC-3.3 support: kills...
2007-06-11 Eric LasotaCygwin compatibility workaround
2007-06-10 Diego BiurrunWe do not create .d files, thus no need to remove them.
2007-06-10 Diego BiurrunMove libpostproc-specific uninstallation command to...
2007-06-10 Diego BiurrunUse consistent paths for adding values to LDFLAGS.
2007-06-10 Ronald S. BultjeAdd a bounds check on AVProbeData input.
2007-06-10 Diego BiurrunMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-06-10 Diego Biurrunwhitespace cosmetics
2007-06-10 Diego BiurrunSimplify ffplay.o CFLAGS handling.
2007-06-10 Diego BiurrunCompile all binaries with default CFLAGS.
2007-06-10 Diego BiurrunMake main() return 0 at the end and mark as int.
2007-06-10 Diego BiurrunAdd appropriate headers for exit and printf.
2007-06-10 Diego BiurrunSimplify command with automatic variable.
2007-06-10 Ronald S. BultjeAdapt to API changes, fix compilation.
2007-06-09 Guillaume Poirierminor GCC3 compile fix
2007-06-09 Graham BookerAltivec version of h264_(h|v)_loop_filter_luma
2007-06-09 Ronald S. BultjeAdd some #includes to allow compilation without HAVE_AV...
2007-06-09 Diego BiurrunRemove unused variable.
2007-06-09 Diego BiurrunRemove redundant #include, avformat.h indirectly includ...
2007-06-08 Graham Bookerwork around issues with the old version of Gnu Assemble...
2007-06-08 Diego BiurrunRemove stray commented out line, fix individual regress...
2007-06-08 Michael Niedermayersimplify
2007-06-08 Michael Niedermayerremove now unused "global" pcr_pid
2007-06-08 Michael Niedermayerproper per stream pcr_pid support by (Wolfram Gloger...
2007-06-08 Reimar DöffingerFix yuv2rgb C functions to work for widths divisible...
2007-06-07 Diego BiurrunMerge tests Makefile into the top-level Makefile.
2007-06-07 Diego BiurrunThe server configuration file is passed as a command...
2007-06-07 Ronald S. Bultjeemms --> emms_c, taken from a patch by Ronald Bultje
2007-06-07 Diego BiurrunUse consistent names for all test programs.
2007-06-07 Diego BiurrunPreprocessor #defines starting with __ are reserved...
2007-06-07 Ronald S. BultjeUse FFmpeg-specific CPU feature definitions.
2007-06-07 Ronald S. BultjeAdd CPU feature definitions for SSE3 and SSSE3.
2007-06-07 Diego Biurrun'-acodec mp3' --> '-acodec libmp3lame'
2007-06-07 avcoderChange names of codecs provided by external libraries...
2007-06-07 Ronald S. BultjeCPU feature definitions should always be available...
2007-06-07 Diego BiurrunOnly run MMX2 tests when MMX2 is available.
2007-06-07 Diego BiurrunFix linking when GPL code has been disabled.
2007-06-07 Ronald S. BultjeFix compilation when MMX is disabled.
2007-06-07 Diego BiurrunFAAN is not x86-specific.
2007-06-07 Panagiotis... Remove the unnecessary masking when counting received...
2007-06-07 Panagiotis... Remove the unnecessary masking when reconstructing...
2007-06-07 Panagiotis... Remove the unnecessary masking when extracting the...
2007-06-07 Diego BiurrunFix linking: emms_c is a macro, #include the correct...
2007-06-07 Andreas Ömanh264: use 'simple' in border backup / xchg
2007-06-07 Ronald S. Bultjeemms --> emms_c, patch by Ronald S. Bultje, rbultje...
2007-06-06 Diego BiurrunAdd some forgotten lib prefixes to Makefile variables.
2007-06-06 Baptiste Coudurieradd MMES fourcc, matrox mpeg2 in avi files
2007-06-06 Michael Niedermayeradd mpegtsraw demuxer
2007-06-06 Baptiste Coudurierwarn user if video codec timebase is very high
2007-06-06 Eric LasotaRename cb field
2007-06-06 Diego BiurrunConsistent naming and lib prefixes for x264, xvid and...
2007-06-06 Diego Biurrunone more rename
2007-06-06 Diego BiurrunUpdate for recent file removals/renames.
2007-06-06 Diego BiurrunGive names of external library decoders/encoders a...
2007-06-06 Diego BiurrunGive all wrappers for external libraries names starting...
2007-06-05 Reimar DöffingerPart of MPlayer patch:
2007-06-05 Diego BiurrunRemove unused variables.
2007-06-05 Marc Hoffmancorrecting spelling error, yuv2rgb888_line was renamed...
2007-06-05 Eric LasotaConvert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
2007-06-05 Denis FortinRename code012() to ff_code012(), and remove static...
2007-06-04 Diego Biurrunspelling
next