355 Commits (86b2d47fc0475797d21fcc868fb0f675c9d96ba8)

Author SHA1 Message Date
Vladimir Voroshilov 159ef4b02a Implement FFMAX3(a,b,c) - maximum over three arguments. 17 years ago
Diego Biurrun d952638699 typo: occured --> occurred 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Michael Niedermayer 3485b9cdda Revert r11689 and r11690 (uninitalized warning fix) as its theoretically 17 years ago
Michael Niedermayer b2aba2e6e7 Comment about weird warning prevention. 17 years ago
Michael Niedermayer b34130ae61 fix "uninitalized" warning, the alternative way. 17 years ago
Baptiste Coudurier 961c25b588 revert r11677, it is considered speed critical 17 years ago
Baptiste Coudurier d83085cd5a fix indentation 17 years ago
Baptiste Coudurier 3fbe36d4d0 init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function 17 years ago
Aurelien Jacobs ba869f6b25 merge some #ifdef CONFIG_ENCODERS sections 17 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 18 years ago
Michael Niedermayer 653f738780 exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, 18 years ago
Michael Niedermayer 0eb7d78066 remove "Advanced Prediction Mode not supported" spam 18 years ago
Michael Niedermayer 59ba3fd0b6 also support DEBUG_PICT_INFO for h263i 18 years ago
Michael Niedermayer 1be7c87fdd move show_pict_info() to its own function 18 years ago
Aurelien Jacobs 99439cb72c Better place to disable some mpeg4 code and ensure that 18 years ago
Aurelien Jacobs 898d5d5daa move init_vlc_rl from h263.c to mpegvideo.c 18 years ago
Aurelien Jacobs 7da31a80b7 Split ff_set_mpeg4_time() and move the non mpeg4 specific part 18 years ago
Aurelien Jacobs 196b8b4ecc don't compile some mpeg4 encoder code when encoders are disabled 18 years ago
Aurelien Jacobs b776e3d11b move ff_set_qscale from h263.c to mpegvideo.c 18 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Harald Karnet f1edd8ef90 Correct the parameter order for the call to "av_clip". 18 years ago
Diego Biurrun a2e4c0ddae Remove duplicate #includes, avcodec.h #includes common.h. 18 years ago
Michael Niedermayer beac8235b9 fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) 18 years ago
Michael Niedermayer 7ca6cc099c 10l for myself, fixing --disable-encoders 18 years ago
Michael Niedermayer 3502a54f59 kill av_mallocz_static() calls in init_rl() 18 years ago
Michael Niedermayer 5ac0915179 dont malloc() static mv_penalty arrays 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 18 years ago
Michael Niedermayer 2d0bcfb412 some interlaced direct sanity checks 18 years ago
Michael Niedermayer 59743d16c7 dont randomly disallow intr4v in adaptive quant 18 years ago
Michael Niedermayer 51b1a6c939 dont randomly dissallow direct MBs 18 years ago
Michael Niedermayer 6c4d16556b 10000l to myself, fixing regression test failure 18 years ago
Michael Niedermayer b5ca0c6ff9 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture 18 years ago
Baptiste Coudurier 1766295516 add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 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
Måns Rullgård b86216de4c dc_val should be signed 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
Michael Niedermayer 25be48eb48 fix non ALT bitstream reader 18 years ago
Michael Niedermayer 3b29cb6b59 add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it) 19 years ago
Michael Niedermayer 7f12a9780e use previous qscale for intra_dc_threshold check 19 years ago
D Richard Felker III 7b98bcbd0f signedness error caused broken decoding 19 years ago
D Richard Felker III c4e2a535b3 100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing) 19 years ago