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
2014-12-26avformat/rtsp: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-26avformat/cache: remove ftruncate usage, its not always availableMichael Niedermayer
2014-12-26avformat/cache: Extend cache entries if possible instead of creating new onesMichael Niedermayer
2014-12-26avformat/cache: avoid lseek() on reading from the cache if possibleMichael Niedermayer
2014-12-26avformat/cache: keep cache_pos updatedMichael Niedermayer
2014-12-26avformat/cache: cleanup cache file on cache write failureMichael Niedermayer
2014-12-26avformat/cache: Support user specified read-ahead for non seekable mediaMichael Niedermayer
2014-12-26avformat/cache: Use the correct io handle in seekingMichael Niedermayer
2014-12-26avformat/cache: more informative error messageMichael Niedermayer
2014-12-26avformat/cache: remember EOF point if hit and use it to handle SEEK_ENDMichael Niedermayer
2014-12-25avformat/cache: support non continuous cachingMichael Niedermayer
2014-12-25avformat/smoothstreamingenc: Use av_freep() avoid leaving stale pointers in m...Michael Niedermayer
2014-12-25avformat/wtvdec: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-25avformat/segment: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-24avformat/seek: move the cur variable into the loopMichael Niedermayer
2014-12-24avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-24avformat/rtpproto: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-24avformat/seek: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-23avformat/aea: reduce false positives in probingMichael Niedermayer
2014-12-23avformat/avidec: optimize probeMichael Niedermayer
2014-12-23avformat/rtpdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-23avformat/rtpdec_latm: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-23avformat/rtpdec_xiph: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-22cdxl: fix durationPiotr Bandurski
2014-12-22avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-22avformat/riffdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-22avformat/os_support: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-22avformat/img2dec: check w/h in dpx_probeMichael Niedermayer
2014-12-21avformat/swfdec: Check frame size rectangle in probe()Michael Niedermayer
2014-12-21avformat/mpegtsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-21avformat/mpegenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-20Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0'Michael Niedermayer
2014-12-20avformat/mmst: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-20avformat/http: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-20avformat/id3v2: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-20mpegts: add support for OpusKieran Kunhya
2014-12-20avformat/westwood_aud: replace != 0 error check by <0Michael Niedermayer
2014-12-20avformat/asfenc: replace != 0 error check by <0Michael Niedermayer
2014-12-20Merge commit '8ebf02f8f530240edf7e45f35f7647ef9dd44a58'Michael Niedermayer
2014-12-20Merge commit 'fc308b30bb24e623fed042ec78b10803b2362a18'Michael Niedermayer
2014-12-20Merge commit 'e2ce16392205d8efe9143329ed3fb5fcb15498fa'Michael Niedermayer
2014-12-20avformat/rsd: make tag_buf string largerClément Bœsch
2014-12-20avformat/apngdec: make tag_buf string largerClément Bœsch
2014-12-20avformat/wavdec: make start_code string largerClément Bœsch
2014-12-20wavdec: avoid output of arbitrary charsThomas Volkert
2014-12-20wavdec: refactor wav_read_header()Thomas Volkert
2014-12-20libavformat: Only use MoveFileExA when targeting the desktop API subsetMartin Storsjö
2014-12-20rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buff...Martin Storsjö
2014-12-20mpegts: Support running the write_trailer function without an AVIOContextMartin Storsjö
2014-12-20libavformat: Allow calling av_write_trailer with a NULL AVIOContextMartin Storsjö