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-16md5: consistently use uint32_t instead of unsigned intGiorgio Vazzana
2012-06-15revert "extern inline" usageMichael Niedermayer
2012-06-15new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl
2012-06-14bprint: implement vsnprintf for win32.Nicolas George
2012-06-13arm/intmath: disable av_clip_uintp2_arm with config_smallMichael Niedermayer
2012-06-12lavu/error: add av_make_error_string() and av_err2str() convenience utilitiesStefano Sabatini
2012-06-12lavu/error: fix sign error in av_sterror() error codeStefano Sabatini
2012-06-12lavu/error: use a table to store error codes and strings, add testStefano Sabatini
2012-06-12tests/parseutils: change test to make it platform independentStefano Sabatini
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic
2012-06-11random_seed: rewrite generic code.Michael Niedermayer
2012-06-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-10Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov
2012-06-10audioconvert: add a function for extracting the channel with the given indexAnton Khirnov
2012-06-10audioconvert: add a function for getting the name of a single channel.Anton Khirnov
2012-06-10audioconvert: add a function for getting channel's index in layoutAnton Khirnov
2012-06-10audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov
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