20500 Commits (094991eb69011b647bd3ec0c50c4c7ed14b2a1bf)

Author SHA1 Message Date
Carl Eugen Hoyos 6fa2532dd3 vda_h264.c: Change header inclusion order. 13 years ago
Mans Rullgard 2568646abb mpegvideo: drop unnecessary arguments to hpel_motion() 13 years ago
Mans Rullgard 66f5a6b419 mpegvideo: drop 'inline' from some functions 13 years ago
Anton Khirnov 66f52d0c3d nellymoserdec: drop support for s16 output. 13 years ago
Anton Khirnov 8b78c2969a bmpdec: only initialize palette for pal8. 13 years ago
Clément Bœsch d214e5cfb4 lavc/ass_split: add ff_ prefix to ass_style_get(). 13 years ago
Mans Rullgard 7689eea49a flacdsp: arm optimised lpc filter 13 years ago
Michael Niedermayer 0da0b5e0f8 pngdec: av_log() zlib errors 13 years ago
Ben Jackson 374c17c8fc lavc/vp56: Re-indent functions affected by threading refactor 13 years ago
Ben Jackson 39a3894ad5 lavc/vp6: Implement "slice" threading for VP6A decode 13 years ago
Ben Jackson 1c20fcf0b0 lavc/vp56: Simplify get/release_buffer code 13 years ago
Ben Jackson eebc11ebc8 lavc/vp56: Move golden_frame into VP56Context 13 years ago
Ben Jackson 6e86d6af6b lavc/vp6: Refactor vp6_decode_init into vp6_decode_init/vp6_decode_init_context 13 years ago
Ben Jackson 23503cadd1 lavc/vp56: Refactor ff_vp56_init into ff_vp56_init/ff_vp56_init_context 13 years ago
Michael Niedermayer 47277c4153 x86/v210: fix xmm clobbers 13 years ago
Nicolas George 37bbc9eb8b lavc/pgssubdec: use the PTS from the presentation segment. 13 years ago
Nicolas George 9dd8272431 lavc: set AVSubtitle.pts if possible. 13 years ago
Mans Rullgard cb6632809d libavcodec: remove av_destruct_packet_nofree() 13 years ago
Michael Niedermayer ab94d1be7a bintext: mark hscroll() as unused 13 years ago
Akihiro Tsukada c3c646a868 aacdec: add support for dual mono in Japanese DTV 13 years ago
Stefano Sabatini 8bdba0b3e9 tools: move raw-test program to tools, with the name fourcc2pixfmt 13 years ago
Luca Barbato 714508bcb9 vorbisdec: ensure FASTDIV denominator is never 1 13 years ago
Ben Jackson e3329474a3 pthread: Avoid crashes/odd behavior caused by spurious wakeups 13 years ago
Michael Niedermayer 93b240f4a5 mpegaudio_parser: reset state to prevent it to be random 13 years ago
Michael Niedermayer 570931d411 aacpsy: psy_3gpp_analyze_channel() handle energy == 0 13 years ago
Michael Niedermayer 413b32f808 aacpsy: calc_reduction_3gpp() handle active_lines = 0 13 years ago
Diego Biurrun 58139e141b x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place 13 years ago
Michael Niedermayer c21f81999a mpegaudioenc: replace pow(2,.. by exp2( 13 years ago
Diego Biurrun 2017f0fdb7 x86: Remove some leftover declarations for non-existent functions 13 years ago
Derek Buitenhuis 59db014b5b Revert "lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE" 13 years ago
Michael Niedermayer 75f3e0ad95 mpegvideo: skip ff_print_debug_info() for VDPAU 13 years ago
Martin Storsjö 91ff4e83ca x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declared 13 years ago
Mans Rullgard 97cb9236cf ac3: move ac3_downmix() from dsputil to ac3dsp 13 years ago
Tim Walker 3844572887 mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Libav channel. 13 years ago
Michael Niedermayer ddabecbbf5 vc1dec: export adv profile color format indication 13 years ago
Carl Eugen Hoyos 8e082df0f4 Support decoding of monochrome tiff images without bpp tag. 13 years ago
Derek Buitenhuis 578bbf8149 diracdsp: Fix unprotected inline asm 13 years ago
Michael Niedermayer 0ea65bbeee ratecontrol: change a commented printf to av_log 13 years ago
Michael Niedermayer 50dba71b7d ratecontrol: fix get_fps() argument 13 years ago
Michael Niedermayer ce7876cbf4 ratecontrol: Dynamically choose a default for rc_max_available_vbv_use 13 years ago
Michael Niedermayer a990a30883 ratecontrol: correct predictor in case of stuffing 13 years ago
Diego Biurrun 76fa7e09f1 utvideoenc: Add missing AV_ prefix to codec ID 13 years ago
Diego Biurrun 1648a508fa x86: dsputil: Move specific optimization settings out of global init function 13 years ago
Michael Niedermayer ba9e9605ad cavsdec/decode_mb_b: fix return type 13 years ago
Michael Niedermayer 386d60f978 aacdec/lcg_random: fix harmless integer overflow 13 years ago
Michael Niedermayer 7ea5dbcb83 cavsdec: Fix assertion failure. 13 years ago
Stefano Sabatini 7b62d3415e lavc/h263dec: return or propagate proper error codes 13 years ago
Stefano Sabatini ac006d29d8 lavc/flvdec: return meaningful error codes 13 years ago
Michael Niedermayer 76fac07334 mpegaudiodec: replace pow(2.0,...) by exp2() 13 years ago
Michael Niedermayer c5f0b6bf41 atrac3: replace powf(2,...) by exp2f() 13 years ago