91 Commits (5ff6e8790a2c001103e39e3ccbdc09c5aafcd229)

Author SHA1 Message Date
Michael Niedermayer 721c90f0f9 avutil/frame: fix indention after last commit 8 years ago
Michael Niedermayer 2acee08a4a avutil/frame: Copy size=0 side data in ff_init_buffer_info() 8 years ago
Sasi Inguva 3cb400c11a avutil/frame: Add a flag to discard frame after decode. 8 years ago
James Almer fb91850fe1 avutil/frame: access avframe fields directly in get_frame_defaults() 8 years ago
Anton Khirnov 32c8359093 lavc: export the timestamps when decoding in AVFrame.pts 9 years ago
Michael Niedermayer 13aae86a2b avutil/frame: Assert that width/height/channels is 0 for the destination of av_frame*_ref() 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Anton Khirnov 89923e418b lavu: add a framework for handling hwaccel frames 9 years ago
Michael Niedermayer 4099e4a77d avutil/frame: Free destination qp_table_buf in frame_copy_props() 9 years ago
Derek Buitenhuis 66e9d2f44e avutil: Add GOP timecode frame side data 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Neil Birkbeck 17399f6a9f Add missing conversions from side data enum to name 9 years ago
Clément Bœsch e8bc642202 lavu: add AV_CEIL_RSHIFT and use it in various places 9 years ago
Clément Bœsch 503d8bf74a lavu/frame: use AVPALETTE_SIZE instead of 1024 9 years ago
Vittorio Giovara 1aa24df74c lavu: Deprecate AVFrame.error[] 9 years ago
Hendrik Leppkes a991526832 lavu/frame: put frame QP elements under a new version guard 9 years ago
Andreas Cadhalpun 095347ffe4 disable deprecation warnings in deprecated code 9 years ago
Michael Niedermayer feb6a94f74 avutil/frame: fix crash with av_frame_unref(NULL) 9 years ago
Ronald S. Bultje 589a6042ea avutil: make AVFrameSideData buffers ref-counted. 10 years ago
Ronald S. Bultje b8e36690e8 lavu/frame: move av_frame_copy_props() up in the file. 10 years ago
Luca Barbato 5d839778b9 lavu: Refactor side data wiping 10 years ago
wm4 a400edbb6d lavu/frame: fix malloc error path in av_frame_copy_props() 10 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
Clément Bœsch b0352b1997 avcodec: export motion vectors in frame side data on demand 10 years ago
Diego Biurrun e070d0a5ca frame: Remove some FF_API_AVFRAME_COLORSPACE leftovers 10 years ago
Carl Eugen Hoyos 788cf6f0c6 Remove panscan information in av_frame_copy_props() if resolution changes. 10 years ago
Anton Khirnov 472f9ed312 Remove obsolete FF_API_AVFRAME_COLORSPACE cruft. 10 years ago
Michael Niedermayer ba3e3311ef avutil/frame: add av_frame_side_data_name() 10 years ago
Roman Savchenko 44671b5786 AVFrame: factor out freeing the side data 11 years ago
wm4 8c02adc62d lavu: add all color-related enums to AVFrame 11 years ago
Michael Niedermayer 879aa062f9 avutil/frame: frame_copy_video: support copying from a smaller to a larger frame 11 years ago
Roman Savchenko a53551cba8 frame: fix the error path in av_frame_copy_props() 11 years ago
Michael Niedermayer 4615ff0d61 avutil/frame: use av_malloc(z)_array() 11 years ago
Anton Khirnov d161ae0a37 frame: add a function for removing side data from a frame 11 years ago
Michael Niedermayer 74bb1ca82c avutil/frame_copy_audio: also check that channels match 11 years ago
Anton Khirnov 1155fd02ae frame: add a convenience function for copying AVFrame data 11 years ago
Michael Niedermayer 833501657b avutil/frame: increase padding for frames 11 years ago
Anton Khirnov df7aba52b5 frame: cosmetics, reindent 11 years ago
Anton Khirnov c342132fa8 frame: copy flags in av_frame_copy_props() 11 years ago
Michael Niedermayer 60b099c371 get_audio_buffer: fix usage where channels are not set but layout is 11 years ago
Vittorio Giovara 529a9893d7 avframe: mark source frame const in _ref and _clone 11 years ago
Michael Niedermayer 1225b67fc9 avutil/frame: suppress "comparison of unsigned expression < 0 is always false" warning 11 years ago
Michael Niedermayer 9c8aeacf82 avutil: add av_get_colorspace_name() 11 years ago
Reimar Döffinger d4db7c334b Integrate accessors.h header into internal.h 11 years ago
Reimar Döffinger a48979d715 Reduce MAKE_ACCESSORS code duplication via a new header. 11 years ago
Michael Niedermayer 60ae776d04 av_frame_copy_props: fix unintended self assignment 11 years ago
Vittorio Giovara 3c8bff0740 avframe: have av_frame_get_side_data take const AVFrame* 11 years ago
Michael Niedermayer a80e622924 avcodec/avutil: Add AVColorSpace and AVColorRange to AVFrames 11 years ago
Michael Niedermayer 0a06e6e49b av_frame_get_buffer: Do not fail when the channel layout is unknown 12 years ago
Michael Niedermayer 9626d0e906 avutil/frame: Try to align width to achive linesize[0] alignment 12 years ago