log

age author description
2007-08-30 vitor Replace two #define's by inline functions libavcodec
2007-08-30 mhoffman Hooking bfin/mathops.h libavcodec
2007-08-30 mhoffman Blackfin 32bit multiplication primitives MULH MUL16 libavcodec
2007-08-30 reimar Replace complicated and currently broken manual alignment code by libavcodec
2007-08-28 lu_zero snow altivec is broken libavcodec
2007-08-27 rtogni Change 4xm demuxer and video decoder to pass the video format version in libavcodec
2007-08-27 michael typo libavcodec
2007-08-27 diego Simplify preprocessor directives. libavcodec
2007-08-27 diego Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodec
2007-08-26 aurel add get_unary_0_33() to help gcc with inlining libavcodec
2007-08-26 aurel cleanup get_unary() libavcodec
2007-08-26 aurel move get_unary() to its own file libavcodec
2007-08-26 diego Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodec
2007-08-26 gpoirier remove alignment correction of the destination pointers in luma_16x6 libavcodec
2007-08-26 ramiro CONFIG_7REGS has been renamed to HAVE_7REGS libavcodec
2007-08-26 michael workaround gcc bug, untested as my gcc is not complaining libavcodec
2007-08-26 michael optimize the first vertical lifting step, this also prevents another libavcodec
2007-08-26 michael optimize 1st horizontal lifting step libavcodec
2007-08-26 michael typo libavcodec
2007-08-26 michael get rid of totally senseless "m" + read in register we have enough libavcodec
2007-08-26 michael simplify senselessly complex addressing libavcodec
2007-08-26 michael cosmetics libavcodec
2007-08-26 michael avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum libavcodec
2007-08-25 michael avoid an overflow in the 1 horizontal lifting step libavcodec
2007-08-25 michael prevent one overflow in the first vertical lifting step libavcodec
2007-08-25 michael update mmx code to latest snow changes libavcodec
2007-08-25 diego prettyprinting cosmetics libavcodec
2007-08-25 michael cleanup (remove some old experimentation related code) libavcodec
2007-08-25 michael we only have 2 wavelets, the 3rd was just for experimentation ... libavcodec
2007-08-25 michael use 16bit IDWT (a SIMD implementation of it should be >2x faster then with libavcodec
2007-08-24 diego whitespace/indentation cosmetics libavcodec
2007-08-24 diego Remove HAVE_ALTIVEC preprocessor directives that are only compiled libavcodec
2007-08-24 diego Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodec
2007-08-24 diego Remove SYS_DARWIN preprocessor directive that is just a duplicate of a libavcodec
2007-08-24 diego Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec
2007-08-24 diego Merge __MWERKS__ preprocessor directives. libavcodec
2007-08-24 diego Move Apple gcc AltiVec vector declaration syntax to libavutil. libavcodec
2007-08-24 diego Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec
2007-08-24 michael int->uint8_t libavcodec
2007-08-24 michael int->int8_t (no need for them to be int ...) libavcodec
2007-08-23 reimar Add request_channels member to AVCodecContext so we now have a proper libavcodec
2007-08-23 michael use more bits on the encoder side libavcodec
2007-08-23 lucabe Initialize the "stc" variable before using it in ff_find_start_code() libavcodec
2007-08-22 diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodec
2007-08-22 michael simplify libavcodec
2007-08-22 benoit right filename in doxygen comment libavcodec
2007-08-22 diego cosmetics: alphabetical order libavcodec
2007-08-22 diego Simplify preprocessor directives. libavcodec
2007-08-22 mhoffman make clean bfin libavcodec
2007-08-22 diego Identifiers starting with underscores are reserved. libavcodec
2007-08-21 aurel parsers and bsfs declarations are not meant to be part of public API libavcodec
2007-08-21 michael Change rounding of the horizontal DWT to match the vertical one. libavcodec
2007-08-21 aurel asv1.c directly uses Put/GetBitContext, so it should include bitstream.h libavcodec
2007-08-21 michael remove code which become unused by the previous changes libavcodec
2007-08-21 michael Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) libavcodec
2007-08-21 michael Simplify and optimize the 4th vertical lifting step of the MMX code libavcodec
2007-08-20 michael Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd libavcodec
2007-08-20 michael simplify, speedup and reduce needed headroom by 2 bits in the 3rd libavcodec
2007-08-20 michael replace <<1 by add for SSE2 (untested) libavcodec
2007-08-20 michael replace <<1 by add libavcodec
2007-08-20 michael slightly change horizontal lift3 so it needs 1 bit less headroom libavcodec
2007-08-20 michael remove idiotc double subtraction from the sse2 code (untested, no sse2 here) libavcodec
2007-08-20 michael fixme note libavcodec
2007-08-20 michael and of course the unneeded double subtractions were blindly put in the libavcodec
2007-08-20 michael more stupid double subtractions libavcodec
2007-08-20 michael get rid of idiotc double subtraction libavcodec
2007-08-19 banan Cosmetics, indentation. libavcodec
2007-08-19 banan Trellis quantization support for adpcm_swf. libavcodec
2007-08-19 reimar Use defines instead of raw hex numbers to specify CRC polynomials libavcodec
2007-08-15 ramiro CONFIG_7REGS -> HAVE_7REGS libavcodec
2007-08-15 marco Make the Golomb decoder work for Dirac libavcodec
2007-08-14 gpoirier Statements like a = b = c = d = e; store from right-to-left, so if libavcodec
2007-08-13 ramiro Introduce AVERROR_PATCHWELCOME libavcodec
2007-08-13 diego Move msmpeg4 tables from a header file to msmpegdata.c. libavcodec
2007-08-13 ramiro Add attribute that forces alignment of stack to functions that need it. libavcodec
2007-08-13 mhoffman special handling for vp3 idct, use the c reference libavcodec
2007-08-13 michael use bytestream_get_le*() this also fixes a big endian bug libavcodec
2007-08-13 kostya Support for WavPack version 0x410 (false stereo chunks) libavcodec
2007-08-13 kostya Rename flag for consistency with the next commit libavcodec
2007-08-13 conrad Add av_get_bits_per_sample_format() libavcodec
2007-08-13 michael fix type 3 aka skipped blocks for old version libavcodec
2007-08-13 michael fix motion vectors for old version libavcodec
2007-08-13 michael set pix_fmt properly depending on version libavcodec
2007-08-13 michael use version instead of some random 32bit value to switch between 16 and libavcodec
2007-08-13 michael replace vlc_type by version and set that from codec_tag which contains the libavcodec
2007-08-12 michael support ifr2 from Toy-Story2_better-image-quality.4xa libavcodec
2007-08-12 gpoirier use shorter types vec_"type" instead of the too long vector "type" libavcodec
2007-08-12 michael add second vlc table libavcodec
2007-08-12 conrad Don't check the return value of decode_cabac_residual since it always libavcodec
2007-08-11 aurel more usage of av_clip() libavcodec
2007-08-11 aurel one more simplification libavcodec
2007-08-11 aurel various simplifications around recent av_clip_int16() usage libavcodec
2007-08-11 michael fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq libavcodec
2007-08-11 aurel use av_clip_int16() where it makes sense libavcodec
2007-08-10 michael ensure that default_get_buffer() doesnt reuse images if the dimension or libavcodec
2007-08-10 bcoudurier dnxhd 120 interlaced support libavcodec
2007-08-09 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) libavcodec
2007-08-09 alex use skip_bits where appropriate libavcodec
2007-08-09 alex use skip_bits where appropriate libavcodec
2007-08-09 alex fix compilation with TRACE enabled libavcodec
2007-08-09 jbr cosmetics: vertical alignment libavcodec
2007-08-09 jbr comments modification: add, clean up, Doxygenize, and reword libavcodec
2007-08-09 alex use reget_buffer and remove internal copying of buffer - codec works again libavcodec
2007-08-09 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
2007-08-08 romansh * getting rid of code duplication libavcodec
2007-08-08 alex use get_unary from bitstream.h libavcodec
2007-08-08 alex use get_unary from bitstream.h libavcodec
2007-08-08 alex copy get_unary from vc1 libavcodec
2007-08-08 alex debug: tell how much bits are skipped with unknown nal code libavcodec
2007-08-08 benoit kill warning libavcodec
2007-08-07 vitor More indentation libavcodec
2007-08-07 vitor Cosmetics: indentation libavcodec
2007-08-07 vitor Rename function libavcodec
2007-08-07 jbr enable the native AC-3 decoder libavcodec
2007-08-06 michael make output buffer larger so drift compensation can work libavcodec
2007-08-06 banan Don't encode the first sample twice. libavcodec
2007-08-06 bcoudurier cosmetic, indentation libavcodec
2007-08-05 jbr cosmetics: blank lines, remove some comments libavcodec
2007-08-05 jbr add pointer to the parent context for use with av_log() libavcodec
2007-08-05 jbr use array for dynamic range scaling factors libavcodec
2007-08-05 michael make wmv1 and wmv2 playable with M$ DMO decoder libavcodec
2007-08-05 jbr add dialogue normalization libavcodec
2007-08-05 bcoudurier fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf libavcodec
2007-08-05 reimar Add proper license header libavcodec
2007-08-05 reimar Remove AVCodecContext parameter from parse_timecode function libavcodec
2007-08-05 reimar Fix deinterlacing for odd height libavcodec
2007-08-05 reimar Deinterlace xsub subtitles libavcodec
2007-08-05 reimar Colours except background should not be transparent libavcodec
2007-08-05 reimar get rid of av_rescale_q, it does not work as intended. libavcodec
2007-08-05 reimar get rid of xsubdec array and calculate value instead libavcodec
2007-08-05 reimar 10l, runbits order was reversed libavcodec
2007-08-05 reimar 100l, wrong argument to av_freep libavcodec
2007-08-05 reimar Add forgotten xsub timecode parsing libavcodec
2007-08-05 reimar First version of xsub decoder, not yet tested libavcodec
2007-08-05 kostya Add the handling of the INT32INFO block to the WavPack decoder. libavcodec
2007-08-05 lorenm prevent huffyuv from generating codewords of length 32. (regression in r9069) libavcodec
2007-08-04 jbr add support for downmixing to stereo or mono libavcodec
2007-08-04 jbr use dsputil for float to signed 16-bit sample conversion libavcodec
2007-08-04 diego Add support for grayscale MJPEG streams sent by Axis cameras such as the libavcodec
2007-08-04 jbr cosmetics: indentation libavcodec
2007-08-04 jbr consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels. libavcodec
2007-08-04 jbr there are only 4 rematrixing bands libavcodec
2007-08-04 jbr cosmetics: use more appropriate names for iterator variables. libavcodec
2007-08-04 bcoudurier move dnxhd data tables to separate file libavcodec
2007-08-04 jbr move some variables to a more local scope. libavcodec
2007-08-04 jbr make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code). libavcodec
2007-08-04 bcoudurier dnxhd 120 progressive support libavcodec
2007-08-04 bcoudurier indentation libavcodec
2007-08-04 bcoudurier dnxhd 185 interlaced support libavcodec
2007-08-04 bcoudurier cosmetic libavcodec
2007-08-04 bcoudurier no need to duplicate cid table vars in context libavcodec
2007-08-04 bcoudurier 10l, use correct cid table libavcodec
2007-08-04 bcoudurier add coding unit size for interlaced decoding libavcodec
2007-08-04 bcoudurier should be more correct libavcodec
2007-08-04 michael indent libavcodec
2007-08-04 jbr cosmetics: use braces when it makes the code easier to read. libavcodec
2007-08-04 jbr change AC3DecodeContext variable to local variable libavcodec
2007-08-04 jbr use array instead of bitmask libavcodec
2007-08-04 michael Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. libavcodec
2007-08-04 jbr use table for converting dynamic range codes to scale factors libavcodec
2007-08-04 jbr use floating-point mantissa dequantization tables libavcodec
2007-08-04 jbr cosmetics: indentation libavcodec
2007-08-04 jbr dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off. libavcodec
2007-08-04 jbr simplify coefficient decoding libavcodec
2007-08-04 jbr merge decoding of coupling channel coefficients and regular channel coefficients libavcodec
2007-08-03 jbr split out coupling coefficient reconstruction into a separate function libavcodec
2007-08-03 diego Reduce Theora decoder verbosity. libavcodec
2007-08-02 michael output last frame if seq end code is encountered libavcodec
2007-08-02 diego Remove unused variable. libavcodec
2007-08-02 michael simplify s->mv_dir init libavcodec
2007-08-01 michael get rid of mb_type_len libavcodec
2007-08-01 michael exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, libavcodec
2007-08-01 michael exchange if() and for() in the MT_FIELD case libavcodec
2007-08-01 michael exchange for() and if() order in the MT_FRAME case libavcodec
2007-08-01 mhoffman making reference models have the same API libavcodec
2007-08-01 michael change libavcodec
2007-08-01 michael merge another 2 if() to save a few cpu cycles libavcodec
2007-08-01 michael reorder if() so that the condition can be simplified libavcodec
2007-08-01 michael merge/simplify 2 if() libavcodec
2007-08-01 michael merge 2 if() libavcodec
2007-08-01 bcoudurier use buf_ptr to correctly decode second field libavcodec
2007-08-01 jbr align array used in mdct. fixes segfault. libavcodec
2007-08-01 michael use ENABLE_GRAY libavcodec
2007-08-01 michael make grayscale only decoding checks in inner loops compiletime killable libavcodec
2007-07-31 michael move some code which was executed for every skipped MB so it is only executed libavcodec
2007-07-31 michael get rid of a useless variable libavcodec
2007-07-31 michael avoid 2 additions (1 cpu cycle) per MB libavcodec
2007-07-31 michael chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodec
2007-07-31 takis Fix typo libavcodec
2007-07-31 benoit fix mem leak libavcodec
2007-07-31 diego Identifiers starting with underscores are reserved. libavcodec
2007-07-30 gpoirier fix cabac decoding with some Blue-Ray sources libavcodec