3706 Commits (3c83828ca43addca99168909304848289bdee456)

Author SHA1 Message Date
Oded Shimon 3c83828ca4 Original Commit: r13 | ods15 | 2006-09-22 09:29:38 +0300 (Fri, 22 Sep 2006) | 2 lines 18 years ago
Oded Shimon 73acc51cd2 Original Commit: r12 | ods15 | 2006-09-22 09:28:30 +0300 (Fri, 22 Sep 2006) | 5 lines 18 years ago
Oded Shimon 8016c73f4c Original Commit: r11 | ods15 | 2006-09-17 19:41:28 +0300 (Sun, 17 Sep 2006) | 4 lines 18 years ago
Oded Shimon beaec74a94 Original Commit: r10 | ods15 | 2006-09-17 19:37:17 +0300 (Sun, 17 Sep 2006) | 2 lines 18 years ago
Oded Shimon 6f133df1ea Original Commit: r9 | ods15 | 2006-09-17 18:56:41 +0300 (Sun, 17 Sep 2006) | 2 lines 18 years ago
Oded Shimon d2d5c89d34 Original Commit: r8 | ods15 | 2006-09-17 09:43:38 +0300 (Sun, 17 Sep 2006) | 2 lines 18 years ago
Oded Shimon d52480b40d Original Commit: r7 | ods15 | 2006-09-17 08:50:47 +0300 (Sun, 17 Sep 2006) | 2 lines 18 years ago
Oded Shimon 1f7e7464e9 Original Commit: r6 | ods15 | 2006-09-16 20:36:31 +0300 (Sat, 16 Sep 2006) | 2 lines 18 years ago
Oded Shimon 3112124154 Original Commit: r5 | ods15 | 2006-09-16 17:29:04 +0300 (Sat, 16 Sep 2006) | 4 lines 18 years ago
Oded Shimon 0688b89c6d Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines 18 years ago
Oded Shimon 3a5fdf92f5 Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep 2006) | 2 lines 18 years ago
Oded Shimon 504d195260 skeleton for vorbis_enc.c 18 years ago
Loren Merritt 2833fc4646 approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 18 years ago
Alexander Strange eacad59e03 Fix compilation with --disable-encoders. 18 years ago
Oded Shimon 7f09a56091 remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead 18 years ago
Oded Shimon e8f42cc0f5 prevent warning in vorbis_data.c 18 years ago
Oded Shimon ded515b241 100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c 18 years ago
Oded Shimon 6c29d7c8f3 make some more functions global so they can be shared with vorbis_enc.c 18 years ago
Oded Shimon 9f963af5a0 make ready_floor1_list() shared for vorbis_enc.c 18 years ago
Kostya Shishkov 429914a330 1l: correct argument order in avcodec_check_dimensions 18 years ago
Michael Niedermayer 3129f3bd0f palette (if we memcpy it into AVFrame) must be uint32_t 18 years ago
Oded Shimon cc0ba5a58f vorbis.h -> vorbis_data.c 18 years ago
Michael Niedermayer 18239edfa9 marking AVPaletteControl as deprecated due to thread saftey amongth other issues (it doesnt work if theres any delay between demuxer and decoder) 18 years ago
Michael Niedermayer 0d415b2dd7 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 18 years ago
Michael Niedermayer f457965c20 ignore sub_id 18 years ago
Michael Niedermayer fb3d155c31 big endian fix 18 years ago
Michael Niedermayer 113533a582 support resolution switching, fixes rv20errors.rm 18 years ago
Michael Niedermayer 78a5ec27aa simplify 18 years ago
Michael Niedermayer 6d3124961b fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) 18 years ago
Panagiotis Issaris b2f86c170d Add forgotten eval.h... 18 years ago
Panagiotis Issaris 0de9926f62 Move the ratecontrol related code from mpegvideo.h to a separate header file. 18 years ago
Panagiotis Issaris d70ef6d761 Reformat the output of the list of available AVOptions, by indenting the 18 years ago
Panagiotis Issaris 6d6f42d202 Remove the override of lmin and lmax, so the actual option value provided will 18 years ago
Panagiotis Issaris 4d7b4613a1 Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and 18 years ago
Måns Rullgård f28748e671 remove extraneous #ifdef CONFIG_ENCODERS/DECODERS 18 years ago
Panagiotis Issaris 720442981b Remove the "mblmax" OptionDef. The equally named AVOption takes over its 18 years ago
Panagiotis Issaris 93b26b6381 Remove the "mblmin" OptionDef. The equally named AVOption takes over its 18 years ago
Kostya Shishkov 8db0c25d95 Handle case of get_bits(0) 18 years ago
Måns Rullgård b86216de4c dc_val should be signed 18 years ago
Måns Rullgård bca99b47bf return 0 from encode_picture() and estimate_qp() on success 18 years ago
Panagiotis Issaris 0ec6065a34 Break compatibility only when first part of version number changes, in this 18 years ago
Panagiotis Issaris 95c9943081 Make AVOption parsign code use ff_eval2() 18 years ago
Måns Rullgård 62bb489b13 add some #ifdef CONFIG_ENCODERS/DECODERS 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Panagiotis Issaris d80f243ae9 Make ratecontrol use ff_eval2(). 18 years ago
Panagiotis Issaris a2eb288ac7 Fix compilation by postponing deprecation of ff_eval() until the next version 18 years ago
Kostya Shishkov 050b60b2cc free memory before return 18 years ago
Kostya Shishkov 1dbb339db3 bump lavc version for WavPack decoder 18 years ago
Michael Niedermayer c38a29a448 fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) 18 years ago
Panagiotis Issaris ae41e29b5b Introduce ff_eval2 which is equivalent to ff_eval but does not log anything. 18 years ago