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
2013-05-24Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675'Michael Niedermayer
2013-05-24lavu/opencl: remove semi-colon from macro.Clément Bœsch
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-22pixdesc: mark gray8 as pseudopalAnton Khirnov
2013-05-22lavu/opt: check if class is NULL tooPaul B Mahol
2013-05-21avutil/pixfmt: add forgotten deprecated to YUVJ411Michael Niedermayer
2013-05-21add YUVJ411PMichael Niedermayer
2013-05-21avutil/frame: continue to process bufs even if some are emptyXidorn Quan
2013-05-21avutil/md5: move loop inside inner functionGiorgio Vazzana
2013-05-20avutil/hmac: silence pointer type warningsMichael Niedermayer
2013-05-20md5: optimize second round by using 4-operation form of G()Giorgio Vazzana
2013-05-18Merge commit '40020e171a3549a2c0b65ce6f2649aec868872f2'Michael Niedermayer
2013-05-18Merge commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec'Michael Niedermayer
2013-05-17md5: avoid unnecessary copying.Reimar Döffinger
2013-05-17doxy: add a section about versioning.Anton Khirnov
2013-05-17lavfi doxy: add a page for lavfi.Anton Khirnov
2013-05-17lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol
2013-05-16Rename ffadler to ffhash and expand it using the generic hash APIJames Almer
2013-05-16Merge commit 'd46c588f3cb1963a00e990ceaf4ba9ffa05a716d'Michael Niedermayer
2013-05-16lavu/hash: Fix CRC32 calculationJames Almer
2013-05-16lavu/hash: Fix adler32 calculationJames Almer
2013-05-16Remove commented-out #includesDiego Biurrun
2013-05-15murmur3: fix memleakMichael Niedermayer
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15Merge commit '096696ef0dd391d9430376d1444c1a3cde9171fd'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-15Clarify output of av_get_bits_per_pixelKieran Kunhya
2013-05-14lavu/hash: Fix name of SHA224James Almer
2013-05-13Add a generic hash API.Reimar Döffinger
2013-05-13Add 128 bit murmur3 hash function.Reimar Döffinger
2013-05-13lavu/common: make FF_CEIL_RSHIFT faster when shift is constant.Clément Bœsch
2013-05-13lavu/mem: add av_dynarray2_add()Stefano Sabatini
2013-05-13lavu: define FF_MEMORY_POISON and use itStefano Sabatini
2013-05-10lavu/mem.h: fix typoStefano Sabatini
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-09tools: Add adler32 checksum toolMichael Niedermayer
2013-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-08lavu/mem: fix potential int overflow and crash in av_dynarray_add()Stefano Sabatini
2013-05-08lavu/mem: extend documentation for av_dynarray_add()Stefano Sabatini
2013-05-08msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö
2013-05-07avutil/av_pix_fmt_swap_endianness: simplify and fix codeMichael Niedermayer
2013-05-07Merge commit '74652af821d7e526a6541876a637fbf81261fa8e'Michael Niedermayer
2013-05-06pixdesc: add function to return pixel format with swapped endiannesJanne Grunau
2013-05-06lavu/opencl_internal: use av_opencl_errstrhighgod0401
2013-05-05lavu/opencl: add opencl public error APIhighgod0401
2013-05-05Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-03lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol
2013-05-03Merge commit '566b7a20fd0cab44d344329538d314454a0bcc2f'Michael Niedermayer