summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
* avutil/opencl: replace assert by check and error message in av_opencl_init()highgod04012013-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/opencl: check strtol for failurehighgod04012013-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/opencl: add check for the program number to create kernelhighgod04012013-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer2013-04-04
|\ | | | | | | | | | | | | | | | | | | | | | | * 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-04
| |
* | Fix make checkheaders without opencl headers.Carl Eugen Hoyos2013-04-03
| |
* | Merge commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65'Michael Niedermayer2013-04-03
|\| | | | | | | | | | | | | | | | | | | * commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65': configure: prettify atomics handling. Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: prettify atomics handling.Anton Khirnov2013-04-03
| | | | | | | | | | Add simpler names and a shorthand for native atomics (as opposed to pthreads fallback).
* | lavu/opencl: use consistent inclusion header guard nameStefano Sabatini2013-04-01
| |
* | lavu/opencl: apply misc cosmetics fixesStefano Sabatini2013-04-01
| | | | | | | | | | | | 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-01
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-01
| | |
* | | opencl: fix double ;Michael Niedermayer2013-04-01
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | opencl wrapper based on comments on 20130401highgod04012013-04-01
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | opt: attempt to improve options dump output.Clément Bœsch2013-03-31
| | | | | | | | Add some indent and remove the '-' prefix for filters.
* | lavu/samplefmt: add av_samples_alloc_array_and_pointers()Stefano Sabatini2013-03-31
| |
* | avutil: add av_buffer_get_ref_count()Michael Niedermayer2013-03-30
| | | | | | | | | | | | This function is quite usefull for debuging Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/buffer: add get_opaqueXidorn Quan2013-03-29
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'Michael Niedermayer2013-03-28
|\| | | | | | | | | | | | | | | | | | | | | | | * 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-28
| |
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-28
|\| | | | | | | | | | | | | | | | | | | * 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-27
| |
* | avutil/buffer: remove redundant memory poisoningMichael Niedermayer2013-03-24
| | | | | | | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/buffer: support memory poisoningMichael Niedermayer2013-03-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Make audio FIFO read/write contracts more strictMichael Bradshaw2013-03-23
| | | | | | | | | | Signed-off-by: Michael Bradshaw <mjbshaw@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '1e8b9738fa70e20967ddb542d2f9d5552fc51ec6'Michael Niedermayer2013-03-23
|\| | | | | | | | | | | | | * 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-22
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavu/eval: add between() function.Clément Bœsch2013-03-22
| |
* | lavu/opt: add AV_OPT_TYPE_DURATION.Nicolas George2013-03-20
| |
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-03-20
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-20
| | |
* | | avutil/atomic: use av_assert0()Michael Niedermayer2013-03-20
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avutil: fix compilationMichael Niedermayer2013-03-20
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/opt: add AV_OPT_VIDEO_RATE optionPaul B Mahol2013-03-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '2c328a907978b61949fd20f7c991803174337855'Michael Niedermayer2013-03-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-19
| |
* | avutil/add_to_pool: remove unused assgnmentMichael Niedermayer2013-03-19
| | | | | | | | | | Fixed CID991859 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | AVFrame.pkt_dts: improve docsMichael Niedermayer2013-03-19
| | | | | | | | | | | | Related to Ticket2375 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/buffer: Fix race in pool.Michael Niedermayer2013-03-18
| | | | | | | | | | | | | | | | | | | | 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-18
| |
* | avutil/frame: typoMichael Niedermayer2013-03-18
| | | | | | | | | | found by ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/frame: document alignment and padding requirementsMichael Niedermayer2013-03-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/get_pool: remove dead operations whichs result is never used.Michael Niedermayer2013-03-17
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/get_pool: Remove redundant initial atomic operationMichael Niedermayer2013-03-17
| | | | | | | | | | | | 602->442 dezicycles Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/frame: fix video buffer allocationMichael Niedermayer2013-03-17
| | | | | | | | | | | | | | | | The padding was lost during porting from avcodec Should fix out of array accesses Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/eval: add bitor and bitand functionsStefano Sabatini2013-03-17
| | | | | | | | Warning note suggested by Reimar.
* | Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b'Michael Niedermayer2013-03-16
|\| | | | | | | | | | | | | | | | | | | | | * commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b': vf_showinfo: remove its useless init function AVOptions: fix using named constants with child contexts. Conflicts: libavutil/opt.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * AVOptions: fix using named constants with child contexts.Anton Khirnov2013-03-16
| | | | | | | | | | The named constant needs to be searched for in the same object on which the option is set, i.e. target_obj.
| * AVOption: remove an unused function parameter.Anton Khirnov2013-03-16
| |
* | Merge commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6'Michael Niedermayer2013-03-16
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6': lzo: fix overflow checking in copy_backptr() flacdec: simplify bounds checking in flac_probe() atrac3: avoid oversized shifting in decode_bytes() Conflicts: libavformat/flacdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>