]> git.sesse.net Git - ffmpeg/history - libavcodec
Remove HAVE_ALTIVEC preprocessor directives that are only compiled
[ffmpeg] / libavcodec /
2007-08-24 Diego BiurrunRemove HAVE_ALTIVEC preprocessor directives that are...
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 Diego BiurrunMerge __MWERKS__ preprocessor directives.
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-23 Reimar DöffingerAdd request_channels member to AVCodecContext so we...
2007-08-23 Michael Niedermayeruse more bits on the encoder side
2007-08-23 Luca AbeniInitialize the "stc" variable before using it in ff_fin...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-22 Michael Niedermayersimplify
2007-08-22 Benoit Fouetright filename in doxygen comment
2007-08-22 Diego Biurruncosmetics: alphabetical order
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 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 Jacobsasv1.c directly uses Put/GetBitContext, so it should...
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-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-15 Ramiro PollaCONFIG_7REGS -> HAVE_7REGS
2007-08-15 Marco GerardsMake the Golomb decoder work for Dirac
2007-08-14 Alexander StrangeStatements like a = b = c = d = e; store from right...
2007-08-13 Ramiro PollaIntroduce AVERROR_PATCHWELCOME
2007-08-13 Diego BiurrunMove msmpeg4 tables from a header file to msmpegdata.c.
2007-08-13 Ramiro PollaAdd attribute that forces alignment of stack to functio...
2007-08-13 Marc Hoffmanspecial handling for vp3 idct, use the c reference
2007-08-13 Michael Niedermayeruse bytestream_get_le*() this also fixes a big endian bug
2007-08-13 David BryantSupport for WavPack version 0x410 (false stereo chunks)
2007-08-13 Kostya ShishkovRename flag for consistency with the next commit
2007-08-13 David ConradAdd av_get_bits_per_sample_format()
2007-08-13 Michael Niedermayerfix type 3 aka skipped blocks for old version
2007-08-13 Michael Niedermayerfix motion vectors for old version
2007-08-13 Michael Niedermayerset pix_fmt properly depending on version
2007-08-13 Michael Niedermayeruse version instead of some random 32bit value to switc...
2007-08-13 Michael Niedermayerreplace vlc_type by version and set that from codec_tag...
2007-08-12 Michael Niedermayersupport ifr2 from Toy-Story2_better-image-quality.4xa
2007-08-12 Guillaume Poirieruse shorter types vec_"type" instead of the too long...
2007-08-12 Michael Niedermayeradd second vlc table
2007-08-12 Alexander StrangeDon't check the return value of decode_cabac_residual...
2007-08-11 Aurelien Jacobsmore usage of av_clip()
2007-08-11 Aurelien Jacobsone more simplification
2007-08-11 Aurelien Jacobsvarious simplifications around recent av_clip_int16...
2007-08-11 Michael Niedermayerfix decoding of samples.mplayerhq.hu/game-formats/idroq...
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-08-10 Michael Niedermayerensure that default_get_buffer() doesnt reuse images...
2007-08-10 Baptiste Coudurierdnxhd 120 interlaced support
2007-08-09 Roman Shaposhnik * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszaszifix compilation with TRACE enabled
2007-08-09 Justin Rugglescosmetics: vertical alignment
2007-08-09 Justin Rugglescomments modification: add, clean up, Doxygenize, and...
2007-08-09 Alex Beregszasziuse reget_buffer and remove internal copying of buffer...
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-08-08 Roman Shaposhnik * getting rid of code duplication
2007-08-08 Alex Beregszasziuse get_unary from bitstream.h
2007-08-08 Alex Beregszasziuse get_unary from bitstream.h
2007-08-08 Alex Beregszaszicopy get_unary from vc1
2007-08-08 Alex Beregszaszidebug: tell how much bits are skipped with unknown...
2007-08-08 Carl Eugen Hoyoskill warning
2007-08-07 Vitor SessakMore indentation
2007-08-07 Vitor SessakCosmetics: indentation
2007-08-07 Vitor SessakRename function
2007-08-07 Justin Rugglesenable the native AC-3 decoder
2007-08-06 Michael Niedermayermake output buffer larger so drift compensation can...
2007-08-06 Benjamin LarssonDon't encode the first sample twice.
2007-08-06 Baptiste Couduriercosmetic, indentation
2007-08-05 Justin Rugglescosmetics: blank lines, remove some comments
2007-08-05 Justin Rugglesadd pointer to the parent context for use with av_log()
2007-08-05 Justin Rugglesuse array for dynamic range scaling factors
2007-08-05 Michael Niedermayermake wmv1 and wmv2 playable with M$ DMO decoder
2007-08-05 Justin Rugglesadd dialogue normalization
2007-08-05 Baptiste Coudurierfix decoding of adpcm swf big frames, fix RamboMJPEGAVP...
2007-08-05 Reimar DöffingerAdd proper license header
2007-08-05 Reimar DöffingerRemove AVCodecContext parameter from parse_timecode...
2007-08-05 Reimar DöffingerFix deinterlacing for odd height
2007-08-05 Reimar DöffingerDeinterlace xsub subtitles
2007-08-05 Reimar DöffingerColours except background should not be transparent
2007-08-05 Reimar Döffingerget rid of av_rescale_q, it does not work as intended.
2007-08-05 Reimar Döffingerget rid of xsubdec array and calculate value instead
2007-08-05 Reimar Döffinger10l, runbits order was reversed
next