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
2017-01-31h261dec: Convert to the new bitstream readerAlexandra Hájková
2017-01-31golomb: Convert to the new bitstream readerDiego Biurrun
2017-01-31mov: Avoid memcmp of uninitialised dataMark Thompson
2017-01-31dashenc: add webm supportPeter Große
2017-01-31dashenc: use avio_dynbuf instead of packet_write callbackPeter Große
2017-01-31dashenc: copy language and role metadata from streams assigned to setsPeter Große
2017-01-31dashenc: default to one AdaptationSet per streamPeter Große
2017-01-31dashenc: allow assigning all streams of a media type to an AdaptationSetPeter Große
2017-01-31dashenc: add support for assigning streams to AdaptationSetsPeter Große
2017-01-31dashenc: calculate stream bitrate from first segment if not availablePeter Große
2017-01-31dashenc: separate segments based on current segment durationPeter Große
2017-01-31dashenc: add option to provide UTC timing sourcePeter Große
2017-01-29rtmp: Account for bytes_read wraparoundLuca Barbato
2017-01-27dashenc: increase buffer time hint in the manifestAnton Schubert
2017-01-27dashenc: add mandatory id to AdaptationSet and Period in manifestPeter Große
2017-01-27dashenc: fix ISO8601 UTC parsingAnton Schubert
2017-01-25tak: Convert to the new bitstream readerAlexandra Hájková
2017-01-25mpc: Convert to the new bitstream readerAlexandra Hájková
2017-01-13rtp: Convert to the new bitstream readerAlexandra Hájková
2017-01-13mov: Convert to the new bitstream readerAlexandra Hájková
2017-01-05matroskadec: make sure not to leave EbmlBin in an inconsistent stateAnton Khirnov
2016-12-24matroskadec: fix SRT subtitle durationJohn Stebbins
2016-12-23http: Check for negative chunk sizesMartin Storsjö
2016-12-23Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun
2016-12-22build: Generate pkg-config files from Make and not from configureDiego Biurrun
2016-12-19unary: Convert to the new bitstream readerAlexandra Hájková
2016-12-19mov: fix a possible invalid read in mov_read_mac_string()Anton Khirnov
2016-12-15rtmppkt: Check for packet size mismatchesMichael Niedermayer
2016-12-15libavformat: Fix a faulty api deprecation guard in prepare_input_packetMartin Storsjö
2016-12-08avio: Keep track of the amount of data writtenLuca Barbato
2016-12-08Add missing #includes for standalone spherical-information-related headersDiego Biurrun
2016-12-07mov: Export spherical informationVittorio Giovara
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara
2016-12-06build: Separate avisynth and avxsynth supportDiego Biurrun
2016-12-03Remove Plan 9 supportDiego Biurrun
2016-11-29avisynth: Cast to the right type when loading avisynth library functionsDiego Biurrun
2016-11-25build: Drop gcrypt supportDiego Biurrun
2016-11-24rtmpdh: Do global initialization before running the testMartin Storsjö
2016-11-24rdt: Convert to the new bitstream readerAlexandra Hájková
2016-11-24ogg: Convert to the new bitstream readerAlexandra Hájková
2016-11-24mpegts: Convert to the new bitstream readerAlexandra Hájková
2016-11-23matroska: use av_stream_add_side_data() for stereo3d side dataJames Almer
2016-11-23mov: Use av_stream_add_side_data() for displaymatrix side dataJames Almer
2016-11-23utils: Add av_stream_add_side_data()James Almer
2016-11-22ape: Restructure DEBUG ifdefs to avoid unused function parameter warningsDiego Biurrun
2016-11-21rtpdec_mpeg4: const correctness for parse_fmtp_config()Diego Biurrun
2016-11-18hlsenc: Fix the openssl supportLuca Barbato
2016-11-17hlsenc: Add encryption supportLuca Barbato
2016-11-17crypto: Add encryption supportChristian Suloway
2016-11-17avisynth: Support pix_fmts added to AviSynth+Stephen Hutchinson