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-03-06avcodec/samidec: make sure to properly restore parsing context after a tagClément Bœsch
2015-03-06mips: port optimizations to mips n64James Cowgill
2015-03-06configure, mips: remove MIPS32R2, merging it with MIPSFPUJames Cowgill
2015-03-06mips/aacdec: remove uses of mips32r2 specific ext instructionsJames Cowgill
2015-03-06AAC: Add support for 7350Hz sampling rates, no error on too hight bitrate.Claudio Freire
2015-03-06Merge commit '25c29d32835f38cdc5f0c84fa27dfc489a228770'Michael Niedermayer
2015-03-06libopenh264enc: Add support for building with OpenH264 1.4Martin Storsjö
2015-03-06webp: ensure that each transform is only used onceAndreas Cadhalpun
2015-03-05Merge commit '66624ed6319cb1a959256fe1a717fec5b748fbfa'Michael Niedermayer
2015-03-05h264: remove a now redundant error checkAnton Khirnov
2015-03-05rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun
2015-03-05webp: validate the distance prefix codeAndreas Cadhalpun
2015-03-05avutil: Extract gamma determination from PNG encoder for future use. Adds pri...Kevin Wheatley
2015-03-05Merge commit 'f3b74d944bdef9bbe81f7690f8d837d843ec13a6'Michael Niedermayer
2015-03-05pcxenc: Return more meaningful error codesHimangi Saraogi
2015-03-04libx264: update AQ options help for x264 build 144Peter Cordes
2015-03-04Merge commit '87e85a133f3ce2f037b90e9c7bbca99951df6c15'Michael Niedermayer
2015-03-04Merge commit '25f613f8be3b51e4396b93cda131e4631ba54302'Michael Niedermayer
2015-03-04aac: Relax reserved_bit validationVittorio Giovara
2015-03-04dca: Move syncword definitions to a separate headerDiego Biurrun
2015-03-04avcodec/pngenc: Remove outer () from macroMichael Niedermayer
2015-03-04Merge commit 'db5cc75f8b5620e7cd2d05762c3b087ab16d8c24'Michael Niedermayer
2015-03-04acvodec/lipopenjpeg: Fix pixel value shift for 12-bit pixel formatsVilius Grigaliūnas
2015-03-03mips/aaccoder: use variables instead of using register names directlyJames Cowgill
2015-03-03mips: use float* to hold pointer instead of intJames Cowgill
2015-03-03wma.h: #include "avcodec.h"Anton Khirnov
2015-03-03Merge commit 'e878ec0d47cd6228c367b2f3128b76d7523f7255'Michael Niedermayer
2015-03-03aic: Fix decoding files with odd dimensionsVittorio Giovara
2015-03-03AAC: Fix M/S stereo encodingClaudio Freire
2015-03-03fix VP9 packet decoder returning 0 instead of the used data sizeSteve Lhomme
2015-03-03avcodec/rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun
2015-03-03avcodec/webp: validate the distance prefix codeAndreas Cadhalpun
2015-03-03avcodec/proresenc_kostya: fix coded_frame handlingClément Bœsch
2015-03-02avcodec: use av_frame_free() for coded_frameClément Bœsch
2015-03-02Merge commit 'dbc1163b203b175d246b7454c32ac176f84006d1'Michael Niedermayer
2015-03-02hevc/sao: use unaligned copyChristophe Gisquet
2015-03-02avcodec/pngenc: replace round by lrint()Michael Niedermayer
2015-03-02avcodec/aacpsy: Fix AAC Psy PE reduction calculation when multiple iterations...Claudio Freire
2015-03-02prores: Extend the padding check to 16bitLuca Barbato
2015-03-02avcodec/libfdk-aacdec: Change conceal_method to int, its accessed via AVOptio...Michael Niedermayer
2015-03-02x86/hevc_sao: use unaligned movs for sao_{band,filter} with width 8James Almer
2015-03-01avcodec/mips/Makefile: Build fmtconvert_mips only if CONFIG_FMTCONVERT is setMichael Niedermayer
2015-03-01Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer
2015-03-01Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer
2015-03-01Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer
2015-03-01avcodec/utils: use correct printf specifier in ff_set_sarAndreas Cadhalpun
2015-02-28lavc: do not compile fmtconvert unconditionallyAnton Khirnov
2015-02-28fmtconvert: drop unused functionsAnton Khirnov
2015-02-28lavc: remove unused traces of fmtconvert usageAnton Khirnov
2015-02-28avcodec/utils: use correct printf specifier in ff_set_sarAndreas Cadhalpun