25 Commits (d18811bbf541cc55ac2e36bc34c7c2f541a388cb)

Author SHA1 Message Date
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
Michael Niedermayer 64be2e60ef sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the 18 years ago
Aurelien Jacobs 63ab52b7ec move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c 18 years ago
Aurelien Jacobs 44301eaa55 add a proper prefix to all mjpeg encoder exported functions 18 years ago
Aurelien Jacobs d9c9259f89 split ljpeg encoder out of mjpeg.c 18 years ago
Aurelien Jacobs 37c26ae9ff remove some unused mjpeg encoding variables 18 years ago
Aurelien Jacobs f8b2417eba cosmetics: indent 18 years ago
Aurelien Jacobs 70724cba75 replace some #ifdef CONFIG_* by if(ENABLE_*) 18 years ago
Aurelien Jacobs 6d8bfb52f0 cosmetics: indentation 18 years ago
Aurelien Jacobs f6993c9fa1 make compilation of mjpeg.c optional 18 years ago
Aurelien Jacobs cf32975222 jpegls never call this code, so those tests are useless 18 years ago
Aurelien Jacobs 87acdd5391 cosmetics: reindent 18 years ago
Aurelien Jacobs 1502555362 disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in 18 years ago
Michael Niedermayer 3502a54f59 kill av_mallocz_static() calls in init_rl() 18 years ago
Michael Niedermayer 861450d551 cosmetic 18 years ago
Michael Niedermayer 3e207bb1bd remove silly static int done protecting the initalization of 32 elements to 1 18 years ago
Michael Niedermayer 2d2020b825 remove redundant memset() 18 years ago