44740 Commits (4390f8c28daab9ac9f2c7b9164bdb79b3689d484)
 

Author SHA1 Message Date
Michael Niedermayer d40c0e4a67 ffserver: fix order of evaluation bugs 13 years ago
Michael Niedermayer 0e78e575ed swr/auto_matrix: treat a single channel as mono instead of failing 13 years ago
Michael Niedermayer f8d74cbdc3 swr/auto_matrix: treat stereo downmix like stereo. 13 years ago
Michael Niedermayer c8ffab06f4 swr/auto_matrix: add clean layout function 13 years ago
Michael Niedermayer ebc854e4e9 swr/auto_matrix: move layouts to local variables 13 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 13 years ago
Derek Buitenhuis 9ab538e31f random_seed: Replace a VLA with a normal array 13 years ago
Mans Rullgard 6a0200f24d configure: msvc: fix/simplify setting of flags for hostcc 13 years ago
Hendrik Leppkes fb4e983e0c x86: mlpdsp: mlp_filter_channel_x86 requires inline asm 13 years ago
Michael Niedermayer b86e18fe46 yuv4mpeg: fix potential alignment bug 13 years ago
Michael Niedermayer 7beadfe1f7 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 8a0118b4b4 ffio_read: dont spam the user at EOF with a truncation error 13 years ago
Daniel Verkamp 124f0b2f46 flashsv2enc: only encode diff blocks when needed 13 years ago
Michael Niedermayer 5710dbf88c mpegts: Fix potential memory leak in mpegts_read_packet() 13 years ago
Michael Niedermayer 9a27fd12f3 avio: replace ETIMEDOUT by EIO 13 years ago
Martin Storsjö 7b699d8136 mov_chan: Only set the channel_layout if setting it to a nonzero value 13 years ago
Martin Storsjö 5f72bc02f8 mov_chan: Reindent an incorrectly indented line 13 years ago
Carl Eugen Hoyos 407eeb3474 mp2 muxer: mark as AVFMT_NOTIMESTAMPS. 13 years ago
Michael Niedermayer 097c64ffcb flashsv2enc: remove experimental flag, the encoder seems working now 13 years ago
Michael Niedermayer 070b0e1c77 libswr: remove redundant ARCH_X86, MMX* implicates X86 13 years ago
Derek Buitenhuis 5f256f9df2 swsresample: Fix unprotected inline asm 13 years ago
Derek Buitenhuis d940b0a0f9 vf_mp: Do not build if inline assembly is not available 13 years ago
Derek Buitenhuis 80d2ec6bc9 dshow: Change WINBOOL to BOOL 13 years ago
Michael Niedermayer dbb9117d18 flashsv2enc: move blockbuffer realloc to reconfigure_at_keyframe() 13 years ago
Michael Niedermayer 9b6467fd46 flashv2enc: reallocate not only on block count changes but on dimension changes. 13 years ago
Derek Buitenhuis 3174987b42 flashsv2enc: Replace a VLA with a heap alloc 13 years ago
Michael Niedermayer 9b326fc261 flashsv2enc: fix prev-Z-prime encoding 13 years ago
Justin Ruggles 7327525997 x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64 13 years ago
Derek Buitenhuis 3fe303a27d vf_idet: Remove emms 13 years ago
Michael Niedermayer 8e6511c1e1 proresdec2: avoid VLA and use SliceContext instead. 13 years ago
Derek Buitenhuis af2a17c09a cache: Only include unistd.h if it exists 13 years ago
Ronald S. Bultje f3be359707 file: Only include unistd.h if it exists 13 years ago
Ronald S. Bultje a4d71eb5c3 random_seed: Only read /dev/*random if we have unistd.h 13 years ago
Ronald S. Bultje 9d0bc5c0bd rtpdec: Don't explicitly include unistd.h any longer 13 years ago
Derek Buitenhuis 1d4c4b0fbc wtvdec: Remove unused strings.h header 13 years ago
Derek Buitenhuis a2015b41a0 vf_colormatrix: Drop unused strings.h header 13 years ago
Diego Biurrun 1169f0d0af x86: more specific checks for availability of required assembly capabilities 13 years ago
Michael Niedermayer 7621c3538f Makefile: remove old codec_names.h on distclean 13 years ago
Michael Niedermayer 54d7094f8b gitignore: codec_names.h is no more 13 years ago
Stefano Sabatini 09cc23e0f7 lavd/sdl: decrease debug info notice log level from AV_LOG_INFO to VERBOSE 13 years ago
Stefano Sabatini a7c7b34d29 lavd/sdl: remove trailing dot in messages 13 years ago
Stefano Sabatini 25f139e72f lavf/utils: fix typo in has_codec_parameters 13 years ago
Tomas Härdin d74af89317 img2dec: Don't leave AVIOContexts open on zero byte files 13 years ago
Diego Biurrun 8cb7ed5562 x86: avcodec: Drop silly "_mmx" suffix from dsputil template names 13 years ago
Michael Niedermayer fa85118510 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer a7fbc7d7b7 lavf: factor codec id forcing out 13 years ago
Michael Niedermayer 91141f2a13 lavfi: add qp_table_size 13 years ago
Diego Biurrun 74c8414462 fate: Drop redundant setting of FUZZ to 1 13 years ago
Mans Rullgard 6efb698883 cavsdsp: set idct permutation independently of dsputil 13 years ago
Mans Rullgard 5fe64d88f6 x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov 13 years ago