summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swscale: fix yuv range correction when using 16-bit scaling.Ronald S. Bultje2011-07-011-6/+6
* swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-3012-373/+545
* build: fix creation of tools dir with make 3.81Mans Rullgard2011-06-291-2/+5
* build: Mark all-yes Makefile target as phony.Diego Biurrun2011-06-291-1/+1
* pixfmt: fix YUV422/444 wrong endian commentCan Wu2011-06-291-6/+6
* build: create output directories as neededMans Rullgard2011-06-294-27/+20
* Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser2011-06-291-0/+4
* swscale: Add Doxygen for hyscale_fast/hScale.Ronald S. Bultje2011-06-291-0/+45
* fate: enable lavfi-pixmt tests on big endian systemsMans Rullgard2011-06-288-13/+0
* PPC: swscale: disable altivec functions for unsupported formatsMans Rullgard2011-06-281-1/+3
* fate: merge identical pixdesc_be/le testsMans Rullgard2011-06-284-54/+1
* swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.Ronald S. Bultje2011-06-281-0/+98
* build: call texi2pod.pl with full path instead of symlinkMans Rullgard2011-06-282-6/+2
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-2810-28/+15
* swscale: update big endian reference values after dff5a835.Ronald S. Bultje2011-06-281-0/+4
* wavpack: skip blocks with no samplesKostya Shishkov2011-06-281-2/+11
* cosmetics: remove outdated comment that is no longer trueJustin Ruggles2011-06-281-2/+0
* build: replace some addprefix/addsuffix with substitution refsMans Rullgard2011-06-282-11/+11
* avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-284-313/+0
* configure: Drop check for availability of ten assembler operands.Diego Biurrun2011-06-283-19/+5
* aacenc: Save channel configuration for later use.Nathan Caldwell2011-06-272-8/+9
* aacenc: Fix codebook trellising for zeroed bands.Alex Converse2011-06-271-4/+20
* swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje2011-06-274-246/+228
* swscale: re-add support for non-native endianness.Ronald S. Bultje2011-06-279-12/+52
* swscale: disentangle yuv2rgbX_c_full() into small functions.Ronald S. Bultje2011-06-271-121/+171
* swscale: split yuv2packed[12X]_c() remainders into small functions.Ronald Bultje2011-06-271-296/+402
* swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje2011-06-273-14/+46
* swscale: don't use planar output functions to write to NV12/21.Ronald S. Bultje2011-06-271-1/+2
* ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-276-131/+119
* ac3enc: merge log2_tab() into normalize_samples()Justin Ruggles2011-06-271-14/+2
* ac3enc: Remove bit allocation fallbacks.Justin Ruggles2011-06-271-70/+1
* build: improve rules for test programsMans Rullgard2011-06-261-3/+4
* build: factor out the .c and .S compile commands as a macroMans Rullgard2011-06-262-4/+13
* swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-264-11/+7
* H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bitJason Garrett-Glaser2011-06-261-1/+2
* H.264: make filter_mb_fast support 4:4:4Jason Garrett-Glaser2011-06-261-13/+49
* mpeg4videoenc: Remove disabled variant of mpeg4_encode_block().Diego Biurrun2011-06-261-65/+0
* configure: allow post-fixed cpu strings for athlon64, k8, and opteronAlexis Ballier2011-06-261-1/+1
* Move some variable declarations below the proper #ifdefs.Diego Biurrun2011-06-262-4/+5
* ARM: silence some annoying armcc warningsMans Rullgard2011-06-251-0/+2
* ffplay: Remove unused-but-set channels variable from update_sample_display().Diego Biurrun2011-06-251-3/+1
* build: Add DEP_LIBS dependency directly to the shared library build rule.Diego Biurrun2011-06-251-5/+1
* build: Remove multiple inclusion guards from config.mak.Diego Biurrun2011-06-251-3/+0
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-257-14/+0
* aacenc: Mark psy_3gpp_window() as av_unused.Diego Biurrun2011-06-251-3/+4
* configure: Add -Wno-format-zero-length to CFLAGS.Diego Biurrun2011-06-241-0/+1
* udp: Receive on the remote port number, if no local port is setCan Wu2011-06-241-1/+1
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-2438-259/+259
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-236-19/+9
* Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö2011-06-233-1/+6
OpenPOWER on IntegriCloud