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
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-16lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos
2015-07-03webp: fix infinite loop in webp_decode_frameAndreas Cadhalpun
2015-07-03webp: Make sure enough bytes are availableAndreas Cadhalpun
2015-03-19webp: ensure that each transform is only used onceAndreas Cadhalpun
2015-03-06webp: ensure that each transform is only used onceAndreas Cadhalpun
2015-03-05webp: validate the distance prefix codeAndreas Cadhalpun
2015-03-03avcodec/webp: validate the distance prefix codeAndreas Cadhalpun
2015-02-04avcodec/webp: use init_get_bits8()Paul B Mahol
2014-10-05avcodec/webp: add assert to ensure palette is not larger than 256Michael Niedermayer
2014-10-05avcodec/webp: add optimization: use local palette with extra paddingPascal Massimino
2014-09-23avcodec/webp: fix default palette color 0xff000000 -> 0x00000000Pascal Massimino
2014-09-19libavcodec/webp: treat out-of-bound palette index as translucent blackPascal Massimino
2014-07-04Merge commit 'c6698dfe7cdbc7634f33245875488ed3fa4a8ced'Michael Niedermayer
2014-07-03webpdec: Fix decoding of the huffman group indices.Justin Ruggles
2014-04-20avcdoec/webp: use av_malloc_array()Michael Niedermayer
2014-04-05lavc/exif: Make EXIF IFD decoding part of private API/ABI.Thilo Borgmann
2014-01-15webp: fix capitalization of the word ExifJames Almer
2014-01-14webp: add support for EXIF metadata chunksJames Almer
2013-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-06Merge commit 'f51e3a1971045c7ed0c3d9d29d3254a4d940198e'Michael Niedermayer
2013-12-06webp: add a special case for a huffman table with only 1 symbolJustin Ruggles
2013-12-06webp: do not call av_frame_free() on the user-provided frameJustin Ruggles
2013-11-01Merge commit '0a9e94bba8f8a40156438a43e4fe0e9ae36236cb'Michael Niedermayer
2013-10-31webp: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-09-19Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff'Michael Niedermayer
2013-09-18Add a WebP decoderJustin Ruggles