summaryrefslogtreecommitdiff
path: root/libavcodec/profiles.h
Commit message (Collapse)AuthorAge
* libavcodec/dnxhd: add dnxhr profilesMark Reid2016-07-20
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '3d8025d602045cbd2894e5182d9243c2e864c8c8'Derek Buitenhuis2016-02-24
|\ | | | | | | | | | | | | * commit '3d8025d602045cbd2894e5182d9243c2e864c8c8': profiles: Add missing #endif comment Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * profiles: Add missing #endif commentDiego Biurrun2016-02-18
| |
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-24
|\| | | | | | | | | | | | | * commit '29c2d06d67724e994980045afa055c6c34611b30': cosmetics: Drop empty comment lines Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
| |
* | lavc: add vp9 profiles to AVCodecDescriptorHendrik Leppkes2016-01-01
| |
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-01
|/ | | | | | | * commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6': lavc: add profiles to AVCodecDescriptor Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
The profiles are a property of the codec, so it makes sense to export them through AVCodecDescriptors, not just the codec implementations.