Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-19Add support for Audible AAX (and AAX+) filesVesselin Bontchev
2015-07-19avformat/mp3dec: split position sync code outMichael Niedermayer
2015-07-19avcodec/utils: Check that channel count is valid in avcodec_open2();Michael Niedermayer
2015-07-19Merge commit '69b92f1b99f3f210be19ee6ec06f6c0de1733031'Michael Niedermayer
2015-07-19Merge commit 'f5c4d38c78347b09478e21a661befff4b2d44643'Michael Niedermayer
2015-07-19Merge commit '6b15874fc2c3f565732201f7907ae1112727d6ae'Michael Niedermayer
2015-07-19ffmpeg_filter: Check that filters have connected outputs before accessing the...Michael Niedermayer
2015-07-19Merge commit '6d592fbd0d8e89ecade3fc93b36ea200213dc01c'Michael Niedermayer
2015-07-19avfilter: Add reverse filterDerek Buitenhuis
2015-07-19Merge commit 'be101bc1e357c50fcb740bc4870b3bacc93a5727'Michael Niedermayer
2015-07-19Merge commit '1959351aecf09fc3e90208ff775f4849801dc13f'Michael Niedermayer
2015-07-19Merge commit 'ab7b038906f3e40ed474676d8e3029902a2078f5'Michael Niedermayer
2015-07-19Merge commit 'bd2ab27c488ae92c7820efe11d4f53d84e94d58e'Michael Niedermayer
2015-07-19Merge commit '6d5d9246042acb804a652e6fedfb7afe0ca85614'Michael Niedermayer
2015-07-19Merge commit '59245e0c5e10a849e67c632cccf4f677b2442e82'Michael Niedermayer
2015-07-19ffmpeg_opt: Fix stream copy flag for attachmentsMichael Niedermayer
2015-07-19Merge commit '56c2f37727015212a404cae0f444d8bc8704d691'Michael Niedermayer
2015-07-19Merge commit 'e61f39849c2e2b7f492c17b42058242ed2fa4d57'Michael Niedermayer
2015-07-19Merge commit '2883ef34b59c9b427c4cfad4620c3235e5778406'Michael Niedermayer
2015-07-19Merge commit '0989d3ad1fbd7509815208b0a5792918492d2a68'Michael Niedermayer
2015-07-19Merge commit '406627287e015ce381795e85e2557b12bf60ca35'Michael Niedermayer
2015-07-19qsvenc: properly handle asynchronous encodingAnton Khirnov
2015-07-19qsvdec: properly handle asynchronous decodingAnton Khirnov
2015-07-19af_resample: do not touch the timestamps if we are not resamplingAnton Khirnov
2015-07-19avconv: split creating and (re-)configuring complex filtergraphsAnton Khirnov
2015-07-19avconv: create the complex filtergraphs earlierAnton Khirnov
2015-07-19avconv: move the no streams failure to open_output_file()Anton Khirnov
2015-07-19avconv: factor out the output stream initializationAnton Khirnov
2015-07-19avconv: use read_file() for reading the 2pass statsAnton Khirnov
2015-07-19avconv: move handling the 2pass logfile into avconv_optAnton Khirnov
2015-07-19avconv: set the encoding/decoding_needed flags earlierAnton Khirnov
2015-07-19avconv: drop update_sample_fmt()Anton Khirnov
2015-07-19asfdec: make nb_sub to be unsigned intAlexandra Hájková
2015-07-19asfdec: read the replicated data in a separate functionAlexandra Hájková
2015-07-19asfdec: convert condition for the replicated data reading to be saferAlexandra Hájková
2015-07-19asfdec: do not read replicated data when their length is 0Alexandra Hájková
2015-07-19avcodec/hevc_parser: Treat extradata parsing differently, as it should not co...Michael Niedermayer
2015-07-19avutil/x86/bswap: force inline asm versions with ICCJames Almer
2015-07-19avutil/intmath: check for ICC before GCCJames Almer
2015-07-18avfilter/vf_blend: unbreak tblendPaul B Mahol
2015-07-18fate: add tblend filter testPaul B Mahol
2015-07-19avformat/mpegtsenc: Add sdt_period, similar to pat_periodMichael Niedermayer
2015-07-18avformat/mpegtsenc: Support a user specified PAT/PMT periodMichael Niedermayer
2015-07-18avformat/mpegtsenc: support storing PAT/PMT per frameMichael Niedermayer
2015-07-18doc/developer: add url for sample filesGanesh Ajjanagadde
2015-07-18avfilter/vf_blend: implement 16bit supportPaul B Mahol
2015-07-18fate: add test for mergeplanes filterPaul B Mahol
2015-07-18avcodec/vp8: Check buffer size in vp8_decode_frame_header()Michael Niedermayer
2015-07-18avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()Michael Niedermayer
2015-07-18avcodec/diracdec: Check for hpel_base allocation failureMichael Niedermayer