summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
* lavu/avstring: switch AV_ESCAPE_FLAGs to shift-based formattingRodger Combs2015-09-15
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '7b02cb29d9d60cdd5ef321043d11d02023e7dc8f'Hendrik Leppkes2015-09-12
|\ | | | | | | | | | | | | * commit '7b02cb29d9d60cdd5ef321043d11d02023e7dc8f': pixdesc: Document the component order Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * pixdesc: Document the component orderLuca Barbato2015-09-10
| |
| * pixdesc: Add missing alpha flag for yuva420p9beHendrik Leppkes2015-09-10
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b'Hendrik Leppkes2015-09-12
|\| | | | | | | | | | | | | * commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b': pixdesc: Consistently order components Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * pixdesc: Consistently order componentsHendrik Leppkes2015-09-10
| | | | | | | | | | | | | | | | Ensure that the components are ordered consistently, ie. always RGB(A) and YUV(A). This allows to identify a specific plane on a given pixel format without hard-coding knowledge of the plane order. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | x86: port PSIGNW to cpuflagsJames Almer2015-09-11
| | | | | | | | | | Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | avutil/version: Bump for avpriv_get_trc_function_from_trc() and ↵Michael Niedermayer2015-09-11
| | | | | | | | | | | | AVCOL_PRI/TRC_SMPTEST428_1 and AVCOL_TRC_SMPTEST2084 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/color_utils: Add basic transfer functions for each ↵Kevin Wheatley2015-09-10
| | | | | | | | | | | | | | | | | | | | AVColorTransferCharacteristic Most functions are valid over a domain and range of [0.0-1.0] but some are defined over greater. This patch does not deal with AVColorRange and assumes AVCOL_RANGE_JPEG for the returned values. Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com>
* | avutil/pixfmt: Name "SMPTE ST 428-1" in AVColorPrimaries the same as in ↵Michael Niedermayer2015-09-10
| | | | | | | | | | | | AVColorTransferCharacteristic Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/pixdesc: Use "-" in color_primaries_names to be consistent with ↵Michael Niedermayer2015-09-10
| | | | | | | | | | | | color_transfer_names Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptionsKevin Wheatley2015-09-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/pixfmt: Add additional primaries and transfer characteristic ↵Kevin Wheatley2015-09-10
| | | | | | | | | | | | | | | | enumerations from ITU-T Rec H.265 Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com> Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/opt: refactor pixel/sample fmt common caseClément Bœsch2015-09-08
| |
* | avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch2015-09-08
| |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
| |
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-08
|\| | | | | | | | | | | | | * commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba': lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
| | | | | | | | | | | | The new fields can be accessed directly and are more intelligible. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '6b3ef7f080293956b2e5212b83135c6b051212e9'Hendrik Leppkes2015-09-08
|\| | | | | | | | | | | | | * commit '6b3ef7f080293956b2e5212b83135c6b051212e9': lavu: Remove bit packing from AVComponentDescriptor Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Remove bit packing from AVComponentDescriptorVittorio Giovara2015-09-07
| | | | | | | | | | | | | | | | | | There is no practical benefit in having this structure elements bit packed given the size of the structure and its usage. Change types from uint16_t (packed) to plain int in order to simplify modifying the structure and accessing its fields. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'b8b5d8274471129f122858bc74ad09284dae6ab7'Hendrik Leppkes2015-09-08
|\| | | | | | | | | | | | | * commit 'b8b5d8274471129f122858bc74ad09284dae6ab7': lavu: extend size of the AVPixFmtDescriptor.flags field Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: extend size of the AVPixFmtDescriptor.flags fieldwm42015-09-07
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'a686e58165ca0f83966431a9166cb6e17bf6095c'Hendrik Leppkes2015-09-07
|\| | | | | | | | | | | | | * commit 'a686e58165ca0f83966431a9166cb6e17bf6095c': des: Add missing include Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * des: Add missing includeVittorio Giovara2015-08-31
| |
* | Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit 'e88103a7f92cf27a2868b50acc8a9912f6088249': Bump major versions of all libraries Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * Bump major versions of all librariesVittorio Giovara2015-08-28
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | avutil/pixfmt: remove duplicate AVPixelFormat valuesJames Almer2015-09-05
| | | | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruftHendrik Leppkes2015-09-05
| | | | | | | | | | FATE refs changed to accomodate for the new default behavior of the function. Numbers are now interpreted as a channel layout, instead of a number of channels.
* | lavu: Drop old deprecated AVOption APIHendrik Leppkes2015-09-05
| | | | | | | | Deprecated in 2011/10
* | lavu/hmac: remove deprecated type idsHendrik Leppkes2015-09-05
| |
* | Remove FF_CONST_AVUTIL55 cruftHendrik Leppkes2015-09-05
| |
* | Merge commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a': Postpone API-incompatible changes until the next bump Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-28
| |
* | Merge commit '3d89373fae281053154772d5e3e4370da09d3880'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | | | | | * commit '3d89373fae281053154772d5e3e4370da09d3880': lavu: Drop deprecated private lls functions Previously removed in ffmpeg Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Drop deprecated private lls functionsVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 02/2013.
* | Merge commit '2f9b652e8c646eabef74a6742f0d7d4c9118fd0e'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | | | | | * commit '2f9b652e8c646eabef74a6742f0d7d4c9118fd0e': lavu: Drop deprecated context size variables These variables had been previously un-deprecated in ffmpeg, not removed. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Drop deprecated context size variablesVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 10/2012.
* | lavu/frame: put frame QP elements under a new version guardHendrik Leppkes2015-09-05
| | | | | | | | These fields are still used, removal postponed until a replacement functionality is available.
* | Merge commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79': lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 10/2012.
* | lavu/cpu: remove old cmov cruftHendrik Leppkes2015-09-05
| |
* | Merge commit 'bf7114b6caad8cf94696b0299c13b0d26bf291be'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit 'bf7114b6caad8cf94696b0299c13b0d26bf291be': lavu: Drop deprecated AV_CPU_FLAG_MMX2 symbol Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Drop deprecated AV_CPU_FLAG_MMX2 symbolVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 11/2012.
* | Merge commit '2d40968dd3ff17b12f7c80dbfad409b14418e267'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit '2d40968dd3ff17b12f7c80dbfad409b14418e267': lavu: Drop deprecated audioconvert.h header Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Drop deprecated audioconvert.h headerVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 11/2012.
* | Merge commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a': lavu: Drop deprecated av_reverse function Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Drop deprecated av_reverse functionVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 10/2012.
* | Merge commit '2f8cbbc962dfc0dc1dd0a90b2cd6c21266380f51'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit '2f8cbbc962dfc0dc1dd0a90b2cd6c21266380f51': lavu: Drop deprecated external access to AVPixFmtDescriptor table Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavu: Drop deprecated external access to AVPixFmtDescriptor tableVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 10/2012.
* | Merge commit '183db02a51a422568084b113a7571c845ca68622'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit '183db02a51a422568084b113a7571c845ca68622': lavu: Drop deprecated old_pix_fmt.h and related code Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>