log

age author description
2006-10-02 ods15 skeleton for vorbis_enc.c libavcodec
2006-10-01 lorenm approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. libavcodec
2006-10-01 diego Fix compilation with --disable-encoders. libavcodec
2006-10-01 ods15 remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead libavcodec
2006-10-01 ods15 prevent warning in vorbis_data.c libavcodec
2006-10-01 ods15 100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c libavcodec
2006-10-01 ods15 make some more functions global so they can be shared with vorbis_enc.c libavcodec
2006-10-01 ods15 make ready_floor1_list() shared for vorbis_enc.c libavcodec
2006-10-01 kostya 1l: correct argument order in avcodec_check_dimensions libavcodec
2006-09-30 michael palette (if we memcpy it into AVFrame) must be uint32_t libavcodec
2006-09-30 ods15 vorbis.h -> vorbis_data.c libavcodec
2006-09-30 michael marking AVPaletteControl as deprecated due to thread saftey amongth other issues (it doesnt work if theres any delay between demuxer and decoder) libavcodec
2006-09-30 michael seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata libavcodec
2006-09-30 michael ignore sub_id libavcodec
2006-09-30 michael big endian fix libavcodec
2006-09-30 michael support resolution switching, fixes rv20errors.rm libavcodec
2006-09-29 michael simplify libavcodec
2006-09-29 michael fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) libavcodec
2006-09-29 takis Add forgotten eval.h... libavcodec
2006-09-29 takis Move the ratecontrol related code from mpegvideo.h to a separate header file. libavcodec
2006-09-29 takis Reformat the output of the list of available AVOptions, by indenting the libavcodec
2006-09-29 takis Remove the override of lmin and lmax, so the actual option value provided will libavcodec
2006-09-29 takis Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and libavcodec
2006-09-28 mru remove extraneous #ifdef CONFIG_ENCODERS/DECODERS libavcodec
2006-09-28 takis Remove the "mblmax" OptionDef. The equally named AVOption takes over its libavcodec
2006-09-28 takis Remove the "mblmin" OptionDef. The equally named AVOption takes over its libavcodec
2006-09-28 kostya Handle case of get_bits(0) libavcodec
2006-09-27 mru dc_val should be signed libavcodec
2006-09-27 mru return 0 from encode_picture() and estimate_qp() on success libavcodec
2006-09-27 takis Break compatibility only when first part of version number changes, in this libavcodec
2006-09-27 takis Make AVOption parsign code use ff_eval2() libavcodec
2006-09-27 mru add some #ifdef CONFIG_ENCODERS/DECODERS libavcodec
2006-09-27 mru fix some signedness warnings libavcodec
2006-09-27 takis Make ratecontrol use ff_eval2(). libavcodec
2006-09-27 takis Fix compilation by postponing deprecation of ff_eval() until the next version libavcodec
2006-09-27 kostya free memory before return libavcodec
2006-09-27 kostya bump lavc version for WavPack decoder libavcodec
2006-09-26 michael fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) libavcodec
2006-09-26 takis Introduce ff_eval2 which is equivalent to ff_eval but does not log anything. libavcodec
2006-09-26 mru ARMv5TE optimized IDCT libavcodec
2006-09-26 michael fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000) libavcodec
2006-09-26 mru fix MUL16 macro libavcodec
2006-09-26 takis Handle possible failure of ff_eval. libavcodec
2006-09-26 michael mpeg1 b_strategy=2 segfault fix libavcodec
2006-09-26 kostya WavPack lossless audio decoder libavcodec
2006-09-25 reimar remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. libavcodec
2006-09-25 reimar Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way. libavcodec
2006-09-25 reimar Changes needed due to show_bits_long behaviour changes/fixes libavcodec
2006-09-25 reimar Fix get_bits_long to work with ALT_BITSTREAM_READER_LE. libavcodec
2006-09-25 aurel rename vector to vect to avoid clash with Apple gcc libavcodec
2006-09-25 lu_zero move memory functions from avcodec to avutil libavcodec
2006-09-24 ods15 fix to vorbis decoder for book==0 libavcodec
2006-09-24 takis Missing extern declaration for av_strtod. libavcodec
2006-09-24 michael cosmetic libavcodec
2006-09-24 michael segfault fix libavcodec
2006-09-23 takis Define NAN -if not already defined- as 0.0/0.0 libavcodec
2006-09-22 lu_zero Use mathops libavcodec
2006-09-22 takis Remove the "error" OptionDef. The equally named AVOption takes over its libavcodec
2006-09-22 takis Remove the "mepc" OptionDef. The equally named AVOption takes over its function. libavcodec
2006-09-22 takis Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its libavcodec
2006-09-21 lorenm cosmetics (indentation) libavcodec
2006-09-21 lorenm tweak ff_imdct_calc_3dn2 libavcodec
2006-09-21 lorenm sse implementation of imdct. libavcodec
2006-09-21 kostya Finally enable B-frame decoding as all known samples work perfect libavcodec
2006-09-21 kostya For B-frames if the second reference frame signals intensity compensation libavcodec
2006-09-21 kostya Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed libavcodec
2006-09-21 kostya Zero number of current scan after decoding one picture. libavcodec
2006-09-21 michael 1000l copy and paste typo libavcodec
2006-09-20 michael set supported pixel formats for a few encoders (fixes crashes with grayscale) libavcodec
2006-09-20 takis Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match libavcodec
2006-09-20 takis Remove the "qmax" OptionDef. libavcodec
2006-09-20 takis Remove the "qmin" OptionDef. libavcodec
2006-09-20 takis Remove the "bf" OptionDef parameter so the equally named AVOption will take libavcodec
2006-09-20 takis Inform the user that a certain AVOption is out of range. libavcodec
2006-09-20 takis Correct the constraints of some AVOptions. These had a default value of zero, libavcodec
2006-09-19 lu_zero New single instruction math operation header libavcodec
2006-09-19 michael use correct rounding functions libavcodec
2006-09-18 takis Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. libavcodec
2006-09-17 michael K prefix libavcodec
2006-09-17 michael support SI and some non SI prefixes libavcodec
2006-09-16 diego ADI Blackfin optimizations libavcodec
2006-09-16 mru remove junk characters in comment libavcodec
2006-09-15 mru clean up #ifdef HAVE_IPP libavcodec
2006-09-15 takis Correct the i_qfactor minimum, which was current set higher then the default libavcodec
2006-09-15 diego Fix Indel --> Intel typo. libavcodec
2006-09-15 takis Rename the AVOption's names to the shorter OptionDef names. libavcodec
2006-09-15 bcoudurier remove unused, uninitialized free format frame size libavcodec
2006-09-14 aurel disable vp3 mmx idct for theora files to avoid artifacts libavcodec
2006-09-14 takis Synchronize the defaults specified in the AVOptions[] array to the defaults libavcodec
2006-09-14 takis Make OFFSET() reuse offsetof libavcodec
2006-09-14 takis Allow parameter values (AVOptions) to use the 'k', 'M', 'G' libavcodec
2006-09-14 diego Remove the LGPL exception clause as discussed on ffmpeg-devel libavcodec
2006-09-13 diego Proper armv5te instructions support detection. libavcodec
2006-09-13 aurel replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) libavcodec
2006-09-13 gpoirier corrects the type of the AVOption parameter "bugs", patch by Takis libavcodec
2006-09-13 gpoirier adds descriptions to the libavcodec AVOptions array, taken from the libavcodec