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-10-23avutil/x86/emms: Document the emms_c() vs alloc/free relation.Michael Niedermayer
2016-10-23avutil/mips: loongson add mmi utils header fileZhou Xiaoyong
2016-10-22avutil/avassert: Add av_assertX_fpu()Michael Niedermayer
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-10-15avutil: Improved selftest coverage for libavutil/fifo.cThomas Turner
2016-10-14avutil/audio_fifo: Use av_fifo_freep() and remove redundant if()Michael Niedermayer
2016-10-10avutil/hwcontext_vdpau: Fix warning: "GET_CALLBACK" redefinedMichael Niedermayer
2016-10-07Merge commit 'fe498ef5144d3712b887f44a0c5e654add99ead7'Hendrik Leppkes
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-10-06pixfmt: Use enum assignment for aliasesTimothy Gu
2016-10-06pixdesc: Order function prototypes semanticallyTimothy Gu
2016-10-06avutil/mips/generic_macros_msa: rename macro variable which causes segfault f...Shivraj Patil
2016-10-03avutil/hwcontext_cuda: align allocated framesTimo Rothenpieler
2016-09-29avutil/hwcontext_cuda: use proper synchronization flagTimo Rothenpieler
2016-09-28avutil/hwcontext: use CONFIG_QSV instead of CONFIG_LIBMFX for qsvJames Almer
2016-09-28Merge commit '59e7361cc791e5103be1712dc59a2055f118d0da'James Almer
2016-09-28Merge commit 'a8164323374e86ce5f93759230868c98356833a2'James Almer
2016-09-19avutil/frame: Add a flag to discard frame after decode.Sasi Inguva
2016-09-01lavu/timestamp: Avoid C++-unfriendly code in user headerMark Thompson
2016-08-29avutil/version: Improve lib versioning scheme for release branches with the n...Michael Niedermayer
2016-08-29avutil/version: Mention similarities and differences to semverMichael Niedermayer
2016-08-23avutil/mem: remove av_realloc / av_malloc incompatibility warningMichael Niedermayer
2016-08-22avutil: Softfloat implementation for IEEE 754 floating pointUmair Khan
2016-08-21mem: Extend and edit DoxygenTimothy Gu
2016-08-18swresample: add int64 sample formatPaul B Mahol
2016-08-18avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2016-08-03mathematics: Extend and edit DoxygenTimothy Gu
2016-08-03rational: Extend DoxygenTimothy Gu
2016-08-03avutil/hash: Add more detailed Doxygen documentationTimothy Gu
2016-08-03mem: Order function prototypes semanticallyTimothy Gu
2016-08-02mathematics: Make function prototypes identical to definitionsTimothy Gu
2016-08-02lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not defined.Carl Eugen Hoyos
2016-08-02murmur3: Add Doxygen documentationTimothy Gu
2016-08-02avutil: Add detailed Doxygen description to a few hashesTimothy Gu
2016-08-02avutil: Group hash functions separately in DoxygenTimothy Gu
2016-07-31dynarray: Change AV_ to FF_ for AV_DYNARRAY_ADDTimothy Gu
2016-07-30doxygen: Add a note on libavutil's modular natureTimothy Gu
2016-07-28avutil/mem: fix memleakZhao Zhili
2016-07-25avutil/frame: access avframe fields directly in get_frame_defaults()James Almer
2016-07-24libavutil/opt: Small bugfix in example.Kacper Michajłow
2016-07-18avutil/mem: fix wrong commentZhao Zhili
2016-07-11vp9: add 16x16 idct avx2 (8-bit).Ronald S. Bultje
2016-07-11avutil/parseutils: dont assume standard time when parsing a timestampMarton Balint
2016-07-09Merge commit 'bcc07e2576cb723007bea1238afd019ae2d1b005'Clément Bœsch
2016-07-08lavc: add mediacodec hwaccel supportMatthieu Bouron
2016-06-30avutil/frame: Move new field to the end of AVFrameMichael Niedermayer
2016-06-27Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-06-26hwcontext_dxva2: Use GetDesktopWindow instead of GetShellWindowHendrik Leppkes