aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-12lavc: replace some forgotten instances of PixelFormat with AVPixelFormatAnton Khirnov
2012-12-12svq1: unmacroify macros used only once.Anton Khirnov
2012-12-12svq1: deMpegEncContextizeAnton Khirnov
2012-12-12lavr: fix segfault due to overlooked change needed in 14758e3Justin Ruggles
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-12-11lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles
2012-12-11lavr: clarify documentation for avresample_get/set_matrix()Justin Ruggles
2012-12-11swfdec: cosmetics: fix indentationJustin Ruggles
2012-12-11swfdec: do better validation of tag lengthJustin Ruggles
2012-12-11Make LOCAL_ALIGNED syntactically similar on all systemsMans Rullgard
2012-12-10build: fix 'clean' targetMans Rullgard
2012-12-10ZeroCodec: Flip outputCarl Eugen Hoyos
2012-12-10rtpdec: Remove an outdated todo commentMartin Storsjö
2012-12-10rtpdec: Rename a static variable to normal naming conventionsMartin Storsjö
2012-12-10sh4: dsputil: remove duplicate of ff_gmc_c()Mans Rullgard
2012-12-09dsputil: remove unused macro WRAPPER8_16Mans Rullgard
2012-12-09configure: fix automatic processing of _extralibs in check_depsMans Rullgard
2012-12-09libvpxenc: Support forcing keyframesMartin Storsjö
2012-12-09ac3dec: decode directly into output buffersMans Rullgard
2012-12-09ac3dec: make downmix() take array of pointers to channel dataMans Rullgard
2012-12-09ac3dec: output planar float onlyMans Rullgard
2012-12-09svq3: make slice type value unsigned to match svq3_get_ue_golomb return typeJanne Grunau
2012-12-09configure: Have protocols select network code instead of depending on itDiego Biurrun
2012-12-09rtpdec: K&R formatting and spelling cosmeticsMartin Storsjö
2012-12-09cosmetics: Fix dropable --> droppable typoDiego Biurrun
2012-12-09avio: K&R cosmetic formattingLuca Barbato
2012-12-08lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard
2012-12-08mjpeg: initialize input padding after unescaped buffer to zeroJanne Grunau
2012-12-08img2: document the options availableLuca Barbato
2012-12-08hls: improve options descriptionLuca Barbato
2012-12-08hls: use a meaningful long nameLuca Barbato
2012-12-08hls: add start_number optionLuca Barbato
2012-12-08h264: check for invalid zeros_left before writingRonald S. Bultje
2012-12-08golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau
2012-12-07x86: float_dsp: fix loading of the len parameter on x86-32Justin Ruggles
2012-12-08takdec: fix initialisation of LOCAL_ALIGNED arrayJosh Allmann
2012-12-07takdec: fix initialisation of LOCAL_ALIGNED arrayMans Rullgard
2012-12-07tak: demuxer, parser, and decoderPaul B Mahol
2012-12-07parser: fix large overreadsMichael Niedermayer
2012-12-07bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer
2012-12-07arm: detect cpu features at runtime on LinuxMans Rullgard
2012-12-07arm: rename ARMVFP config symbol to VFPMans Rullgard
2012-12-07configure: arm: make _inline arch ext symbols depend on inline_asmMans Rullgard
2012-12-07arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard
2012-12-07configure: arm: check inline and external asm support for extensionsMans Rullgard
2012-12-07configure: add check_insn functionMans Rullgard
2012-12-07configure: clean up check_inline_asm and check_as functionsMans Rullgard
2012-12-07configure: arm: set fast_clz and fast_unaligned in cpuflags sectionMans Rullgard
2012-12-07configure: arm: detect toolchain default arch versionMans Rullgard
2012-12-07configure: do not bypass cpuflags section if --cpu not givenMans Rullgard