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
2018-01-09avutil/softfloat: Add FLOAT_MINMichael Niedermayer
2017-06-16avutil/softfloat: Fix sign error in and improve documentation of av_int2sf()Michael Niedermayer
2017-06-16avutil/internal: Do not enable CHECKED with DEBUGMichael Niedermayer
2017-05-17avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objectsAaron Levinson
2017-05-14avutil/softfloat: Fix overflow in av_div_sf()Michael Niedermayer
2017-05-14avutil/softfloat: Fix multiple runtime error: left shift of negative value -8Michael Niedermayer
2017-05-14Add CHECK/SUINT codeMichael Niedermayer
2017-05-09hwcontext_vdpau: Fix missing subscriptsMark Thompson
2017-01-26avutil/random_seed: Reduce the time needed on systems with very low precissio...Michael Niedermayer
2017-01-26avutil/random_seed: Improve get_generic_seed() with higher precission clock()Michael Niedermayer
2016-12-11avutil: Add av_image_check_size2()Michael Niedermayer
2016-11-26softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun
2016-11-18softfloat: handle -INT_MAX correctlyAndreas Cadhalpun
2016-10-26Revert "Bump minor versions after 3.2 branchpoint to seperate release"Michael Niedermayer
2016-10-26Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer
2016-10-26Bump minor versions for 3.2Michael Niedermayer
2016-10-26lavu: remove comma at final enumeration items to fix pedantic warningsMichael Behrisch
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