30934 Commits (5f654897e325349dacf2546674e0510bb72ecb50)
 

Author SHA1 Message Date
Justin Ruggles 787a13535a ac3enc: remove convenience macro, #define DEBUG 14 years ago
Justin Ruggles a8bd53402a ac3enc: remove unused #define 14 years ago
John Stebbins 7b20d35a54 vc1: re-initialize tables after width/height change. 14 years ago
Justin Ruggles 1397ac0aa0 APIchanges: fill-in git commit hash for av_get_bytes_per_sample() addition 14 years ago
Stefano Sabatini a6703faa15 samplefmt: add av_get_bytes_per_sample() 14 years ago
Michael Niedermayer 1929807bef libvpxenc: add forgotten AVClass. 14 years ago
Justin Ruggles 2f37321abc iirfilter: fix biquad filter coefficients. 14 years ago
Ronald S. Bultje edeb56fa31 swscale: remove duplicate conversion routine in swScale(). 14 years ago
Ronald S. Bultje b73fe70025 swscale: add yuv2planar/packed function typedefs. 14 years ago
Ronald S. Bultje df91d09174 swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers. 14 years ago
Ronald S. Bultje 0fb5193156 swscale: reindent x86 init code. 14 years ago
Ronald S. Bultje ca364a5b43 swscale: extract SWS_FULL_CHR_H_INT conditional into init code. 14 years ago
Ronald S. Bultje b3b28b080f swscale: cosmetics. 14 years ago
Ronald S. Bultje ea28175312 swscale: remove alp/chr/lumSrcOffset. 14 years ago
Ronald S. Bultje bda9b20fa4 swscale: un-special-case yuv2yuvX16_c(). 14 years ago
Diego Biurrun b9478cfefb shorten: Remove stray DEBUG #define and corresponding av_dlog statement. 14 years ago
Diego Biurrun 2d9570a304 vorbisdec: Restore mistakenly removed debug output. 14 years ago
Stefano Sabatini 3251af9037 v4l2: set default standard to NULL 14 years ago
Michael Niedermayer 7a8228c05e sws: make dither_scale const 14 years ago
Diego Biurrun e8f6bd4b88 configure: Document --enable-vdpau. 14 years ago
Diego Biurrun 02a8d43adf Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
Diego Biurrun f8ea0eb6ff svq1dec: Fix debug statements that referenced non-existing context. 14 years ago
Diego Biurrun d7cf5639e7 Replace some printf instances in debug code by av_log. 14 years ago
Stefano Sabatini 4ae28eb853 showfiltfmts: use av_get_pix_fmt_name() 14 years ago
Diego Biurrun e01bb264e7 inverse.c: Replace unnecessary intmath.h header by necessary stdint.h. 14 years ago
Diego Biurrun dc25d79f49 Drop unnecessary directory prefixes from #include directives. 14 years ago
Michael Niedermayer 40da61eff5 Makefile: critical build fix after the merge. make fate passed locally due to ffmpeg/ffmpeg_g being there from before 14 years ago
Michael Niedermayer 174df6affc Merge remote-tracking branch 'qatar/master' 14 years ago
Michael Niedermayer 3a1aaf7b21 ffplay: Fix -vismv 14 years ago
Michael Niedermayer a39bd458a0 mem: Trying to workaround posix_memalign() bug on OSX 14 years ago
Mans Rullgard b9c6c7cb25 build: remove empty $(OBJS) target 14 years ago
Mans Rullgard 6d170962bd build: make rule for linking ff* apply only to these targets 14 years ago
Stefano Sabatini d58ed64a89 eval: add support for pow() function 14 years ago
Mans Rullgard d93d7349ce build: rearrange some lines in a more logical way 14 years ago
Baptiste Coudurier 4f8da7e7dc s302m: fix resampling for 16 and 24bits. 14 years ago
Mans Rullgard 21c6512542 ARM: remove MUL64 and MAC64 inline asm 14 years ago
Mans Rullgard 0018b7f043 build: clean up .PHONY lists 14 years ago
Mans Rullgard d7a72d250b build: move all (un)install* target aliases to toplevel Makefile 14 years ago
Luca Barbato 0e28e9ca8f flvenc: propagate error properly 14 years ago
Mans Rullgard 171ae1eb0d build: remove stale dependency 14 years ago
Mans Rullgard 5eaba041a0 build: do not add CFLAGS-yes to CFLAGS 14 years ago
Ronald S. Bultje ceff045dbe utils.c: fix crash with threading enabled. 14 years ago
Mans Rullgard 8477f2deef configure: simplify source_path setup 14 years ago
Mans Rullgard dc435c4e9d configure: remove --source-path option 14 years ago
Stefano Sabatini 263f57c6d7 pixdesc: remove duplicated header inclusion 14 years ago
Stefano Sabatini ef28c7b3a4 lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer() 14 years ago
Stefano Sabatini 95a0242642 lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps 14 years ago
Stefano Sabatini 0bc2cca12f samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc() 14 years ago
Stefano Sabatini e1c7414812 samplefmt: change layout for arrays created by av_samples_alloc() and _fill_arrays() 14 years ago