| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/frame: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-15 | 1 | -4/+4 |
* | Merge commit 'd161ae0a37900cbd36c1390ca32a56b892c02ab5' | Michael Niedermayer | 2014-03-24 | 1 | -0/+16 |
|\ |
|
| * | frame: add a function for removing side data from a frame | Anton Khirnov | 2014-03-24 | 1 | -0/+16 |
* | | avutil/frame_copy_audio: also check that channels match | Michael Niedermayer | 2014-02-24 | 1 | -0/+1 |
* | | Merge commit '1155fd02ae7bac215acab316e847c6bb25f74fc3' | Michael Niedermayer | 2014-02-24 | 1 | -18/+67 |
|\| |
|
| * | frame: add a convenience function for copying AVFrame data | Anton Khirnov | 2014-02-24 | 1 | -16/+65 |
* | | avutil/frame: increase padding for frames | Michael Niedermayer | 2013-12-28 | 1 | -1/+1 |
* | | Merge commit 'df7aba52b51007db50410abe15fe28391abd8757' | Michael Niedermayer | 2013-12-09 | 1 | -23/+23 |
|\| |
|
| * | frame: cosmetics, reindent | Anton Khirnov | 2013-12-09 | 1 | -15/+15 |
* | | Merge commit 'c342132fa8a29692e28c98238e3a31da5c407e42' | Michael Niedermayer | 2013-12-09 | 1 | -0/+1 |
|\| |
|
| * | frame: copy flags in av_frame_copy_props() | Anton Khirnov | 2013-12-09 | 1 | -0/+1 |
* | | get_audio_buffer: fix usage where channels are not set but layout is | Michael Niedermayer | 2013-11-27 | 1 | -2/+8 |
* | | Merge commit '529a9893d769f381b72785c500662be2020da5fe' | Michael Niedermayer | 2013-10-28 | 1 | -2/+2 |
|\| |
|
| * | avframe: mark source frame const in _ref and _clone | Vittorio Giovara | 2013-10-27 | 1 | -2/+2 |
* | | avutil/frame: suppress "comparison of unsigned expression < 0 is always false... | Michael Niedermayer | 2013-09-19 | 1 | -1/+1 |
* | | avutil: add av_get_colorspace_name() | Michael Niedermayer | 2013-09-19 | 1 | -0/+16 |
* | | Integrate accessors.h header into internal.h | Reimar Döffinger | 2013-08-10 | 1 | -2/+0 |
* | | Reduce MAKE_ACCESSORS code duplication via a new header. | Reimar Döffinger | 2013-08-08 | 1 | -3/+1 |
* | | av_frame_copy_props: fix unintended self assignment | Michael Niedermayer | 2013-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-01 | 1 | -1/+1 |
|\| |
|
| * | avframe: have av_frame_get_side_data take const AVFrame* | Vittorio Giovara | 2013-08-01 | 1 | -1/+1 |
* | | avcodec/avutil: Add AVColorSpace and AVColorRange to AVFrames | Michael Niedermayer | 2013-07-17 | 1 | -0/+5 |
* | | av_frame_get_buffer: Do not fail when the channel layout is unknown | Michael Niedermayer | 2013-07-13 | 1 | -1/+1 |
* | | avutil/frame: Try to align width to achive linesize[0] alignment | Michael Niedermayer | 2013-06-18 | 1 | -4/+8 |
* | | avutil/frame: continue to process bufs even if some are empty | Xidorn Quan | 2013-05-20 | 1 | -3/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 1 | -1/+1 |
|\| |
|
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -1/+1 |
* | | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 1 | -1/+1 |
* | | Merge commit '1e8b9738fa70e20967ddb542d2f9d5552fc51ec6' | Michael Niedermayer | 2013-03-23 | 1 | -0/+4 |
|\| |
|
| * | avutil/frame: add all remaining frame properties to av_frame_copy_props | Hendrik Leppkes | 2013-03-22 | 1 | -0/+4 |
* | | lavu/frame: use channels rather than channel_layout. | Nicolas George | 2013-03-20 | 1 | -5/+16 |
* | | avutil/frame: fix video buffer allocation | Michael Niedermayer | 2013-03-17 | 1 | -1/+1 |
* | | avutil/frame: add AVBufferRef for qp table | Michael Niedermayer | 2013-03-15 | 1 | -0/+38 |
* | | lavu/frame: free frame metadata when unrefing a frame. | Hendrik Leppkes | 2013-03-13 | 1 | -0/+1 |
* | | lavu/frame: av_frame_make_writable: set the channels on the new frame. | Hendrik Leppkes | 2013-03-13 | 1 | -0/+1 |
* | | lavu/frame: copy all frame properties in av_frame_copy_props | Hendrik Leppkes | 2013-03-13 | 1 | -0/+6 |
* | | avframe: Copy buffer type in copy_props. | Carl Eugen Hoyos | 2013-03-13 | 1 | -0/+3 |
* | | Merge commit 'd6d369bf1370999896500ae7eb5b9447ab635a3d' | Michael Niedermayer | 2013-03-13 | 1 | -0/+1 |
|\| |
|
| * | avframe: copy reordered_opaque in copy_props | Janne Grunau | 2013-03-11 | 1 | -0/+1 |
* | | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | Replace remaining includes of audioconvert.h with channel_layout.h | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | get_video_buffer: add vertical padding | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -0/+1 |
|\| |
|
* | | port FFmpeg lavc frame specificities to lavu functions. | Clément Bœsch | 2013-03-10 | 1 | -1/+8 |
* | | lavu/frame: copy the channels field. | Nicolas George | 2013-03-10 | 1 | -0/+1 |
* | | Merge commit '77b2cd7b41d7ec8008b6fac753c04f77824c514c' | Michael Niedermayer | 2013-03-08 | 1 | -0/+72 |
|\| |
|
| * | AVFrame: add side data. | Anton Khirnov | 2013-03-08 | 1 | -0/+72 |
* | | Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e' | Michael Niedermayer | 2013-03-08 | 1 | -4/+20 |
|/ |
|
* | Move AVFrame from lavc to lavu. | Anton Khirnov | 2013-03-08 | 1 | -0/+401 |