10002 Commits (84662c01c901be4cfeee33bdde87e344faa6b1a5)
 

Author SHA1 Message Date
Måns Rullgård 84662c01c9 undef forbidden names before we #define them in case they are macros in libc 17 years ago
Diego Biurrun ed5614eb56 Make vhook build non-recursive. 17 years ago
Måns Rullgård 34174abf64 avoid uninitialised variable warning and clarify code 17 years ago
Måns Rullgård b474d1f3fa update SectionCallback and PESCallback typedefs to match functions 17 years ago
Måns Rullgård 3f8cd151a0 remove redundant declaration of mpegts_muxer 17 years ago
Måns Rullgård ea7599ba8b kill uninitialised variable warning in mp3_read_probe() 17 years ago
Måns Rullgård 4f9e995a96 kill harmless 64-bit pointer cast warning 17 years ago
Måns Rullgård fae3a361be bethsoftvid: use correct type for size passed to av_fast_realloc() 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
Diego Biurrun 4021300cd5 grammar error noticed by Mark Cox 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
Måns Rullgård b3633dee58 remove deprecated codec_get_{bmp,wav}_{id,tag}() 17 years ago
Måns Rullgård 6927c84c82 ogm: don't use deprecated codec_get_{bmp,wav}_id() 17 years ago
Måns Rullgård 99a452342c nutdec: don't use deprecated codec_get_{bmp,wav}_id() 17 years ago
Måns Rullgård 7ea18c8c1e remove redundant codec_get_bmp_tag() call in avi_write_header() 17 years ago
Aurelien Jacobs 58e28fd5c4 simplify ff_copy_bits() when compiled with config-small 17 years ago
Måns Rullgård 78c3c1881f use bytestream_get_* and AV_RLxx 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
Måns Rullgård f015e411d7 kill uninitialised variable warning in amr_read_packet() 17 years ago
Måns Rullgård 8c222bb405 kill uninitialised variable warning in ac3_probe() 17 years ago
Måns Rullgård 14d194d5d8 remove unused 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
Måns Rullgård bd2216e487 handle --enable-small same way as other CONFIG_* options (almost) 17 years ago
Janne Grunau ab2cfc59a6 free thread context 17 years ago
Aurelien Jacobs 5416616588 split SVQ1 decoder and encoder in their own files 17 years ago
Benoit Fouet b54bb84c36 set thread_opaque to NULL when freeing it 17 years ago
Andreas Öman 4691a77db4 Add support for streams with different chroma_qp_index_offset 17 years ago
Aurelien Jacobs 5084ed3a9f simplify ff_copy_bits: merge 2 test branches 17 years ago
Aurelien Jacobs 98f7b56bb6 move ff_copy_bits to bitstream.c 17 years ago
Kostya Shishkov 3662aa766f Drop redundant assignment and variable 17 years ago
Stefano Sabatini c0de00dac5 me option implemented as an AVOption 17 years ago
Diego Biurrun 3b7660b002 Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. 17 years ago
Ronald S. Bultje 80fb82346e Use AV_RB* macros where appropriate. 17 years ago
Andreas Öman 042ef4b720 Precompute a chroma_qp table with index offset for each pps, 17 years ago
Andreas Öman 4bbdf13f9e Compute the dequant coefficient table ptr outside the loop, 17 years ago
Luca Abeni 653387d8f0 Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c 17 years ago