summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-28Merge commit '529a9893d769f381b72785c500662be2020da5fe'Michael Niedermayer2-4/+4
2013-10-27avframe: mark source frame const in _ref and _cloneVittorio Giovara2-4/+4
2013-09-19avutil/frame: suppress "comparison of unsigned expression < 0 is always false...Michael Niedermayer1-1/+1
2013-09-19avutil: add av_get_colorspace_name()Michael Niedermayer4-16/+29
2013-08-10Integrate accessors.h header into internal.hReimar Döffinger5-7/+4
2013-08-08Reduce MAKE_ACCESSORS code duplication via a new header.Reimar Döffinger4-11/+6
2013-08-07av_frame_copy_props: fix unintended self assignmentMichael Niedermayer1-1/+1
2013-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-2/+2
2013-08-01avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara2-2/+2
2013-07-16avcodec/avutil: Add AVColorSpace and AVColorRange to AVFramesMichael Niedermayer5-21/+54
2013-07-13av_frame_get_buffer: Do not fail when the channel layout is unknownMichael Niedermayer1-1/+1
2013-06-18avutil/frame: Try to align width to achive linesize[0] alignmentMichael Niedermayer1-4/+8
2013-05-20avutil/frame: continue to process bufs even if some are emptyXidorn Quan1-3/+6
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-168/+204
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov23-178/+214
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch17-41/+45
2013-03-23Merge commit '1e8b9738fa70e20967ddb542d2f9d5552fc51ec6'Michael Niedermayer1-0/+4
2013-03-22avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes1-0/+4
2013-03-20lavu/frame: use channels rather than channel_layout.Nicolas George1-5/+16
2013-03-17avutil/frame: fix video buffer allocationMichael Niedermayer1-1/+1
2013-03-15avutil/frame: add AVBufferRef for qp tableMichael Niedermayer2-0/+45
2013-03-13lavu/frame: free frame metadata when unrefing a frame.Hendrik Leppkes1-0/+1
2013-03-13lavu/frame: av_frame_make_writable: set the channels on the new frame.Hendrik Leppkes1-0/+1
2013-03-13lavu/frame: copy all frame properties in av_frame_copy_propsHendrik Leppkes1-0/+6
2013-03-13avframe: Copy buffer type in copy_props.Carl Eugen Hoyos1-0/+3
2013-03-13Merge commit 'd6d369bf1370999896500ae7eb5b9447ab635a3d'Michael Niedermayer1-0/+1
2013-03-12Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer8-13/+26
2013-03-12get_video_buffer: add vertical paddingMichael Niedermayer1-1/+1
2013-03-11avframe: copy reordered_opaque in copy_propsJanne Grunau1-0/+1
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-10port FFmpeg lavc frame specificities to lavu functions.Clément Bœsch1-1/+8
2013-03-10lavu/frame: copy the channels field.Nicolas George1-0/+1
2013-03-08Merge commit '77b2cd7b41d7ec8008b6fac753c04f77824c514c'Michael Niedermayer2-0/+110
2013-03-08Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e'Michael Niedermayer7-462/+951
2013-03-08Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov3-3/+3
2013-03-08AVFrame: add side data.Anton Khirnov2-0/+110
2013-03-08Move AVFrame from lavc to lavu.Anton Khirnov4-347/+833