summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/log: print level prefix also when no AVClass context is availableTobias Rapp2018-03-16
* avutil: bump version after the latest AVOption flag additionJames Almer2018-03-16
* lavu/opt: add bit stream filter option dump support.Jun Zhao2018-03-16
* lavu/opt: add AV_OPT_FLAG_BSF_PARAMJun Zhao2018-03-16
* avutil: add missing version bump for AV_CRC_8_EBUJames Almer2018-03-10
* avutil/parseutils: only accept full us duration, do not accept mss durationMarton Balint2018-03-09
* crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1DAurelien Jacobs2018-03-07
* Merge commit '8ca39b855a7b0e4d9f726fa9d285bc8edcb953e6'Mark Thompson2018-03-05
|\
| * qsv: Default PicStruct to progressiveRuiling Song2018-02-22
| * hwcontext: Perform usual uninitialisation on derived frames contextsMark Thompson2018-02-11
| * hwcontext: Perform usual initialisation on derived device contextsMark Thompson2018-02-11
* | parseutils: accept only full "ms" suffixRostislav Pehlivanov2018-03-05
* | parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATIONAurelien Jacobs2018-03-02
* | frame: add an av_frame_new_side_data_from_buf functionRostislav Pehlivanov2018-03-01
* | avutil/timecode: fix starting frame number for 59.94 fpsGyan Doshi2018-02-23
* | hwcontext_vaapi: Fix frames context creation with external attributesMark Thompson2018-02-21
* | hwcontext_vaapi: Add more surface formatsMark Thompson2018-02-21
* | avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()Michael Niedermayer2018-02-17
* | avutil/crypto: change length parameter to size_t on the remaining modulesJames Almer2018-02-15
* | avutil/opt: remove ABI hackswm42018-02-13
* | Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'James Almer2018-02-11
|\|
| * Drop some unnecessary config.h #includesDiego Biurrun2018-02-06
* | Merge commit '2eb396b175e55e515aa6a13c5b1789a2a18d3935'James Almer2018-02-11
|\|
| * hwcontext: Fix memory leak on derived frame allocation failureMark Thompson2018-02-04
| * hwcontext: Fix documentation for av_hwdevice_ctx_alloc()Jun Zhao2018-02-04
* | Merge commit '85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba'Mark Thompson2018-01-25
|\|
| * intreadwrite: Use __unaligned in MSVC for ARM64 as wellMartin Storsjö2018-01-16
* | avutil/aes_ctr: Add method to set 16-byte IV.Jacob Trimble2018-01-23
* | x86inc: Drop cpuflags_slowctzHenrik Gramner2018-01-20
* | x86inc: Correctly set mmreg variablesHenrik Gramner2018-01-20
* | x86inc: Support creating global symbols from local labelsHenrik Gramner2018-01-20
* | x86inc: Use .rdata instead of .rodata on WindowsHenrik Gramner2018-01-20
* | x86inc: Enable AVX emulation for floating-point pseudo-instructionsHenrik Gramner2018-01-20
* | Merge commit 'e23190269fb6e8217d080918893641ba3e0e3556'Mark Thompson2018-01-16
|\|
| * lavu/qsv: add log message for libmfx versionZhong Li2017-12-29
* | hwcontext_d3d11va: implement av_hwdevice_get_hwframe_constraints()wm42018-01-16
* | hwcontext_vdpau: implement av_hwdevice_get_hwframe_constraints()wm42018-01-15
* | avutil/mastering_display_metadata: fix copyright header wrongly formated as doxyJames Almer2018-01-11
* | It has been replaced by C11 stdatomic.h and is now unused.Anton Khirnov2018-01-05
* | avutil/log: use thread wrappers for the locking functionalityJames Almer2018-01-04
* | hwcontext_dxva2: initialize D3DDISPLAYMODEEX correctlywm42018-01-04
* | libavutil/hwcontext_dxva2: Add check for possible errors from GetAdapterDispl...Humberto Ribeiro2018-01-04
* | lavu/mem: Allow allocations close to max_alloc_size with av_fast_realloc().Carl Eugen Hoyos2018-01-04
* | lavu/mem: Do not realloc in av_fast_realloc() if size == min_size.Carl Eugen Hoyos2018-01-01
* | lavc: replace and deprecate the lock managerwm42017-12-26
* | w32pthreads: always use Vista+ API, drop XP supportwm42017-12-26
* | x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled ...James Almer2017-12-24
* | x86inc: AVX-512 supportHenrik Gramner2017-12-24
* | avutil: add alignment needed for AVX-512James Darnley2017-12-24
* | avutil: detect when AVX-512 is availableJames Darnley2017-12-24