OSDN Git Service

android-x86/external-ffmpeg.git
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
2007-08-20 Michael Niedermayerslightly change horizontal lift3 so it needs 1 bit...
2007-08-20 Michael Niedermayerremove idiotc double subtraction from the sse2 code...
2007-08-20 Michael Niedermayerfixme note
2007-08-20 Michael Niedermayerand of course the unneeded double subtractions were...
2007-08-20 Michael Niedermayermore stupid double subtractions
2007-08-20 Michael Niedermayerget rid of idiotc double subtraction
2007-08-20 Aurelien Jacobsensure configure only accept valid --list-* parameters
2007-08-20 Baptiste Couduriersupport swink created files which have soi/eoi broken...
2007-08-20 Reimar DöffingerAdditional documentation for CRC functions
2007-08-20 Luca AbeniPrint an SDP when all outputs are RTP (the SDP can...
2007-08-20 Stefano SabatiniImplement the cmdutils.c show_license function.
2007-08-20 Luca AbeniCall av_find_stream_info() immediately after opening...
2007-08-20 Luca AbeniUse avf_sdp_create() in ffserver
2007-08-20 Godwin Stewartupdate -t option documentation
2007-08-19 Benjamin LarssonCosmetics, indentation.
2007-08-19 Benjamin LarssonTrellis quantization support for adpcm_swf.
2007-08-19 Reimar DöffingerUse defines instead of raw hex numbers to specify CRC...
2007-08-19 Reimar DöffingerChange imprecise "Unknown codec" message to say "encode...
2007-08-18 Diego Biurrunsmall simplification
2007-08-18 Neil BrownDo not butcher start_time in av_estimate_timings_from_b...
2007-08-18 Neil BrownWhen looking for the last packet in each
2007-08-18 Neil BrownThere is no guarantee that every stream will
2007-08-18 Michael Niedermayerfix cur_dts at the end of av_estimate_timings_from_pts()
2007-08-18 Neil Brownmore verbose doxy for duration (from patch by neilb...
2007-08-18 Neil Brownmention that start_time maybe AV_NOPTS_VALUE (from...
2007-08-17 Vincent FourmondAllow pipe: URL to take fd number as input
2007-08-17 Vincent FourmondIndent for next commit
2007-08-17 Ramiro PollaEnable MinGW networking support
2007-08-17 Diego Biurrunspelling/wording cosmetics
2007-08-17 Björn Axelssonstore asf streaming bitrates consistently
2007-08-16 Ramiro PollaSet UDP receive buffer to 64k
2007-08-16 Aurelien Jacobscosmetic: indentation
2007-08-16 Aurelien JacobsDon't pre-scale default_duration to avoid precision...
2007-08-16 Aurelien Jacobsno need for special case default_duration for AAC
2007-08-16 Aurelien Jacobscalculate default_duration according to framerate only...
2007-08-16 Ben Littlerobfuscate urls and fix note about them
2007-08-16 Ben Littlerfix url typo pointed out by Guillaume LECERF
2007-08-16 Michael Niedermayerelaborate a little on AVStream.start_time, it seems...
next