summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Collapse)AuthorAgeFilesLines
* opencl: add spec opencl device APIs 20130411highgod04012013-04-113-38/+92
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/opencl: add opencl device list APIs 20130411highgod04012013-04-112-142/+240
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/eval: rename "new_eval_expr()" to "make_eval_expr()"Stefano Sabatini2013-04-101-5/+5
| | | | The new name is more semantically and stilistically consistent.
* fix bug of finding CPU devicehighgod04012013-04-051-28/+20
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x264asm: fix cmp* number of argumentsChristophe Gisquet2013-04-051-4/+4
| | | | | | cmp{p,s}{s,d} instructions do take an imm8 operand. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '8c65264595d5a82c56ae5043320e4b875a414229'Michael Niedermayer2013-04-053-1/+30
|\ | | | | | | | | | | | | | | | | | | | | | | * commit '8c65264595d5a82c56ae5043320e4b875a414229': pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values img2: Add j2k file extension for JPEG 2000 Conflicts: libavutil/pixfmt.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand2013-04-043-1/+29
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avutil/opencl: replace assert by check and error message in av_opencl_init()highgod04012013-04-041-1/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/opencl: check strtol for failurehighgod04012013-04-041-2/+13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/opencl: add check for the program number to create kernelhighgod04012013-04-041-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer2013-04-041-0/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit 'bcc94328980e6c56546792ab08b0756abdce310b': opt: check the return values of av_get_token for ENOMEM. doc: Fix best_nb_channells typo matroska: pass the lace size to the matroska_parse_rm_audio Conflicts: libavformat/matroskadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * opt: check the return values of av_get_token for ENOMEM.Anton Khirnov2013-04-041-0/+7
| |
* | Fix make checkheaders without opencl headers.Carl Eugen Hoyos2013-04-031-0/+1
| |
* | Merge commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65'Michael Niedermayer2013-04-033-7/+7
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65': configure: prettify atomics handling. Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: prettify atomics handling.Anton Khirnov2013-04-033-7/+7
| | | | | | | | | | Add simpler names and a shorthand for native atomics (as opposed to pthreads fallback).
* | lavu/opencl: use consistent inclusion header guard nameStefano Sabatini2013-04-011-3/+3
| |
* | lavu/opencl: apply misc cosmetics fixesStefano Sabatini2013-04-012-125/+151
| | | | | | | | | | | | Split long lines, reindent code, add missing spaces between operators, remove possibly confusing comment from av_opencl_buffer_read_image() doxy, and use designated initializers for openclutils_class.
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-011-3/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * cigaes/master: lavfi/af_asetnsamples: fix EOF handling. lavu/opt: make sure av_opt_set_bin() handles NULL/0. lavd/v4l2: fully init an ioctl argument. lavfi: detect merge failure for unknown layouts. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavu/opt: make sure av_opt_set_bin() handles NULL/0.Nicolas George2013-04-011-3/+4
| | |
* | | opencl: fix double ;Michael Niedermayer2013-04-011-2/+2
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | opencl wrapper based on comments on 20130401highgod04012013-04-013-0/+921
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | opt: attempt to improve options dump output.Clément Bœsch2013-03-311-2/+4
| | | | | | | | Add some indent and remove the '-' prefix for filters.
* | lavu/samplefmt: add av_samples_alloc_array_and_pointers()Stefano Sabatini2013-03-313-1/+29
| |
* | avutil: add av_buffer_get_ref_count()Michael Niedermayer2013-03-302-0/+7
| | | | | | | | | | | | This function is quite usefull for debuging Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/buffer: add get_opaqueXidorn Quan2013-03-293-3/+13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'Michael Niedermayer2013-03-281-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107': AVOptions: make av_set_options_string() forward options to child objects win32: Use 64-bit fstat/lseek variants for MSVC as well win32: Make ff_win32_open more robust Conflicts: libavformat/os_support.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov2013-03-281-1/+1
| |
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-282-23/+23
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa': cosmetics: Remove unnecessary extern keywords from function declarations Conflicts: libswscale/x86/swscale.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-272-23/+23
| |
* | avutil/buffer: remove redundant memory poisoningMichael Niedermayer2013-03-241-3/+0
| | | | | | | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/buffer: support memory poisoningMichael Niedermayer2013-03-241-0/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Make audio FIFO read/write contracts more strictMichael Bradshaw2013-03-231-2/+5
| | | | | | | | | | Signed-off-by: Michael Bradshaw <mjbshaw@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '1e8b9738fa70e20967ddb542d2f9d5552fc51ec6'Michael Niedermayer2013-03-231-0/+4
|\ \ | |/ | | | | | | | | | | * commit '1e8b9738fa70e20967ddb542d2f9d5552fc51ec6': avutil/frame: add all remaining frame properties to av_frame_copy_props Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes2013-03-221-0/+4
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavu/eval: add between() function.Clément Bœsch2013-03-222-2/+15
| |
* | lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George2013-03-203-2/+32
| |
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-03-201-5/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * cigaes/master: lavu/frame: use channels rather than channel_layout. lavf: avformat_seek_file(): validate stream_index. lavf/concatdec: fix possible leak in case of malloc failure. lavfi/buffersink: check av_frame_ref() failure. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavu/frame: use channels rather than channel_layout.Nicolas George2013-03-201-5/+16
| | |
* | | avutil/atomic: use av_assert0()Michael Niedermayer2013-03-201-3/+3
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avutil: fix compilationMichael Niedermayer2013-03-201-0/+1
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol2013-03-203-2/+64
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '2c328a907978b61949fd20f7c991803174337855'Michael Niedermayer2013-03-203-2/+23
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2c328a907978b61949fd20f7c991803174337855': pixdesc: add a function for counting planes in a pixel format. avplay: remove the -debug option. Revert "asfenc: return error on negative timestamp" Conflicts: doc/APIchanges doc/ffplay.texi ffplay.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * pixdesc: add a function for counting planes in a pixel format.Anton Khirnov2013-03-193-1/+22
| |
* | avutil/add_to_pool: remove unused assgnmentMichael Niedermayer2013-03-191-1/+1
| | | | | | | | | | Fixed CID991859 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | AVFrame.pkt_dts: improve docsMichael Niedermayer2013-03-191-1/+3
| | | | | | | | | | | | Related to Ticket2375 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/buffer: Fix race in pool.Michael Niedermayer2013-03-182-0/+9
| | | | | | | | | | | | | | | | | | | | This race will always happen sooner or later in a multi-threaded environment and it will over time lead to OOM. This fix works by spinning, there are other ways by which this can be fixed, like simply detecting the issue after it happened and freeing the over-allocated memory or simply using a mutex. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavc,lavu: fix two doxy mixup between h/v chroma shift.Clément Bœsch2013-03-181-2/+2
| |
* | avutil/frame: typoMichael Niedermayer2013-03-181-1/+1
| | | | | | | | | | found by ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/frame: document alignment and padding requirementsMichael Niedermayer2013-03-181-0/+10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/get_pool: remove dead operations whichs result is never used.Michael Niedermayer2013-03-171-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud