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
2013-04-12Merge commit '93e65e9a6c0895f869752a66731d9b2ec3916467'Michael Niedermayer
2013-04-11opencl: add spec opencl device APIs 20130411highgod0401
2013-04-11Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov
2013-04-11avutil/opencl: add opencl device list APIs 20130411highgod0401
2013-04-10lavu/eval: rename "new_eval_expr()" to "make_eval_expr()"Stefano Sabatini
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-04-10x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet
2013-04-05fix bug of finding CPU devicehighgod0401
2013-04-05x264asm: fix cmp* number of argumentsChristophe Gisquet
2013-04-05Merge commit '8c65264595d5a82c56ae5043320e4b875a414229'Michael Niedermayer
2013-04-04pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand
2013-04-04avutil/opencl: replace assert by check and error message in av_opencl_init()highgod0401
2013-04-04avutil/opencl: check strtol for failurehighgod0401
2013-04-04avutil/opencl: add check for the program number to create kernelhighgod0401
2013-04-04Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer
2013-04-04opt: check the return values of av_get_token for ENOMEM.Anton Khirnov
2013-04-03Fix make checkheaders without opencl headers.Carl Eugen Hoyos
2013-04-03Merge commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65'Michael Niedermayer
2013-04-03configure: prettify atomics handling.Anton Khirnov
2013-04-02lavu/opencl: use consistent inclusion header guard nameStefano Sabatini
2013-04-02lavu/opencl: apply misc cosmetics fixesStefano Sabatini
2013-04-01Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-04-01opencl: fix double ;Michael Niedermayer
2013-04-01opencl wrapper based on comments on 20130401highgod0401
2013-04-01lavu/opt: make sure av_opt_set_bin() handles NULL/0.Nicolas George
2013-03-31opt: attempt to improve options dump output.Clément Bœsch
2013-03-31lavu/samplefmt: add av_samples_alloc_array_and_pointers()Stefano Sabatini
2013-03-30avutil: add av_buffer_get_ref_count()Michael Niedermayer
2013-03-29avutil/buffer: add get_opaqueXidorn Quan
2013-03-28Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'Michael Niedermayer
2013-03-28Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer
2013-03-28AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-03-24avutil/buffer: remove redundant memory poisoningMichael Niedermayer
2013-03-24avutil/buffer: support memory poisoningMichael Niedermayer
2013-03-23Make audio FIFO read/write contracts more strictMichael Bradshaw
2013-03-23Merge commit '1e8b9738fa70e20967ddb542d2f9d5552fc51ec6'Michael Niedermayer
2013-03-22avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes
2013-03-22lavu/eval: add between() function.Clément Bœsch
2013-03-21lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George
2013-03-20Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-03-20avutil/atomic: use av_assert0()Michael Niedermayer
2013-03-20avutil: fix compilationMichael Niedermayer
2013-03-20lavu/frame: use channels rather than channel_layout.Nicolas George
2013-03-20lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol
2013-03-20Merge commit '2c328a907978b61949fd20f7c991803174337855'Michael Niedermayer
2013-03-19avutil/add_to_pool: remove unused assgnmentMichael Niedermayer
2013-03-19pixdesc: add a function for counting planes in a pixel format.Anton Khirnov
2013-03-19AVFrame.pkt_dts: improve docsMichael Niedermayer
2013-03-18avutil/buffer: Fix race in pool.Michael Niedermayer