summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: enable thumb for Cortex-M* CPUsMans Rullgard2011-06-231-1/+1
* nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun2011-06-231-1/+1
* build: remove SRC_PATH_BARE variableMans Rullgard2011-06-236-31/+28
* build: move basic rules and variables to main MakefileMans Rullgard2011-06-232-40/+35
* build: move special targets to end of main MakefileMans Rullgard2011-06-232-8/+8
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-234-7/+7
* vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()Stefano Sabatini2011-06-231-4/+4
* v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()Stefano Sabatini2011-06-231-11/+11
* fbdev: prefer "framerate_q" over "fps" in device contextStefano Sabatini2011-06-231-7/+7
* bktr: prefer "framerate" over "fps" for grab_read_header()Stefano Sabatini2011-06-231-6/+6
* ALSA: implement channel layout for playback.Nicolas George2011-06-233-1/+169
* alsa: support unsigned variants of already supported signed formats.Carl Eugen Hoyos2011-06-231-0/+7
* alsa: add support for more formats.Carl Eugen Hoyos2011-06-231-0/+10
* ARM: allow building in Thumb2 modeMans Rullgard2011-06-2330-146/+419
* configure: add --optflags optionMans Rullgard2011-06-221-1/+5
* build: move documentation rules to doc/MakefileMans Rullgard2011-06-223-38/+47
* build: move test rules to tests/MakefileMans Rullgard2011-06-223-120/+125
* ac3enc: remove unneeded local variable in asym_quant()Justin Ruggles2011-06-221-6/+6
* ac3enc: remove a branch in asym_quant() by doing 2 shiftsJustin Ruggles2011-06-221-8/+2
* ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles2011-06-222-12/+12
* H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser2011-06-221-5/+5
* H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-222-10/+24
* H.264: fix 4:4:4 cropping warningJason Garrett-Glaser2011-06-221-1/+2
* H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser2011-06-221-2/+2
* H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser2011-06-221-1/+1
* rawdec: Fix decoding of QT WRAW files.ami_stuff2011-06-212-2/+3
* configure: report optimization for size separatelyMans Rullgard2011-06-211-1/+1
OpenPOWER on IntegriCloud