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-08-16libfdk-aacdec: Always decode into an intermediate bufferMartin Storsjö
2015-08-16libfdk-aacdec: Bump the max number of channels to 8Martin Storsjö
2015-08-16configure: arm: Assume softfp ABI on darwinMartin Storsjö
2015-08-13x86inc: Various minor backports from x264Henrik Gramner
2015-08-12movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö
2015-08-11x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-11x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner
2015-08-11x86inc: Fix instantiation of YMM registersChristophe Gisquet
2015-08-11x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov
2015-08-11x86inc: Support arbitrary stack alignmentsHenrik Gramner
2015-08-11x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov
2015-08-11checkasm: Remove unnecessary includeHenrik Gramner
2015-08-11x86: dcadsp: Avoid SSE2 instructions in SSE functionsHenrik Gramner
2015-08-10movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö
2015-08-10movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö
2015-08-10movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö
2015-08-08cosmetics: Drop spurious spaces from if clausesPaolo Bizzarri
2015-08-06h264: Do not print an error when the buffer has to be refilledLuca Barbato
2015-08-05h264: Use AVERROR return codes instead of -1Jake Sebastian-Jones
2015-08-04asf: Use time_t where neededLuca Barbato
2015-08-04asfdec: read values properlyAlexandra Hájková
2015-08-04configure: Silence error messages when probing compilerShiz
2015-08-02drawtext: Move the strftime expansion in a separate functionLuca Barbato
2015-08-02drawtext: Drop stray guardsLuca Barbato
2015-08-02png: Be more informative regarding signature errorsLuca Barbato
2015-08-02opusdec: properly handle mismatching configurations in multichannel streamsAnton Khirnov
2015-08-02asfdec: prevent the memory leak while reading metadataAlexandra Hájková
2015-08-02x86: dct: Disable dct32_float_sse on x86-64Henrik Gramner
2015-08-01hevc: Split the sei parsing in 3 functionsLuca Barbato
2015-08-01hevc: Use switch instead of if-nests in decode_nal_sei_messageLuca Barbato
2015-08-01hevc: Use a proper enum for the SEI valuesLuca Barbato
2015-08-01avcodec: h264: Extract decoder methodsDavid Holm
2015-07-31asfdec: remove improper assignement that caused wrong timestampsAlexandra Hájková
2015-07-31asfdec: do not export empty metadataAlexandra Hájková
2015-07-31des: extend av_des_init() doxyJames Almer
2015-07-31des: add av_des_alloc()James Almer
2015-07-31xtea: add av_xtea_alloc()James Almer
2015-07-31rc4: extend av_rc4_init() doxyJames Almer
2015-07-31rc4: add av_rc4_alloc()James Almer
2015-07-31blowfish: add av_blowfish_alloc()James Almer
2015-07-31asfdec: free AVDictionaries properly when closing the demuxerAlexandra Hájková
2015-07-31fate/mp3: use the f32le format as outputAnton Khirnov
2015-07-31fate/mp3: specify the number of output samples instead of filesizeAnton Khirnov
2015-07-30rtsp: Only interpret $ as interleaved packet indicator at the start of repliesMartin Storsjö
2015-07-30hmac: add missing version bump and APIChanges entryJames Almer
2015-07-30hls: Save and forward avio optionsLuca Barbato
2015-07-30http: Add the trailing endlines if they are missingLuca Barbato
2015-07-30checkasm: Include io.h for isatty, if availableMartin Storsjö
2015-07-30rtmpproto: free hmac context properlyJames Almer
2015-07-29rtmpproto: use AVHMAC instead of a custom implementationJames Almer