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-09-12Merge commit 'f00f6d538dcbaa122eb5e2784f41f4a299296b7b'Hendrik Leppkes
2015-09-12Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'Hendrik Leppkes
2015-09-12avformat/avienc: add muxer option "write_channel_mask"Tobias Rapp
2015-09-12asfdec: add more checks for size left in asf packet bufferAlexandra Hájková
2015-09-12fate: readjust AAC encoder TNS testRostislav Pehlivanov
2015-09-12aacenc_tns: readjust values for new TNS decision makingRostislav Pehlivanov
2015-09-12aacenc_tns: encode coefficients directly and reenable compressionRostislav Pehlivanov
2015-09-12aacenc_tns: redo coefficient quantization and decision makingRostislav Pehlivanov
2015-09-12lavc: Fix compilation with --disable-everything --enable-parser=mpeg4videoHendrik Schreiber
2015-09-12lavc: Sanitize header inclusion guardsVittorio Giovara
2015-09-12lavc: Enable side data only packets by defaultVittorio Giovara
2015-09-12Merge commit '1e0b8bf0b3b3b4247fb21e9839af342ae879607c'Hendrik Leppkes
2015-09-12Merge commit '99404597201911de90cff2ef85f2d44176d39147'Hendrik Leppkes
2015-09-12Merge commit '87a051f97633010f71dfc1d23d806856499bf231'Hendrik Leppkes
2015-09-12Merge commit 'b7ab6e18eecad43593ad2a0e9fc9eba7f24751cb'Hendrik Leppkes
2015-09-12Merge commit '6b652c0273d79f2e0c52ad91450bd0737cf3c8a6'Hendrik Leppkes
2015-09-12Merge commit 'b84675d63aaede8f6944b901250a10456c5477e6'Hendrik Leppkes
2015-09-12Merge commit '5788623d29c3e806a7879210986110aced758dc2'Hendrik Leppkes
2015-09-12Merge commit 'db53a2306f62f05faa67e6f3c60ee55a9b8e4776'Hendrik Leppkes
2015-09-12Merge commit '9b5a4a9cce3042558e107ae1ed30d9bf3d867a35'Hendrik Leppkes
2015-09-12Merge commit '41ed749fe987e60b0485fa721ad869590651324d'Hendrik Leppkes
2015-09-12Merge commit '7b02cb29d9d60cdd5ef321043d11d02023e7dc8f'Hendrik Leppkes
2015-09-12vp9: Fix emu[] edge overflow conditions for >8bpp/non-420.Ronald S. Bultje
2015-09-12vp9: re-initialize internal buffers on bpp change also.Ronald S. Bultje
2015-09-12Merge commit 'c7ed26ad6035793c7212c17545b0ded18b72db69'Hendrik Leppkes
2015-09-12Merge commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b'Hendrik Leppkes
2015-09-12travis: fix dependenciesJames Almer
2015-09-12mmaldec: fix pkt_dts determinationwm4
2015-09-12lavc: allow asynchronous decoders to return correct pkt_dts valueswm4
2015-09-12mmaldec: disable timestamp interpolationwm4
2015-09-12mmaldec: fix problems with flush logicwm4
2015-09-12mmaldec: hack against buffering problems on broken inputwm4
2015-09-12x86: port PSIGNW to cpuflagsJames Almer
2015-09-12ffserver: remove redundant comment, clarify another oneReynaldo H. Verdejo Pinochet
2015-09-12ffserver: unify exit path in http_server()Reynaldo H. Verdejo Pinochet
2015-09-12ffserver: unify fail path in socket_open_listen()Reynaldo H. Verdejo Pinochet
2015-09-12vp9: save one (PSIGNW) instruction in iadst16_1d sse2/ssse3.Ronald S. Bultje
2015-09-12lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.Simon Thelen
2015-09-12libvpxdec: apply RGB to 444P16 instead of 422P16.Ronald S. Bultje
2015-09-12avformat/format: Remove parameters from mime type before comparission for pro...Alex Agranovsky
2015-09-12configure: check for ID3D11VideoContextJames Almer
2015-09-11avformat/tcp: TCP Protocol: fix descriptor leak on listen and interruptAlexander S. Drozdov
2015-09-11libavformat/utils.c: use correct variable for message.Thierry Foucu
2015-09-11swscale/swscale: Fix "unused variable" warningMichael Niedermayer
2015-09-11aaccoder: respect cutoff when marking bands as PNSRostislav Pehlivanov
2015-09-11jpeg2000: Split codeblock decoding from the main tile decodingLuca Barbato
2015-09-11jpeg2000: Do not warn about known and skippable markersLuca Barbato
2015-09-11mmvideo: Make sure the rle does not write over the frame boundariesLuca Barbato
2015-09-11avformat/wavdec: use AV_OPT_TYPE_BOOL for ignore_lengthPaul B Mahol
2015-09-11avformat/wavenc: use AV_OPT_TYPE_BOOL for write_bext optionPaul B Mahol