OSDN Git Service

coroid/libav_saccubus.git
2007-07-19 Panagiotis... Replace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis... Replace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-19 Diego Biurruncosmetics: indentation
2007-07-19 Diego BiurrunMake video hook infrastructure conditional on video...
2007-07-19 Benoit Fouetuse sscanf to parse address
2007-07-19 Panagiotis... Fix the self tests which are contained in some codecs...
2007-07-19 Panagiotis... Fix the compilation of dct-test, fft-test and motion...
2007-07-19 Denes BalatoniUltraSPARC VIS yuv2rgb
2007-07-19 Luca AbeniImplement av_strlcatf(): a strlcat which adds a printf...
2007-07-19 Justin Rugglesdon't need to define ALT_BITSTREAM_READER
2007-07-19 Justin Rugglesupdate license header. add copyright for myself. correc...
2007-07-19 Justin Rugglesrevise comment for exponent decoding function
2007-07-19 Justin Rugglesnew implementation of exponent decoding
2007-07-19 Justin Rugglescosmetics: indentation
2007-07-19 Justin Rugglesremove portions of bit allocation which are no longer...
2007-07-19 Alex Beregszasziindentation fix
2007-07-19 Alex Beregszasziremoved unused variable ti
2007-07-18 Vitor SessakAnother minor simplification
2007-07-18 Baptiste CoudurierSet the step index correctly for flash adpcm. Patch...
2007-07-18 Baptiste CoudurierCalculate the correct blocksize for flash adpcm. Patch...
2007-07-18 Benoit Fouetremove warnings
2007-07-18 Zdenek Kabelacfix mem leak
2007-07-18 Vitor SessakMake deinterlace_16 receive an array as a parameter...
2007-07-18 Vitor SessakMinor simplification
2007-07-18 Vitor SessakYet more cosmetics
2007-07-18 Vitor SessakMore cosmetics
2007-07-18 Vitor SessakRemove reimplementation of av_log2
2007-07-18 Reimar DöffingerDocument aes init code writing on purpose beyond round_...
2007-07-18 Benoit Fouetremove useless check
2007-07-18 Andreas Ömanuse YUV440P in swscale
2007-07-18 Andreas Ömanadd YUV440P and YUVJ440P support
2007-07-18 Joakim Platefix emulated inet_aton so that it fails for invalid...
2007-07-18 Vitor SessakTest for supported number of channels
2007-07-18 Vitor SessakCosmetics: indentation
2007-07-18 Vitor SessakCosmetics: alignment
2007-07-18 Vitor SessakRemove more code duplication. Based on a patch by Matth...
2007-07-17 Vitor SessakMove var. declaration to allow further clean up
2007-07-17 Michael Niedermayerlcl.c doesnt exist anymore
2007-07-17 Vitor SessakRemove code duplication. Based on a patch by Matthieu...
2007-07-17 Luca BarbatoEditorial cleanup, thanks Diego =)
2007-07-17 Luca BarbatoRTP clarifications
2007-07-17 Alex Beregszasziset codec_type on init
2007-07-17 Alex Beregszasziuse av_q2d as in the rest of the file
2007-07-17 Diego Biurruntypo fixes
2007-07-17 Ian Caulfieldcreate colorspace.h and use it where appropriate
2007-07-17 Michael Niedermayermention rfc 4629 for rtp-h263(+)
2007-07-17 Marc Hoffmanfixpoint: renaming all lowlevel arithmetic routines...
2007-07-17 Diego BiurrunThis was rewritten by Michael, switch copyrights to...
2007-07-17 Benoit Fouetrevert my accidental previous commit
2007-07-17 Benoit Fouetfix tools compilation
2007-07-17 Denes BalatoniDon't segfault if an empty codebook gets used.
2007-07-17 Roman Shaposhnik * making profile selection a bit more tolerant to...
2007-07-17 Marc Hoffmancosmetics: adding some white space to align the argumen...
2007-07-16 Måns Rullgårdremove useless #ifdef CONFIG_ZLIB from zmbv decoder
2007-07-16 Ramiro PollaMinGW has those include files.
2007-07-16 Ramiro PollaMove av_gettime() back to lavf/utils.c
2007-07-16 Ramiro PollaMinGW has gettimeofday() since mingw-runtime-3.10
2007-07-16 Diego BiurrunRemove redundant "all rights reserved" statement, OKed...
2007-07-16 Aurelien Jacobsadd support for S_ASS and S_SSA codec string
2007-07-16 Marc Hoffmanfloat_t was a typo that compiled on macosx
2007-07-16 Marc Hoffmanfixpoint: move cplscales to context structure and provi...
2007-07-16 Marc Hoffmanfixpoint: lowlevel functional abstraction for all buffe...
2007-07-16 Marc Hoffmanfixpoint: separate windowing arithmetic imlt_window_float
2007-07-16 Benoit Fouetorder is name surname
2007-07-16 Marc Hoffmanseparate the actual math for recovering stereo from...
2007-07-16 Alex Beregszaszi.memleak fix by Ronald Bultje. OK'd by Luca.
2007-07-16 Benoit FouetAdd Balatoni Denes as vorbis dec maintainer
2007-07-16 Diego BiurrunAdd note about vertical alignment to patch guidelines.
2007-07-16 Diego Biurrunspelling/grammar/wording
2007-07-16 Marc Hoffmanseparating saturation codes so that we can support...
2007-07-15 Marc Hoffmanmoving automatic allocation of joint_decode/decode_buffer
2007-07-15 Marc Hoffmancosmetic changing hardwired 20 to SUBBAND_SIZE
2007-07-15 Måns Rullgårdremove superfluous #include
2007-07-15 Måns Rullgårdhardly anything in PNGContext is shared; split it
2007-07-15 Andreas Ömanfix visual painting of MVs from h264: they are painted...
2007-07-15 Michael Niedermayerremove likely wrong reseting of align_iframe
2007-07-15 Måns Rullgårdseparate en/decoder specific parts from png.c
2007-07-15 Justin Rugglesfix the 256-point MDCT
2007-07-15 Justin Rugglesuse shared ac3 bit allocation function
2007-07-15 Michael Niedermayerrtp-h263 FAQ
2007-07-15 Justin Rugglesno need for the decoder to have the license as a prefix
2007-07-15 Justin Rugglesremove a debugging function and variable, and remove...
2007-07-15 Justin RugglesABS -> FFABS
2007-07-15 Justin Rugglesmove some common values to ac3.h and utilize them
2007-07-14 Justin Rugglesuse random number generator from libavutil
2007-07-14 Justin Ruggles10l to me. I accidentally removed a word.
2007-07-14 Justin Rugglesrevise license header for simplicity and consistency
2007-07-14 Mark CoxRemove redundant assignment of CODEC_ID_BMP.
2007-07-14 Justin Rugglesmake ac3dec.c GPL until violations are fixed
2007-07-14 Justin RugglesAC-3 decoder, soc revision 402, Jul 14 13:45:14 2007...
2007-07-14 Loren MerrittAC-3 decoder, soc revision 148, Sep 28 18:38:27 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 109, Sep 22 22:42:54 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 72, Sep 7 04:20:00 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 71, Sep 4 09:47:12 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 70, Aug 31 18:04:23 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 69, Aug 31 07:12:56 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 58, Aug 19 14:20:45 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 57, Aug 19 12:44:38 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 56, Aug 17 14:21:58 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 55, Aug 17 12:25:24 2006...
next