summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* | avutil/get_pool: Remove redundant initial atomic operationMichael Niedermayer2013-03-171-3/+3
* | avutil/frame: fix video buffer allocationMichael Niedermayer2013-03-171-1/+1
* | lavu/eval: add bitor and bitand functionsStefano Sabatini2013-03-172-2/+9
* | Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b'Michael Niedermayer2013-03-161-4/+4
|\ \ | |/
| * AVOptions: fix using named constants with child contexts.Anton Khirnov2013-03-161-4/+4
| * AVOption: remove an unused function parameter.Anton Khirnov2013-03-161-6/+4
* | Merge commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6'Michael Niedermayer2013-03-161-2/+1
|\ \ | |/
| * lzo: fix overflow checking in copy_backptr()Xi Wang2013-03-151-2/+1
* | avutil/frame: add AVBufferRef for qp tableMichael Niedermayer2013-03-152-0/+45
* | Merge commit 'f099d3d1d5466bd63f4ab36270d169ff9ea613b8'Michael Niedermayer2013-03-142-0/+60
|\ \ | |/
| * Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-132-0/+60
* | lavu/frame: free frame metadata when unrefing a frame.Hendrik Leppkes2013-03-131-0/+1
* | lavu/frame: av_frame_make_writable: set the channels on the new frame.Hendrik Leppkes2013-03-131-0/+1
* | lavu/frame: copy all frame properties in av_frame_copy_propsHendrik Leppkes2013-03-131-0/+6
* | avframe: Copy buffer type in copy_props.Carl Eugen Hoyos2013-03-131-0/+3
* | Merge commit 'd6d369bf1370999896500ae7eb5b9447ab635a3d'Michael Niedermayer2013-03-131-0/+1
|\ \ | |/
| * atomic: prefer gcc builtins over win32 atomics, if available.Hendrik Leppkes2013-03-111-3/+3
| * avframe: copy reordered_opaque in copy_propsJanne Grunau2013-03-111-0/+1
* | Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51'Michael Niedermayer2013-03-121-0/+8
|\ \ | |/
| * atomic: fix CAS with armcc.Anton Khirnov2013-03-091-0/+8
* | Merge commit '666fe5da47d127074be7f0e2bac93db6af8b4a30'Michael Niedermayer2013-03-121-0/+4
|\ \ | |/
| * atomic: Exclude the unsupported implementation headers from checkheadersMartin Storsjö2013-03-081-0/+4
| * atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö2013-03-082-3/+3
| * atomic: Add include guards to the implementation headersMartin Storsjö2013-03-083-0/+14
* | dsputil: make selectable.Ronald S. Bultje2013-03-121-0/+2
* | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-081-1/+1
* | Merge commit '8df23e938b4022d6e6e9e1180ea6418abae74fda'Michael Niedermayer2013-03-121-1/+25
|\ \ | |/
| * AVFrame: deprecate all now unused fieldsAnton Khirnov2013-03-081-1/+25
* | buffer: use the atomic get instead of the add and fetch variant.Clément Bœsch2013-03-121-1/+1
* | get_video_buffer: add vertical paddingMichael Niedermayer2013-03-121-1/+1
* | atomic: prefer gcc builtins over win32 atomics, if available.Hendrik Leppkes2013-03-121-3/+3
* | atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö2013-03-122-3/+3
* | mem: Fix usage of memalign() on DJGPP.Fabrizio Gennari2013-03-101-0/+4
* | lavu/frame: fix not/note typo in doxy.Clément Bœsch2013-03-101-1/+1
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-0/+1
|\ \ | |/
* | port FFmpeg lavc frame specificities to lavu functions.Clément Bœsch2013-03-101-1/+8
* | lavu/frame: copy the channels field.Nicolas George2013-03-101-0/+1
* | atomic: Add include guards to the implementation headersMartin Storsjö2013-03-083-0/+14
* | Merge commit '77b2cd7b41d7ec8008b6fac753c04f77824c514c'Michael Niedermayer2013-03-082-0/+110
|\ \ | |/
| * AVFrame: add side data.Anton Khirnov2013-03-082-0/+110
* | Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e'Michael Niedermayer2013-03-083-0/+945
|\ \ | |/
| * Move AVFrame from lavc to lavu.Anton Khirnov2013-03-083-0/+832
* | Merge commit 'ad0c9f2d5d81e22207c6ccecc426bf7306acc327'Michael Niedermayer2013-03-081-1/+3
|\ \ | |/
| * lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-081-1/+3
* | Merge commit '1cec0624d0e6f48590283a57169b58b9fe8449d3'Michael Niedermayer2013-03-083-0/+245
|\ \ | |/
| * AVBuffer: add a new API for buffer poolsAnton Khirnov2013-03-083-0/+245
* | Merge commit '8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb'Michael Niedermayer2013-03-084-0/+453
|\ \ | |/
| * lavu: add a new API for reference-counted data buffers.Anton Khirnov2013-03-084-0/+453
* | Merge commit '65f1d45dcc71186ede72fff950996099d23359bd'Michael Niedermayer2013-03-086-0/+348
|\ \ | |/
OpenPOWER on IntegriCloud