34711 Commits (d7f9786cbcd3fede7c751f1c1f481e55ee2380bd)
 

Author SHA1 Message Date
Mans Rullgard 3716105103 g723.1: do not needlessly use int64_t 13 years ago
Mans Rullgard 47c73a73b0 g723.1: use saturating addition functions 13 years ago
Mans Rullgard 4aca716a53 g723.1: optimise scale_vector() 13 years ago
Mans Rullgard 1eb1f6f281 g723.1: remove useless uses of MUL64() 13 years ago
Mans Rullgard 5a43eba956 g723.1: remove unnecessary argument 'shift' from dot_product() 13 years ago
Mans Rullgard 8b0de73464 g723.1: deobfuscate "(x << 4) - x" to "15 * x" 13 years ago
Mans Rullgard fddc5b9bea celp: optimise ff_celp_lp_synthesis_filter() 13 years ago
Mans Rullgard 6c4975eaaf libavutil: add saturating addition functions 13 years ago
Derek Buitenhuis 17c11cef9f cllc: Implement ARGB support 13 years ago
Derek Buitenhuis 7fda47d53b cllc: Add support for QRGB 13 years ago
Derek Buitenhuis f4bb38cc26 cllc: Rename some funcs to represent what they actually do 13 years ago
Diego Biurrun 3b9e832e17 x86: Drop silly "_yasm" suffixes from filenames 13 years ago
Diego Biurrun f30ff54200 doc: Clarify licensing issues arising from external libraries 13 years ago
Martin Storsjö bdefe22b8e lavf: Detect discontinuities in timestamps for framerate/analyzeduration calculation 13 years ago
Martin Storsjö 30c26c2442 lavf: Initialize the stream info timestamps in avformat_new_stream 13 years ago
Mohammad Alsaleh 6e9bbc6525 id3v2: Match PIC mimetype/format case-insensitively 13 years ago
Diego Biurrun 575db88377 configure: Rename check_asm() to more fitting check_inline_asm() 13 years ago
Diego Biurrun e017c87552 fate: Only test enabled filters 13 years ago
Diego Biurrun 3aa696e883 avresample: De-doxygenize some comments where Doxygen is not appropriate 13 years ago
Jordi Ortiz f5ce90f2de rtmp: split chunk_size var into in_chunk_size and out_chunk_size 13 years ago
Samuel Pitoiset a8103503b3 rtmp: Factorize the code by adding find_tracked_method 13 years ago
Anton Khirnov 885da7b082 lavf: simplify is_intra_only() by using codec descriptors. 13 years ago
Anton Khirnov 51efed152d lavc: add an intra-only codec property. 13 years ago
Anton Khirnov c223d79945 lavc: add codec descriptors. 13 years ago
Anton Khirnov 2ff67c909c lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. 13 years ago
Mans Rullgard 33de86db2b dict: move struct AVDictionary definition to dict.c 13 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 13 years ago
Mans Rullgard 05c36e0e5f g723.1: fix addition overflow 13 years ago
Mans Rullgard 52aa3015a3 g723.1: simplify and fix multiplication overflow 13 years ago
Mans Rullgard e141cf2c57 g723.1: deobfuscate an expression 13 years ago
Mans Rullgard e2b7c5783d g723.1: remove unused #includes 13 years ago
Mans Rullgard 0d735ca214 ARM: add missing "cc" clobber in av_clipl_int32_arm() 13 years ago
Samuel Pitoiset 3eebc1e174 rtmp: Factorize the code by adding handle_invoke_error 13 years ago
Samuel Pitoiset 71036a3a5e rtmp: Factorize the code by adding handle_invoke_status 13 years ago
Samuel Pitoiset 5e6001db8f rtmp: Factorize the code by adding handle_invoke_result 13 years ago
Mans Rullgard 54918d0394 libavutil: remove unused av_abort() macro 13 years ago
Mans Rullgard 6d3783d160 ffmenc: replace if/abort with assert() 13 years ago
Mans Rullgard 1c4ab37c38 libavutil: drop offsetof() fallback definition 13 years ago
Mans Rullgard d913fd1f00 libavutil: drop fallback definitions of INTxx_MIN/MAX 13 years ago
Michael Niedermayer 83c93fe74a configure: Check for a sctp struct instead of just the header 13 years ago
Diego Biurrun c72f12cbae configure: suncc: Add -xc99 to dependency flags, required on Solaris 13 years ago
Diego Biurrun 804d7a1aa6 doxygen: Fix function parameter names to match the code 13 years ago
Diego Biurrun 52561d0116 doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugs 13 years ago
Diego Biurrun 90f7e61769 swf: Move shared table out of the header file 13 years ago
Diego Biurrun 2804ba6a3b swf: Move swf_audio_codec_tags table to the only place it is used 13 years ago
Kostya Shishkov 84f9d78a96 fate: add G.723.1 decoder tests 13 years ago
Mans Rullgard 0db9eba48c motion_est: drop inline from sad_hpel_motion_search() 13 years ago
Mans Rullgard 5bf7bc625b motion_est: remove unused macros 13 years ago
Mans Rullgard 74f82f92a4 motion_est: remove useless no_motion_search() function 13 years ago
Hendrik Leppkes f9150c8ac0 lagarith: frame multithreading 13 years ago