log

age author description
2006-10-02 ods15 Original Commit: r6 | ods15 | 2006-09-16 20:36:31 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodec
2006-10-02 ods15 Original Commit: r5 | ods15 | 2006-09-16 17:29:04 +0300 (Sat, 16 Sep 2006) | 4 lines libavcodec
2006-10-02 ods15 Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines libavcodec
2006-10-02 ods15 Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodec
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