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
2012-06-10bprint-test: avoid z modifier, mingw fails with itMichael Niedermayer
2012-06-10lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZEStefano Sabatini
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-09float_dsp.c: Restore author attribution that was removed by libav while movin...Michael Niedermayer
2012-06-09x86/float_dsp.asm: restore author attributionMichael Niedermayer
2012-06-09libavutil.v: add avpriv prefixMichael Niedermayer
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08lavu: change versioning script to include all av* prefixed symbolsJustin Ruggles
2012-06-08float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles
2012-06-08ARM: fix float_dsp breakage from d5a7229Mans Rullgard
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2012-06-08ARM: Move asm.S from libavcodec to libavutilJustin Ruggles
2012-06-08pixdesc: BGRA64 is rgb pixel formatPaul B Mahol
2012-06-08fate-bprint: try to workaround platform specific value.Michael Niedermayer
2012-06-08audioconvert: implement av_bprint_channel_layout().Nicolas George
2012-06-08bprint: add av_bprint_init_for_buffer().Nicolas George
2012-06-08opt: add test for IMAGE_SIZE and PIXEL_FMT.Nicolas George
2012-06-08opt: free test_ctx.string at the end.Nicolas George
2012-06-08opt: init test_ctx to 0.Nicolas George
2012-06-08opt: add AV_OPT_TYPE_PIXEL_FMT.Nicolas George
2012-06-06libavutil/integer: use av_assertMichael Niedermayer
2012-06-06libavutil/mathematics: use av_assert()Michael Niedermayer
2012-06-04timecode: move timecode muxer options to metadata.Clément Bœsch
2012-06-04log: color prefixes according to their source.Michael Niedermayer
2012-06-03log: add AV_CLASS_CATEGORY_NBMichael Niedermayer
2012-06-03log: cleanup color arraysMichael Niedermayer
2012-06-01log: add category to AVClassMichael Niedermayer
2012-05-30Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer
2012-05-29x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak
2012-05-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-28AVOptions: fix the value printed in out of range error message.Anton Khirnov
2012-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-26log: make colored output more colorful.Anton Khirnov
2012-05-26opt: Add av_opt_set_bin()Samuel Pitoiset
2012-05-25Fixed warnings about int64 to int32 conversionMichael Bradshaw
2012-05-24lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.hStefano Sabatini
2012-05-20opt: add AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20lavu/tree: perform minor fixes to av_tree_insert() documentationStefano Sabatini
2012-05-19lavu/error: fix make checkheaders.Clément Bœsch
2012-05-18lavu/parseutils: fix specification for av_parse_time()Stefano Sabatini
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-15fifo: add av_fifo_grow()Michael Niedermayer
2012-05-15Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov
2012-05-14lavu/bprint: add av_bprint_reset().Clément Bœsch
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10avutil/log: allow av_log_set_callback (NULL)Michael Niedermayer
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles