]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Match the behaviour betwen the bmp and wav codec tag lookups
[frescor/ffmpeg.git] / libavcodec /
2007-09-05 michaelcode to do halfpel interpolation per frame (unfinished...
2007-09-04 melansonFix issue 123 (Support Magic-carpet fli version,
2007-09-04 diegoSilence warnings about NAL_SVC_NON_IDR in H.264.
2007-09-04 benoitadd a close function to bitstream filter
2007-09-03 benoitRemove error raising when explicitely skipping frame
2007-09-01 vitorRemove reimplementation of get_unary.
2007-09-01 lu_zeroCosmetics
2007-09-01 aureladd a warning message for unsupported kind of encoding
2007-08-31 vitorCosmetical: Empty line removal
2007-08-31 vitorComment about unsupported sample size
2007-08-31 mhoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-08-30 diegocosmetics: Add some whitespace for better readability.
2007-08-30 diegocosmetics: Sort bitstream filters.
2007-08-30 diegocosmetics: Sort some lines, whitespace changes.
2007-08-30 diegoUse a consistent multiple inclusion guard.
2007-08-30 gpoirieradd simple_idct implemented in Sparc VIS
2007-08-30 vitorRename function
2007-08-30 vitorReplace two #define's by inline functions
2007-08-30 mhoffmanHooking bfin/mathops.h
2007-08-30 mhoffmanBlackfin 32bit multiplication primitives MULH MUL16
2007-08-30 reimarReplace complicated and currently broken manual alignme...
2007-08-28 lu_zerosnow altivec is broken
2007-08-27 rtogniChange 4xm demuxer and video decoder to pass the video...
2007-08-27 michaeltypo
2007-08-27 diegoSimplify preprocessor directives.
2007-08-27 diegoChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-26 aureladd get_unary_0_33() to help gcc with inlining
2007-08-26 aurelcleanup get_unary()
2007-08-26 aurelmove get_unary() to it's own file
2007-08-26 diegoDo not wrongly mark Apple gcc workarounds as being...
2007-08-26 gpoirierremove alignment correction of the destination pointers...
2007-08-26 ramiroCONFIG_7REGS has been renamed to HAVE_7REGS
2007-08-26 michaelworkaound gcc bug, untested as my gcc isnt complaining
2007-08-26 michaeloptimize the first vertical lifting step, this also...
2007-08-26 michaeloptimize 1st horizontal lifting step
2007-08-26 michaeltypo
2007-08-26 michaelget rid of totally senseless "m" + read in register...
2007-08-26 michaelsimplify senselessly complex addressing
2007-08-26 michaelcosmetics
2007-08-26 michaelavoid overflow in the 3rd lifting step, this now needs...
2007-08-25 michaelavoid an overflow in the 1 horizontal lifting step
2007-08-25 michaelprevent one overflow in the first vertical lifting...
2007-08-25 michaelupdate mmx code to latest snow changes
2007-08-25 diegoprettyprinting cosmetics
2007-08-25 michaelcleanup (remove some old experimentation related code)
2007-08-25 michaelwe only have 2 wavelets, the 3rd was just for experimen...
2007-08-25 michaeluse 16bit IDWT (a SIMD implementation of it should...
2007-08-24 diegowhitespace/indentation cosmetics
2007-08-24 diegoRemove HAVE_ALTIVEC preprocessor directives that are...
2007-08-24 diegoFix trivial mixed declarations and code warning caused...
2007-08-24 diegoRemove SYS_DARWIN preprocessor directive that is just...
2007-08-24 diegoReplace SYS_DARWIN by the more correct __APPLE_CC__...
2007-08-24 diegoMerge __MWERKS__ preprocessor directives.
2007-08-24 diegoMove Apple gcc AltiVec vector declaration syntax to...
2007-08-24 diegoReplace SYS_DARWIN by the more correct __APPLE_CC__...
2007-08-24 michaelint->uint8_t
2007-08-24 michaelint->int8_t (no need for them to be int ...)
2007-08-23 reimarAdd request_channels member to AVCodecContext so we...
2007-08-23 michaeluse more bits on the encoder side
2007-08-23 lucabeInitialize the "stc" variable before using it in ff_fin...
2007-08-22 diegoRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-22 michaelsimplify
2007-08-22 benoitright filename in doxygen comment
2007-08-22 diegocosmetics: alphabetical order
2007-08-22 diegoSimplify preprocessor directives.
2007-08-22 mhoffmanmake clean bfin
2007-08-22 diegoIdentifiers starting with underscores are reserved.
2007-08-21 aurelparsers and bsfs declarations are not meant to be part...
2007-08-21 michaelchange rounding of the horizontal DWT to match the...
2007-08-21 aurelasv1.c directly uses Put/GetBitContext, so it should...
2007-08-21 michaelremove code which become unused by the previous changes
2007-08-21 michaelSimplify and optimize the 4th vertical lifting step...
2007-08-21 michaelSimplify and optimize the 4th vertical lifting step...
2007-08-20 michaelSimplify and speedup code, reduce needed headroom by...
2007-08-20 michaelsimplify, speedup and reduce needed headroom by 2 bits...
2007-08-20 michaelreplace <<1 by add for SSE2 (untested)
2007-08-20 michaelreplace <<1 by add
2007-08-20 michaelslightly change horizontal lift3 so it needs 1 bit...
2007-08-20 michaelremove idiotc double subtraction from the sse2 code...
2007-08-20 michaelfixme note
2007-08-20 michaeland of course where the unneeded double subtractions...
2007-08-20 michaelmore stupid double subtractions
2007-08-20 michaelget rid of idiotc double subtraction
2007-08-19 bananCosmetics, indentation.
2007-08-19 bananTrellis quantization support for adpcm_swf.
2007-08-19 reimarUse defines instead of raw hex numbers to specify CRC...
2007-08-15 ramiroCONFIG_7REGS -> HAVE_7REGS
2007-08-15 marcoMake the Golomb decoder work for Dirac
2007-08-14 gpoirierStatements like a = b = c = d = e; store from right...
2007-08-13 ramiroIntroduce AVERROR_PATCHWELCOME
2007-08-13 diegoMove msmpeg4 tables from a header file to msmpegdata.c.
2007-08-13 ramiroAdd attribute that forces alignment of stack to functio...
2007-08-13 mhoffmanspecial handling for vp3 idct, use the c reference
2007-08-13 michaeluse bytestream_get_le*() this also fixes a big endian bug
2007-08-13 kostyaSupport for WavPack version 0x410 (false stereo chunks)
2007-08-13 kostyaRename flag for consistency with the next commit
2007-08-13 conradAdd av_get_bits_per_sample_format()
2007-08-13 michaelfix type 3 aka skiped blocks for old version
2007-08-13 michaelfix motion vectors for old version
2007-08-13 michaelset pix_fmt properly depending on version
next