OSDN Git Service

coroid/libav_saccubus.git
2007-09-04 Benoit Fouetadd a close function to bitstream filter
2007-09-03 Luca AbeniFill the buffer with 0 before writing an SDP in it
2007-09-03 Carl Eugen... Remove error raising when explicitely skipping frame
2007-09-03 Neil BrownIf a stream has no start time, but the first packet...
2007-09-03 Luca AbeniSet the "B" flag in the payload header
2007-09-03 Luca AbeniSet the "TR" field in the payload header
2007-09-03 Luca AbeniCorrectly set the "P" field in the payload header
2007-09-03 Wolfram Glogerfix probe buffer issue. patch by Wolfram Gloger {wmglo...
2007-09-02 Michael Niedermayerworkaround ms (lack of) intelligence in their design...
2007-09-01 Vitor SessakRemove reimplementation of get_unary.
2007-09-01 Luca BarbatoCosmetics
2007-09-01 Aurelien Jacobsadd a warning message for unsupported kind of encoding
2007-08-31 Michael Niedermayerfix 1fps videos
2007-08-31 Vitor SessakCosmetical: Empty line removal
2007-08-31 David ConradSimpleBlock keyframe flag is the most significant bit
2007-08-31 Vitor SessakComment about unsupported sample size
2007-08-31 Marc Hoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-08-31 Marc Hoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-08-31 Benoit Fouetadd Dénes Balatoni to CREDITS
2007-08-30 Diego Biurruncosmetics: Add some whitespace for better readability.
2007-08-30 Diego Biurruncosmetics: Sort bitstream filters.
2007-08-30 Diego Biurruncosmetics: Sort some lines, whitespace changes.
2007-08-30 Diego Biurruncosmetics: Sort some lines, whitespace changes.
2007-08-30 Diego BiurrunUse a consistent multiple inclusion guard.
2007-08-30 Denes Balatoniadd simple_idct implemented in Sparc VIS
2007-08-30 Vitor SessakRename function
2007-08-30 Vitor SessakReplace two #define's by inline functions
2007-08-30 Marc HoffmanHooking bfin/mathops.h
2007-08-30 Marc HoffmanBlackfin 32bit multiplication primitives MULH MUL16
2007-08-30 Reimar DöffingerReplace complicated and currently broken manual alignme...
2007-08-29 Luca AbeniCorrect packetization for MPEG video frames, and correc...
2007-08-29 Luca AbeniRemove commented code (payload header extension)
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.
next