log

age author description
2007-09-09 michael unused libavcodec
2007-09-09 michael allocate slice buffer after parsing the header containing needed parameters libavcodec
2007-09-09 michael remove () libavcodec
2007-09-09 michael spatial_decomposition_count != 5 bugfix libavcodec
2007-09-09 michael scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) libavcodec
2007-09-09 reimar Properly handle nuv file with changing resolution libavcodec
2007-09-09 reimar Make sure rtjpeg quality is a valid value libavcodec
2007-09-09 reimar Fix extreme stupidity: buffer size check must of course be before buffer use! libavcodec
2007-09-09 reimar 10l, add check forgotten in last commit libavcodec
2007-09-09 reimar First ugly and slow attempt to fix nuv files with extra frameheader libavcodec
2007-09-09 reimar Simplify nuv: factor out LZO decompression libavcodec
2007-09-08 michael rename HTAPS -> HTAPS_MAX (later is correct after the previous change) libavcodec
2007-09-08 michael store halfpel filter coefficients in the header as well as the libavcodec
2007-09-08 michael remove outcommented code libavcodec
2007-09-08 michael indention libavcodec
2007-09-08 michael cleanup mc_block() libavcodec
2007-09-07 benoit Indentation libavcodec
2007-09-07 benoit Let H.264 decoder skip deblocking across slices libavcodec
2007-09-06 kostya Set data_size to zero when DCA header parse failed libavcodec
2007-09-06 benoit Add a bitstream filter for H.264. libavcodec
2007-09-05 benoit Avoid a crash when H264 MMC operation causes the short term reference libavcodec
2007-09-05 gpoirier Add slice-based parallel H.264 decoding libavcodec
2007-09-05 diego Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. libavcodec
2007-09-05 diego Sort one more list alphabetically. libavcodec
2007-09-05 gpoirier Fix links to ARM documentation libavcodec
2007-09-05 kostya Move H.264 intra prediction functions into their own context libavcodec
2007-09-05 michael add a 8 taps filter for testing libavcodec
2007-09-05 michael fix decoding of dracula.4xm before diego complains libavcodec
2007-09-05 michael fix segfault with dracula.4xm libavcodec
2007-09-05 michael Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. libavcodec
2007-09-05 michael code to do halfpel interpolation per frame (unfinished and under ifdef but it libavcodec
2007-09-04 melanson Fix issue 123 (Support Magic-carpet fli version, libavcodec
2007-09-04 diego Silence warnings about NAL_SVC_NON_IDR in H.264. libavcodec
2007-09-04 benoit add a close function to bitstream filter libavcodec
2007-09-03 benoit Remove error raising when explicitely skipping frame libavcodec
2007-09-01 vitor Remove reimplementation of get_unary. libavcodec
2007-09-01 lu_zero Cosmetics libavcodec
2007-09-01 aurel add a warning message for unsupported kind of encoding libavcodec
2007-08-31 vitor Cosmetical: Empty line removal libavcodec
2007-08-31 vitor Comment about unsupported sample size libavcodec
2007-08-31 mhoffman renaming ARCH_BFIN to HAVE_BFIN libavcodec
2007-08-30 diego cosmetics: Add some whitespace for better readability. libavcodec
2007-08-30 diego cosmetics: Sort bitstream filters. libavcodec
2007-08-30 diego cosmetics: Sort some lines, whitespace changes. libavcodec
2007-08-30 diego Use a consistent multiple inclusion guard. libavcodec
2007-08-30 gpoirier add simple_idct implemented in Sparc VIS libavcodec
2007-08-30 vitor Rename function libavcodec
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
2007-07-30 romansh replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodec
2007-07-30 takis Handle malloc failure libavcodec
2007-07-30 michael support silly PCM variant used by zork nemesis libavcodec
2007-07-29 michael prevent assert failure with negative quant_offset libavcodec
2007-07-29 michael warn user if max=bitrate && max > min libavcodec
2007-07-29 michael support raw 4bpp avi libavcodec
2007-07-29 michael make the reference code use double instead of float where it is easy libavcodec
2007-07-29 michael print max and mse libavcodec
2007-07-29 kostya Make bicubic interpolation standard compliant libavcodec
2007-07-29 jbr simplify stereo rematrixing libavcodec
2007-07-29 jbr change 2 fields from context to local variables libavcodec
2007-07-28 jbr BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodec
2007-07-28 jbr remove broken downmixing. will add new implementation later. libavcodec
2007-07-28 takis Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodec
2007-07-28 takis Rename h264dsp.c to h264dspenc.c libavcodec
2007-07-28 diego Ahem, fix typos overlooked in last commit. libavcodec
2007-07-28 diego cosmetics: misc typo fixes libavcodec
2007-07-27 takis Replace a return of -1 with ENOMEM. libavcodec
2007-07-27 michael detect voxware (closes issue39) libavcodec
2007-07-26 michael remove "Advanced Prediction Mode not supported" spam libavcodec
2007-07-26 michael also support DEBUG_PICT_INFO for h263i libavcodec
2007-07-26 michael move show_pict_info() to its own function libavcodec
2007-07-25 aurel remove wrong const qualifier libavcodec
2007-07-25 stefang have less functions as inline libavcodec
2007-07-24 vitor Minor cosmetics libavcodec
2007-07-24 takis Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodec
2007-07-24 takis Reindent two lines. libavcodec
2007-07-24 takis Add HD-DVD subpicture decoding. libavcodec
2007-07-24 takis Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodec
2007-07-24 gpoirier increase buffer size of LAME MP3 encoder libavcodec
2007-07-24 aurel help some gcc version to optimize out those functions libavcodec
2007-07-24 jbr simplify snr offset and bit allocation libavcodec
2007-07-24 jbr only use sized data types when necessary libavcodec
2007-07-24 jbr set bit allocation parameters directly instead of copying libavcodec
2007-07-23 jbr use enum value instead of numerical value for acmod libavcodec
2007-07-23 jbr use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodec
2007-07-23 jbr change some bit masks to arrays libavcodec
2007-07-21 jbr cosmetics: indentation libavcodec
2007-07-21 jbr Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodec
2007-07-21 jbr don't need to synchronize in the decoder. the parser does that already. libavcodec
2007-07-21 jbr get rid of an ugly macro libavcodec
2007-07-20 takis Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodec
2007-07-20 takis Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodec
2007-07-19 gpoirier bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodec
2007-07-19 takis Fix the self tests which are contained in some codecs and are using random(). libavcodec
2007-07-19 takis Fix the compilation of dct-test, fft-test and motion-test which are using libavcodec
2007-07-19 jbr don't need to define ALT_BITSTREAM_READER libavcodec
2007-07-19 jbr update license header. add copyright for myself. correct and complete the statement about liba52. libavcodec
2007-07-19 jbr revise comment for exponent decoding function libavcodec
2007-07-19 jbr new implementation of exponent decoding libavcodec
2007-07-19 jbr cosmetics: indentation libavcodec
2007-07-19 jbr remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodec
2007-07-18 vitor Another minor simplification libavcodec
2007-07-18 banan Set the step index correctly for flash adpcm. Patch by Baptiste libavcodec
2007-07-18 banan Calculate the correct blocksize for flash adpcm. Patch by Baptiste libavcodec
2007-07-18 benoit fix mem leak libavcodec
2007-07-18 vitor Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodec
2007-07-18 vitor Minor simplification libavcodec
2007-07-18 vitor Yet more cosmetics libavcodec
2007-07-18 vitor More cosmetics libavcodec
2007-07-18 vitor Remove reimplementation of av_log2 libavcodec
2007-07-18 benoit add YUV440P and YUVJ440P support libavcodec
2007-07-18 vitor Test for supported number of channels libavcodec
2007-07-18 vitor Cosmetics: indentation libavcodec
2007-07-18 vitor Cosmetics: alignment libavcodec
2007-07-18 vitor Remove more code duplication. Based on a patch by Matthieu Castet. libavcodec
2007-07-17 vitor Move var. declaration to allow further clean up libavcodec
2007-07-17 vitor Remove code duplication. Based on a patch by Matthieu Castet. libavcodec
2007-07-17 alex set codec_type on init libavcodec
2007-07-17 diego typo fixes libavcodec
2007-07-17 benoit create colorspace.h and use it where appropriate libavcodec
2007-07-17 mhoffman fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodec
2007-07-17 benoit Don't segfault if an empty codebook gets used. libavcodec
2007-07-17 romansh * making profile selection a bit more tolerant to the badly broken streams libavcodec
2007-07-17 mhoffman cosmetics: adding some white space to align the arguments of a couple of functions libavcodec
2007-07-16 mru remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodec
2007-07-16 mhoffman float_t was a typo that compiled on macosx libavcodec
2007-07-16 mhoffman fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodec
2007-07-16 mhoffman fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodec
2007-07-16 mhoffman fixpoint: separate windowing arithmetic imlt_window_float libavcodec
2007-07-16 mhoffman separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodec
2007-07-16 mhoffman separating saturation codes so that we can support other data formats libavcodec
2007-07-15 mhoffman moving automatic allocation of joint_decode/decode_buffer libavcodec
2007-07-15 mhoffman cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodec
2007-07-15 mru remove superfluous #include libavcodec
2007-07-15 mru hardly anything in PNGContext is shared; split it libavcodec
2007-07-15 gpoirier fix visual painting of MVs from h264: they are painted twice too long libavcodec
2007-07-15 mru separate en/decoder specific parts from png.c libavcodec
2007-07-15 jbr fix the 256-point MDCT libavcodec
2007-07-15 jbr use shared ac3 bit allocation function libavcodec
2007-07-15 jbr no need for the decoder to have the license as a prefix libavcodec
2007-07-15 jbr remove a debugging function and variable, and remove the commented-out code which uses them. libavcodec
2007-07-15 jbr ABS -> FFABS libavcodec
2007-07-15 jbr move some common values to ac3.h and utilize them libavcodec
2007-07-14 jbr use random number generator from libavutil libavcodec
2007-07-14 jbr 10l to me. I accidentally removed a word. libavcodec
2007-07-14 jbr revise license header for simplicity and consistency libavcodec
2007-07-14 aurel Remove redundant assignment of CODEC_ID_BMP. libavcodec
2007-07-14 jbr make ac3dec.c GPL until violations are fixed libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9 libavcodec
2007-07-14 aurel The mpegaudio parser depends on mpegaudiodata.o. libavcodec
2007-07-14 aurel Allow selecting only the vp6f decoder. libavcodec
2007-07-14 aurel The svq3 decoder depends on h264idct.o and also requires h264_parser. libavcodec
2007-07-13 diego Replace non-existing @fixme doxygen tags with @todo. libavcodec
2007-07-13 vitor Make "channels" variable mean the number of channels, not the number of libavcodec
2007-07-12 mru indent libavcodec
2007-07-12 mru remove useless LclDecContext.avctx field libavcodec
2007-07-12 mru forgot to rm lcl.c libavcodec
2007-07-12 mru split lcl.c into lcldec.c, lclenc.c, lcl.h libavcodec
2007-07-12 benoit map warning levels between libx264 and libavutil libavcodec
2007-07-12 diego license header consistency: Remove redundant "all rights reserved" statement libavcodec
2007-07-11 iive revert commit 9603 libavcodec
2007-07-11 iive remove file because of lincense issues libavcodec
2007-07-11 iive Integrate reference mpeg IDCT into dsputil. libavcodec
2007-07-11 michael simplify ff_h263_round_chroma() libavcodec
2007-07-11 iive Inport the original intiger IDCT from MPEG2 reference decoder. libavcodec
2007-07-11 mru move ff_h263_round_chroma() to mpegvideo.h as static inline libavcodec
2007-07-11 ramiro Remove underscores before fcntl flags libavcodec
2007-07-11 ramiro Proper check for mkstemp(). libavcodec
2007-07-11 aurel comment explaining that text subtitle need to be UTF-8 for now libavcodec
2007-07-11 aurel add support for Matroska subtitle tracks libavcodec
2007-07-11 aurel conditional compilation of ratecontrol.c libavcodec
2007-07-11 aurel conditional compilation of motion_est.c libavcodec