41 Commits (dd02ea118bf89f94090902e3ef2287abdaf3e3b1)

Author SHA1 Message Date
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Stefano Sabatini 57be00bea7 Make more descriptive the long names for the various variants of H.263. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Baptiste Coudurier 3bff4d8b7a Implement the fields rc_max_available_vbv_use and 16 years ago
Diego Biurrun 8b22017f38 Move aanscales tables to their own file; fixes compilation without encoders. 16 years ago
Diego Biurrun 5bdf124c42 cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. 16 years ago
Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 16 years ago
Peter Ross 939e4e3a72 Promote inv_aanscales array to global scope (ff_inv_aanscales) 16 years ago
Carl Eugen Hoyos 8d2fc163ce Rename copy_picture to ff_copy_picture. 16 years ago
Michael Niedermayer d578432db8 Remove stuff under #if LIBAVCODEC_VERSION_INT. 16 years ago
Michael Niedermayer 719f37026a Check ff_init_me()s return value. 16 years ago
Baptiste Coudurier ec7e2582ae fix 4:2:2 psnr 17 years ago
Michael Niedermayer 9cc440bfc4 Prevent low delay from being used with mpeg1. 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier febea2f2e1 uniformize trellis quant option 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Ramiro Polla e6dba5dfab Typo: distoration -> distortion. 17 years ago
Stefano Sabatini 6140271f54 Add some long names to AVCodec declarations. 17 years ago
Stefano Sabatini 038f846e41 Add long names to some AVCodec declarations. 17 years ago
Vladimir Voroshilov 159ef4b02a Implement FFMAX3(a,b,c) - maximum over three arguments. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Michael Niedermayer b6bffc46b8 Fix trellis quant + AAN DCT. 17 years ago
Diego Pettenò b2a9177017 Remove unused symbol. 17 years ago
Michael Niedermayer 9f175aa075 Fix encoding wmv1 with -mbd 1. 17 years ago
Diego Biurrun f073a3934a cosmetics: Fix vissual --> visual typo. 17 years ago
Baptiste Coudurier 69cea75f6b export convert_matrix and add ff_ prefix 17 years ago
Michael Niedermayer 3dd2a1c53f warn user if max=bitrate && max > min 18 years ago
Aurelien Jacobs 674eeb5f57 cosmetics: indentation 18 years ago
Aurelien Jacobs eb75a69818 Avoid linking with h263.c functions when the relevant codecs 18 years ago
Aurelien Jacobs 7da31a80b7 Split ff_set_mpeg4_time() and move the non mpeg4 specific part 18 years ago
Aurelien Jacobs 98f7b56bb6 move ff_copy_bits to bitstream.c 18 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Aurelien Jacobs 53727262cb move mpeg encoder specific initialization in the encoder specific file 18 years ago
Aurelien Jacobs 56be950afa cosmetics: indentation 18 years ago
Aurelien Jacobs a6bc573158 split mpeg12 encoder out of mpeg12.c 18 years ago
Benoit Fouet 3ada94ba28 Description: split mpegvideo.c 18 years ago
Benoit Fouet 255eccab6e move dct_quantize and denoise_dct function pointers initialization to C 18 years ago
Benoit Fouet 64e26e8c27 remove unused constant definition 18 years ago
Benoit Fouet 8c71c5e454 aanscales is used only with CONFIG_ENCODERS 18 years ago
Albert Lee ad0f6c1fcd Simplify init preprocessor statements. 18 years ago
Marc Hoffman 1a822d303f integrating MPV_common_init_bfin into the build system and mpegvideo.c 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun 42610c4983 Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Michael Niedermayer db7f647e10 use AV_LOG_ERROR instead of INFO for errors 18 years ago