5367 Commits (7e2643ae8d04ba6270b25c42f733ba5bfa76174a)

Author SHA1 Message Date
Aurelien Jacobs 66fc495a10 comment explaining that text subtitle need to be UTF-8 for now 17 years ago
Aurelien Jacobs f7e97aaf87 add support for Matroska subtitle tracks 17 years ago
Aurelien Jacobs a9fb241c3f conditional compilation of ratecontrol.c 17 years ago
Aurelien Jacobs bdf5df0865 conditional compilation of motion_est.c 17 years ago
Aurelien Jacobs df8e34603b makes compilation of h263.o and mpegvideo_enc.o conditional 17 years ago
Aurelien Jacobs 674eeb5f57 cosmetics: indentation 17 years ago
Aurelien Jacobs eb75a69818 Avoid linking with h263.c functions when the relevant codecs 17 years ago
Vitor Sessak f79488d426 Use proper bytestream functions 17 years ago
Aurelien Jacobs 99439cb72c Better place to disable some mpeg4 code and ensure that 17 years ago
Aurelien Jacobs 898d5d5daa move init_vlc_rl from h263.c to mpegvideo.c 17 years ago
Aurelien Jacobs 7da31a80b7 Split ff_set_mpeg4_time() and move the non mpeg4 specific part 17 years ago
Vitor Sessak 153696a663 Prepare to remove more duplicated code 17 years ago
Vitor Sessak a562e2e651 Remove some duplicated code 17 years ago
Diego Biurrun ef4d08ac6d Add standard licensing header to files that lack it. 17 years ago
Diego Biurrun f082badc21 cosmetics: typo 17 years ago
Aurelien Jacobs 196b8b4ecc don't compile some mpeg4 encoder code when encoders are disabled 17 years ago
Vitor Sessak 5b154bd5cd Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) 17 years ago
Måns Rullgård 4f13e73392 avoid deprecation warnings for ImgReSampleContext from avcodec.h 17 years ago
Aurelien Jacobs b776e3d11b move ff_set_qscale from h263.c to mpegvideo.c 17 years ago
Aurelien Jacobs 3a763f0f0b split rawvideo encoder and decoder in their own files 17 years ago
Aurelien Jacobs 0d336e44db compile rangecoder.o only when needed 17 years ago
Benoit Fouet 93f4823935 bring back h264 build 17 years ago
Måns Rullgård 640b73e17d use correct type for palette 17 years ago
Måns Rullgård d8e76049d6 indent 17 years ago
Måns Rullgård 5ffcb1be1f set sample rate in more logical place, kill warning 17 years ago
Måns Rullgård 6785cae35c trivial warning fixes 17 years ago
Måns Rullgård 4a64abdc63 kill warnings 17 years ago
Måns Rullgård 8d15910aff fix warning 17 years ago
Måns Rullgård a00177a952 make arguments to ssd_int8_vs_int16() const 17 years ago
Måns Rullgård bad700e346 trivial warning fixes 17 years ago
Christophe Gisquet ccef714035 Pass modes as parameters instead of calculating them inplace. 17 years ago
Christophe Gisquet 803b090449 Replace function declarations with macro 17 years ago
Christophe Gisquet e95c953b55 Drop ff_ prefix for static functions 17 years ago
Stefan Gehrer 844d9012a6 split decoder-specific parts into their own file 17 years ago
Stefan Gehrer 1503063f83 prepare splitting decoder-only parts into own file: 17 years ago
Roman Shaposhnik c21f308e77 * Getting rid of the use of GCC language extensions 17 years ago
Aurelien Jacobs 58e28fd5c4 simplify ff_copy_bits() when compiled with config-small 17 years ago
Måns Rullgård 3c3f7ce15a whitespace cosmetics 17 years ago
Måns Rullgård a7b67850f4 add 64-bit bytestream read/write functions 17 years ago
Stefan Gehrer ceb48b46f8 prepare splitting decoder-only parts into own file: 17 years ago
Stefan Gehrer 218b3ae970 move dequantization into its own inline function 17 years ago
Stefan Gehrer ce7088b9a8 cosmetic: rename VLC tables to make clear they 17 years ago
Stefan Gehrer 07caa46e99 setting special motion vectors in intra macroblocks 17 years ago
Stefan Gehrer 8a35c8e71a setting intra prediction modes to default values 17 years ago
Stefan Gehrer 25c899471d move modification of intra prediction modes into 17 years ago
Stefan Gehrer e183b6d17c move preparation of chroma intra prediction into its 17 years ago
Stefan Gehrer b8524fd13f move existing inline functions from cavs.c to cavs.h 17 years ago
Stefan Gehrer 2a3cc9730f move context structure definition from cavs.c to cavs.h 17 years ago
Stefan Gehrer ac83e7b235 make vector constants global 17 years ago
Janne Grunau ab2cfc59a6 free thread context 17 years ago