Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-30Fix various unused variable warningsClément Bœsch
2011-05-30Fix various bad printf format warningsClément Bœsch
2011-05-29ARM: enable UAL syntax in asm.SMans Rullgard
2011-05-29Remove now unused nb_istreams variable.Reimar Döffinger
2011-05-29Add const to vector types for input in altivec code.Reimar Döffinger
2011-05-29Remove unused variable, avoiding compiler warning.Reimar Döffinger
2011-05-29Cast pointers to uintptr_t rather than unsigned int.Reimar Döffinger
2011-05-29v4l2: don't leak video standard string on error.Anton Khirnov
2011-05-29swscale: Remove disabled code.Diego Biurrun
2011-05-29avfilter: Surround function only used in debug mode by appropriate #ifdef.Diego Biurrun
2011-05-29vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().Diego Biurrun
2011-05-29build: remove BUILD_ROOT variableMans Rullgard
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-29vp8: use av_clip_uintp2() where possibleMans Rullgard
2011-05-29swscale: Commits that could not be pulled earlier due to bugs #2Michael Niedermayer
2011-05-29Commits that could not be pulled earlier due to bugs.Michael Niedermayer
2011-05-29Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the ...Michael Niedermayer
2011-05-29doc: correct AC-3 option subsection placementJames Zern
2011-05-29ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()Mans Rullgard
2011-05-28ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.Justin Ruggles
2011-05-28swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje
2011-05-28swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje
2011-05-28v4l2: create file @doxy from text in the copyright headerStefano Sabatini
2011-05-28v4l2: remove pointless empty linesStefano Sabatini
2011-05-28v4l2: set default standard to NULLStefano Sabatini
2011-05-28v4l2: use OFFSET macro when setting optionsStefano Sabatini
2011-05-28ac3dsp: fix loop condition in ac3_update_bap_counts_c()Justin Ruggles
2011-05-28ARM: unbreak buildMans Rullgard
2011-05-28lavdev: add SDL output deviceStefano Sabatini
2011-05-28ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles
2011-05-28ac3enc: split mantissa bit counting into a separate function.Justin Ruggles
2011-05-28ac3enc: store per-block/channel bap pointers by reference block in a 2D arrayJustin Ruggles
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-05-28iff: remove duplicated file descriptionStefano Sabatini
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-28get_bits: add av_unused tag to cache variableMans Rullgard
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-28ARM: aacdec: fix constraints on inline asmMans Rullgard
2011-05-28ARM: remove unnecessary volatile from inline asmMans Rullgard
2011-05-28ARM: add "cc" clobbers to inline asm where neededMans Rullgard
2011-05-28ARM: improve FASTDIV asmMans Rullgard
2011-05-28ac3enc: use LOCAL_ALIGNED macroMans Rullgard
2011-05-28APIchanges: fill in git hash for av_get_pix_fmt_name (0420bd7).Ronald S. Bultje
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-28swscale: fix crash in bilinear scaling.Ronald S. Bultje
2011-05-28vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja
2011-05-28rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje