10033 Commits (a562e2e651e5ac29340dffdc525a6d2f1ed988dd)
 

Author SHA1 Message Date
Vitor Sessak a562e2e651 Remove some duplicated code 18 years ago
Luca Abeni 0d79efeba9 Resurrect yuv2rgb_init.c, to add a proper license (and some comments about 18 years ago
Diego Biurrun 3e2503ba6a Clarify public domain statement similar to qt-faststart.c. 18 years ago
Diego Biurrun ef4d08ac6d Add standard licensing header to files that lack it. 18 years ago
Diego Biurrun f082badc21 cosmetics: typo 18 years ago
Aurelien Jacobs 196b8b4ecc don't compile some mpeg4 encoder code when encoders are disabled 18 years ago
Vitor Sessak 5b154bd5cd Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) 18 years ago
Måns Rullgård a9fd2b1921 avoid deprecation warnings for AVFrac from avformat.h 18 years ago
Måns Rullgård 4f13e73392 avoid deprecation warnings for ImgReSampleContext from avcodec.h 18 years ago
Aurelien Jacobs b776e3d11b move ff_set_qscale from h263.c to mpegvideo.c 18 years ago
Måns Rullgård 7d6ac9a319 prettify conditional targets 18 years ago
Måns Rullgård cbefadbd25 whitespace cosmetics 18 years ago
Måns Rullgård dd9f3d9791 clean up vhook variables 18 years ago
Måns Rullgård 9d99cc5a8a add fork to HAVE_LIST 18 years ago
Diego Biurrun 742c94cbb4 10l: The ppm video hook depends on fork(). 18 years ago
Diego Biurrun 7ed8ccb50e ISO8859-1 --> UTF-8 18 years ago
Diego Biurrun 941125ef5f ISO8859-1 --> UTF-8 18 years ago
Aurelien Jacobs 3a763f0f0b split rawvideo encoder and decoder in their own files 18 years ago
Aurelien Jacobs 0d336e44db compile rangecoder.o only when needed 18 years ago
Aurelien Jacobs e16c0fc30e duration must not be scaled 18 years ago
Aurelien Jacobs 463d5bcc29 properly set AVStream.language according to Matroska track header 18 years ago
Benoit Fouet 93f4823935 bring back h264 build 18 years ago
Måns Rullgård 640b73e17d use correct type for palette 18 years ago
Måns Rullgård d8e76049d6 indent 18 years ago
Måns Rullgård 5ffcb1be1f set sample rate in more logical place, kill warning 18 years ago
Måns Rullgård 6785cae35c trivial warning fixes 18 years ago
Måns Rullgård 4a64abdc63 kill warnings 18 years ago
Måns Rullgård 8d15910aff fix warning 18 years ago
Måns Rullgård a00177a952 make arguments to ssd_int8_vs_int16() const 18 years ago
Måns Rullgård bad700e346 trivial warning fixes 18 years ago
Måns Rullgård 3b26ee4719 fix build after breakage in r9544 18 years ago
Måns Rullgård 84662c01c9 undef forbidden names before we #define them in case they are macros in libc 18 years ago
Diego Biurrun ed5614eb56 Make vhook build non-recursive. 18 years ago
Måns Rullgård 34174abf64 avoid uninitialised variable warning and clarify code 18 years ago
Måns Rullgård b474d1f3fa update SectionCallback and PESCallback typedefs to match functions 18 years ago
Måns Rullgård 3f8cd151a0 remove redundant declaration of mpegts_muxer 18 years ago
Måns Rullgård ea7599ba8b kill uninitialised variable warning in mp3_read_probe() 18 years ago
Måns Rullgård 4f9e995a96 kill harmless 64-bit pointer cast warning 18 years ago
Måns Rullgård fae3a361be bethsoftvid: use correct type for size passed to av_fast_realloc() 18 years ago
Christophe Gisquet ccef714035 Pass modes as parameters instead of calculating them inplace. 18 years ago
Christophe Gisquet 803b090449 Replace function declarations with macro 18 years ago
Christophe Gisquet e95c953b55 Drop ff_ prefix for static functions 18 years ago
Diego Biurrun 4021300cd5 grammar error noticed by Mark Cox 18 years ago
Stefan Gehrer 844d9012a6 split decoder-specific parts into their own file 18 years ago
Stefan Gehrer 1503063f83 prepare splitting decoder-only parts into own file: 18 years ago
Roman Shaposhnik c21f308e77 * Getting rid of the use of GCC language extensions 18 years ago
Måns Rullgård b3633dee58 remove deprecated codec_get_{bmp,wav}_{id,tag}() 18 years ago
Måns Rullgård 6927c84c82 ogm: don't use deprecated codec_get_{bmp,wav}_id() 18 years ago
Måns Rullgård 99a452342c nutdec: don't use deprecated codec_get_{bmp,wav}_id() 18 years ago
Måns Rullgård 7ea18c8c1e remove redundant codec_get_bmp_tag() call in avi_write_header() 18 years ago