summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* swscale: split yuv2packed[12X]_c() remainders into small functions.Ronald Bultje2011-06-27
* swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje2011-06-27
* swscale: don't use planar output functions to write to NV12/21.Ronald S. Bultje2011-06-27
* ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-27
* ac3enc: merge log2_tab() into normalize_samples()Justin Ruggles2011-06-27
* ac3enc: Remove bit allocation fallbacks.Justin Ruggles2011-06-27
* build: improve rules for test programsMans Rullgard2011-06-26
* build: factor out the .c and .S compile commands as a macroMans Rullgard2011-06-26
* swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-26
* H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bitJason Garrett-Glaser2011-06-26
* H.264: make filter_mb_fast support 4:4:4Jason Garrett-Glaser2011-06-26
* mpeg4videoenc: Remove disabled variant of mpeg4_encode_block().Diego Biurrun2011-06-26
* configure: allow post-fixed cpu strings for athlon64, k8, and opteronAlexis Ballier2011-06-26
* Move some variable declarations below the proper #ifdefs.Diego Biurrun2011-06-26
* ARM: silence some annoying armcc warningsMans Rullgard2011-06-25
* ffplay: Remove unused-but-set channels variable from update_sample_display().Diego Biurrun2011-06-25
* build: Add DEP_LIBS dependency directly to the shared library build rule.Diego Biurrun2011-06-25
* build: Remove multiple inclusion guards from config.mak.Diego Biurrun2011-06-25
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-25
* aacenc: Mark psy_3gpp_window() as av_unused.Diego Biurrun2011-06-25
* configure: Add -Wno-format-zero-length to CFLAGS.Diego Biurrun2011-06-24
* udp: Receive on the remote port number, if no local port is setCan Wu2011-06-24
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-23
* Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö2011-06-23
* ARM: enable thumb for Cortex-M* CPUsMans Rullgard2011-06-23
* nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun2011-06-23
* build: remove SRC_PATH_BARE variableMans Rullgard2011-06-23
* build: move basic rules and variables to main MakefileMans Rullgard2011-06-23
* build: move special targets to end of main MakefileMans Rullgard2011-06-23
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-23
* vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()Stefano Sabatini2011-06-23
* v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()Stefano Sabatini2011-06-23
* fbdev: prefer "framerate_q" over "fps" in device contextStefano Sabatini2011-06-23
* bktr: prefer "framerate" over "fps" for grab_read_header()Stefano Sabatini2011-06-23
* ALSA: implement channel layout for playback.Nicolas George2011-06-23
* alsa: support unsigned variants of already supported signed formats.Carl Eugen Hoyos2011-06-23
* alsa: add support for more formats.Carl Eugen Hoyos2011-06-23
* ARM: allow building in Thumb2 modeMans Rullgard2011-06-23
* configure: add --optflags optionMans Rullgard2011-06-22
* build: move documentation rules to doc/MakefileMans Rullgard2011-06-22
* build: move test rules to tests/MakefileMans Rullgard2011-06-22
* ac3enc: remove unneeded local variable in asym_quant()Justin Ruggles2011-06-22
* ac3enc: remove a branch in asym_quant() by doing 2 shiftsJustin Ruggles2011-06-22
* ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles2011-06-22
* H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser2011-06-22
* H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-22
* H.264: fix 4:4:4 cropping warningJason Garrett-Glaser2011-06-22
* H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser2011-06-22
* H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser2011-06-22