]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-08-28 Diego Biurrun10l: Actually add the .libs dependency to the seek_test...
2007-08-28 Luca BarbatoBackport fix for mpegvideo rtp, fixes Issue119, origina...
2007-08-28 Luca Barbatosnow altivec is broken
2007-08-28 Diego BiurrunSplit FFmpeg documentation into general documentation...
2007-08-27 Roberto TogniChange 4xm demuxer and video decoder to pass the video...
2007-08-27 Måns Rullgårddo not use "strings" in endian check
2007-08-27 Diego BiurrunRemove unused variable.
2007-08-27 Michael Niedermayertypo
2007-08-27 Diego BiurrunSimplify preprocessor directives.
2007-08-27 Diego BiurrunRemove unused definition.
2007-08-27 Diego BiurrunChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-27 Wolfram GlogerGive seektest .libs dependency so that it gets updated...
2007-08-27 Diego Biurruncosmetics: Insert empty line for readability.
2007-08-27 Craig NicolCorrected pause handling when using the 's' step by...
2007-08-26 Michael Niedermayerprint EBX/EBP availability
2007-08-26 Aurelien Jacobsadd get_unary_0_33() to help gcc with inlining
2007-08-26 Aurelien Jacobscleanup get_unary()
2007-08-26 Aurelien Jacobsmove get_unary() to its own file
2007-08-26 Diego BiurrunDo not wrongly mark Apple gcc workarounds as being...
2007-08-26 Guillaume Poirierremove alignment correction of the destination pointers...
2007-08-26 Ramiro PollaCONFIG_7REGS has been renamed to HAVE_7REGS
2007-08-26 Michael Niedermayerworkaround gcc bug, untested as my gcc is not complaining
2007-08-26 Dominik Mierzejewskiadd a link to VIS instructions whitepaper
2007-08-26 Michael Niedermayeroptimize the first vertical lifting step, this also...
2007-08-26 Måns Rullgårduse POSIX "strings -a" rather than "strings -"
2007-08-26 Måns Rullgårdfix endian detection on MacOS
2007-08-26 Michael Niedermayeroptimize 1st horizontal lifting step
2007-08-26 Michael Niedermayertypo
2007-08-26 Michael Niedermayerget rid of totally senseless "m" + read in register...
2007-08-26 Michael Niedermayersimplify senselessly complex addressing
2007-08-26 Michael Niedermayercosmetics
2007-08-26 Michael Niedermayeravoid overflow in the 3rd lifting step, this now needs...
2007-08-25 Michael Niedermayeravoid an overflow in the 1 horizontal lifting step
2007-08-25 Michael Niedermayerprevent one overflow in the first vertical lifting...
2007-08-25 Michael Niedermayerupdate mmx code to latest snow changes
2007-08-25 Luca AbeniUse correct timescale in RTSP seeking
2007-08-25 Diego Biurrunprettyprinting cosmetics
2007-08-25 Michael Niedermayercleanup (remove some old experimentation related code)
2007-08-25 Michael Niedermayerwe only have 2 wavelets, the 3rd was just for experimen...
2007-08-25 Michael Niedermayeruse 16bit IDWT (a SIMD implementation of it should...
2007-08-24 Diego Biurrunwhitespace/indentation cosmetics
2007-08-24 Diego BiurrunRemove HAVE_ALTIVEC preprocessor directives that are...
2007-08-24 Michael Niedermayermore sparc asm docs
2007-08-24 Luca AbeniRemove copyright from a function prototype
2007-08-24 Ramiro PollaRemove --disable-dv1394 option
2007-08-24 Diego BiurrunFix trivial mixed declarations and code warning caused...
2007-08-24 Diego BiurrunRemove SYS_DARWIN preprocessor directive that is just...
2007-08-24 Diego BiurrunReplace SYS_DARWIN by the more correct __APPLE_CC__...
2007-08-24 Ramiro PollaGroup network checks together
2007-08-24 Diego BiurrunMerge __MWERKS__ preprocessor directives.
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-24 Diego BiurrunReplace SYS_DARWIN by the more correct __APPLE_CC__...
2007-08-24 Michael Niedermayerint->uint8_t
2007-08-24 Michael Niedermayerint->int8_t (no need for them to be int ...)
2007-08-24 Luca AbeniReindent the code after the last commit
2007-08-24 Luca AbeniRemove RTSP special casing in ffplay startup
2007-08-24 Luca AbeniMove the RTP packetization code for MPEG12 video in...
2007-08-24 David ConradAdd V_SNOW
2007-08-23 Reimar DöffingerAdd request_channels member to AVCodecContext so we...
2007-08-23 Luca BarbatoStray commit reverted
2007-08-23 Luca BarbatoPowerPC/CELL/Altivec pointers
2007-08-23 Michael Niedermayerelaborate on needs_more_info
2007-08-23 Michael Niedermayeruse more bits on the encoder side
2007-08-23 Michael Niedermayersparc asm docs
2007-08-23 Luca AbeniInitialize the "stc" variable before using it in ff_fin...
2007-08-23 Kostya ShishkovTake ring frame into account when demuxing.
2007-08-23 Loren Merrittsimd gmc wasn't impossible.
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-22 Diego BiurrunRevert previous unneeded mipsel patch (obsoleted by...
2007-08-22 Diego BiurrunAdd mipsel architecture that differs from mips in endia...
2007-08-22 Måns Rullgårdfix endian check when cross-compiling
2007-08-22 Michael Niedermayersimplify
2007-08-22 Benoit Fouetright filename in doxygen comment
2007-08-22 Diego Biurruncosmetics: alphabetical order
2007-08-22 Stefano SabatiniMake ffserver use cmdutils.c show_license function
2007-08-22 Stefano SabatiniMake ffmpeg use cmdutils.c show_license function
2007-08-22 Diego BiurrunSimplify preprocessor directives.
2007-08-22 Marc Hoffmanmake clean bfin
2007-08-22 Diego BiurrunIdentifiers starting with underscores are reserved.
2007-08-21 Michael Niedermayeroptimization tips for the wavelet
2007-08-21 Michael Niedermayermore complete dc prediction description
2007-08-21 Michael NiedermayerLL band prediction
2007-08-21 Michael Niedermayertypo
2007-08-21 Michael Niedermayerdescribe IDWT
2007-08-21 Aurelien Jacobsparsers and bsfs declarations are not meant to be part...
2007-08-21 Michael NiedermayerChange rounding of the horizontal DWT to match the...
2007-08-21 Aurelien Jacobscreate libavcodec/sh4 dir when building out-of-tree
2007-08-21 Aurelien Jacobscosmetics: some reordering
2007-08-21 Aurelien Jacobsasv1.c directly uses Put/GetBitContext, so it should...
2007-08-21 Michael Niedermayerintro
2007-08-21 Michael Niedermayerfew words about the wavelets
2007-08-21 Michael Niedermayerremove code which become unused by the previous changes
2007-08-21 Michael NiedermayerSimplify and optimize the 4th vertical lifting step...
2007-08-21 Michael NiedermayerSimplify and optimize the 4th vertical lifting step...
2007-08-20 Michael NiedermayerSimplify and speedup code, reduce needed headroom by...
2007-08-20 Michael Niedermayersimplify, speedup and reduce needed headroom by 2 bits...
2007-08-20 Michael Niedermayerreplace <<1 by add for SSE2 (untested)
2007-08-20 Michael Niedermayerreplace <<1 by add
next