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
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
2016-11-17avisynth: Simplify the pix_fmt check for the newer AviSynth APIStephen Hutchinson
2016-11-17avisynth: Fix setting stream timebaseMarton Balint
2016-11-16mov: Fix identity matrix boolean logicVittorio Giovara
2016-11-13Drop pointless void* castsDiego Biurrun
2016-11-12nut: Use correct function pointer casts instead of void*Diego Biurrun
2016-11-10matroskaenc: write updated STREAMINFO metadata for FLAC streams if availableJames Almer
2016-11-10matroskaenc: fix muxing AAC streams when using aac_adtstoasc bsfJames Almer
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-11-08mov: Read multiple stsd from DVVittorio Giovara
2016-11-08hevc: Support extradata changes from multiple stsdVittorio Giovara
2016-11-03Drop unreachable break and return statementsDiego Biurrun
2016-11-02rtmpproto: Restructure zlib code to avoid unreachable code warningDiego Biurrun
2016-11-01mov: Evaluate the movie display matrixVittorio Giovara
2016-10-31openssl: Allow newer TLS versions than TLSv1Mark Thompson
2016-10-30Revert "rtmpproto: Don't include a client version in the unencrypted C1 hands...Luca Barbato
2016-10-28dash: Use correct ISO C scanf conversion specifierDiego Biurrun
2016-10-28srt: Adjust signedness of sscanf format stringsDiego Biurrun
2016-10-28Use ISO C printf conversion specifiers where appropriateDiego Biurrun
2016-10-28Adjust printf conversion specifiers to match variable signednessDiego Biurrun
2016-10-27Remove some pointless TRACE level debug codeDiego Biurrun
2016-10-27nut: Drop pointless TRACE level debug codeDiego Biurrun