20820 Commits (4334ba043e9601717af3a7ca46addfaf154d5fb6)

Author SHA1 Message Date
Mans Rullgard cb6632809d libavcodec: remove av_destruct_packet_nofree() 12 years ago
Michael Niedermayer ab94d1be7a bintext: mark hscroll() as unused 12 years ago
Akihiro Tsukada c3c646a868 aacdec: add support for dual mono in Japanese DTV 12 years ago
Stefano Sabatini 8bdba0b3e9 tools: move raw-test program to tools, with the name fourcc2pixfmt 12 years ago
Luca Barbato 714508bcb9 vorbisdec: ensure FASTDIV denominator is never 1 12 years ago
Ben Jackson e3329474a3 pthread: Avoid crashes/odd behavior caused by spurious wakeups 12 years ago
Michael Niedermayer 93b240f4a5 mpegaudio_parser: reset state to prevent it to be random 12 years ago
Michael Niedermayer 570931d411 aacpsy: psy_3gpp_analyze_channel() handle energy == 0 12 years ago
Michael Niedermayer 413b32f808 aacpsy: calc_reduction_3gpp() handle active_lines = 0 12 years ago
Diego Biurrun 58139e141b x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place 12 years ago
Michael Niedermayer c21f81999a mpegaudioenc: replace pow(2,.. by exp2( 12 years ago
Diego Biurrun 2017f0fdb7 x86: Remove some leftover declarations for non-existent functions 12 years ago
Derek Buitenhuis 59db014b5b Revert "lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE" 12 years ago
Michael Niedermayer 75f3e0ad95 mpegvideo: skip ff_print_debug_info() for VDPAU 12 years ago
Martin Storsjö 91ff4e83ca x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declared 12 years ago
Mans Rullgard 97cb9236cf ac3: move ac3_downmix() from dsputil to ac3dsp 12 years ago
Tim Walker 3844572887 mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Libav channel. 12 years ago
Michael Niedermayer ddabecbbf5 vc1dec: export adv profile color format indication 12 years ago
Carl Eugen Hoyos 8e082df0f4 Support decoding of monochrome tiff images without bpp tag. 12 years ago
Derek Buitenhuis 578bbf8149 diracdsp: Fix unprotected inline asm 12 years ago
Michael Niedermayer 0ea65bbeee ratecontrol: change a commented printf to av_log 12 years ago
Michael Niedermayer 50dba71b7d ratecontrol: fix get_fps() argument 12 years ago
Michael Niedermayer ce7876cbf4 ratecontrol: Dynamically choose a default for rc_max_available_vbv_use 12 years ago
Michael Niedermayer a990a30883 ratecontrol: correct predictor in case of stuffing 12 years ago
Diego Biurrun 76fa7e09f1 utvideoenc: Add missing AV_ prefix to codec ID 12 years ago
Diego Biurrun 1648a508fa x86: dsputil: Move specific optimization settings out of global init function 12 years ago
Michael Niedermayer ba9e9605ad cavsdec/decode_mb_b: fix return type 12 years ago
Michael Niedermayer 386d60f978 aacdec/lcg_random: fix harmless integer overflow 12 years ago
Michael Niedermayer 7ea5dbcb83 cavsdec: Fix assertion failure. 12 years ago
Stefano Sabatini 7b62d3415e lavc/h263dec: return or propagate proper error codes 12 years ago
Stefano Sabatini ac006d29d8 lavc/flvdec: return meaningful error codes 12 years ago
Michael Niedermayer 76fac07334 mpegaudiodec: replace pow(2.0,...) by exp2() 12 years ago
Michael Niedermayer c5f0b6bf41 atrac3: replace powf(2,...) by exp2f() 12 years ago
Michael Niedermayer 17b3251c6c ra144enc: avoid integer overflows. 12 years ago
Sébastien Brochet e14725cecc add OTF support for attachments 12 years ago
Ben Jackson 616ef2e8bd lavc/pngenc: Enable frame threading for PNG encodes 12 years ago
Diego Biurrun a84edbacaf x86: dsputil: Only compile motion_est code when encoders are enabled 12 years ago
Reinhard Nissl 2474ca1a22 aacdec.c: fix some comments 12 years ago
Samuel Pitoiset 3c19815416 rtp: Depacketization of JPEG (RFC 2435) 12 years ago
Martin Storsjö aefea4d0de Rename ff_put_string to avpriv_put_string 12 years ago
Samuel Pitoiset a0845bae49 mjpeg: Rename some symbols to avpriv_* instead of ff_* 12 years ago
Michael Niedermayer 44f83930d9 x86/mpegaudiodec: fix compilation failure on cygwin with undefined imdct36_blocks_avx 12 years ago
Derek Buitenhuis 3629d1c09d dsputil_template: Reindent after recent change 12 years ago
Michael Niedermayer 6add8eb2ce x86/h264dsp_init: put a HAVE_YASM back 12 years ago
Michael Niedermayer 17f9626b5d tiff/doubles2str: check for truncation 12 years ago
Michael Niedermayer 0196bc6f14 tiff/doubles2str: factor out component_len 12 years ago
Michael Niedermayer b9a07e787b srtdec: fix unsafe snprintf() return usage 12 years ago
Michael Niedermayer 9fea619f19 ass: assert that the timsstamps fitted in the buffers 12 years ago
Michael Niedermayer 4819d43d7f aacpsy: use exp2(f) instead of pow(f)(2,...) 12 years ago
Michael Niedermayer 363d302ea3 imc: use exp2 instead of pow(2,...) 12 years ago