summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu: add support for Content Light Level side metadataSteve Lhomme2017-04-065-1/+70
* Merge commit '6a1ea4ec932f4fc9fdc00ec51ee070b298ddb35f'James Almer2017-04-041-0/+9
|\
| * arm: warn/error on movrelx usage problematic with PIC on ELFJanne Grunau2016-11-241-0/+9
| * Drop some bogus Doxygen documentation.Diego Biurrun2016-11-211-2/+0
* | Merge commit 'a1d9de304fe63614e3aa8117fef17491fa80093d'Clément Bœsch2017-04-033-4/+4
|\ \ | |/
| * Fix some mismatches between function parameter and doxygen parameter names.Diego Biurrun2016-11-213-4/+4
* | Bump versions for master after 3.3Michael Niedermayer2017-04-021-1/+1
* | Bump minor for 3.3Michael Niedermayer2017-04-021-1/+1
* | Merge commit 'e18ba2dfd2d19aedc8afccf011d5fd0833352423'Hendrik Leppkes2017-04-011-0/+6
|\ \ | |/
| * hwcontext_dxva2: make sure the sw frame format is the right one during transferAnton Khirnov2016-11-181-0/+6
* | Merge commit '5a1d605ceae448b476a525f7368ec452000d1f26'Hendrik Leppkes2017-04-011-20/+33
|\ \ | |/
| * hwcontext_dxva2: split transfer_data() into upload/download functionsAnton Khirnov2016-11-181-20/+33
* | Merge commit '9d7026574bbbe67d004a1c32911da75375692967'Hendrik Leppkes2017-04-011-3/+9
|\ \ | |/
| * hwcontext_dxva2: fix handling of the mapping flagsAnton Khirnov2016-11-181-3/+9
* | Merge commit '0d3176e32f351d18d6174d8b05796829a75a4c6b'Hendrik Leppkes2017-04-011-0/+4
|\ \ | |/
| * hwcontext_dxva2: do not assume the destination format during mapping is alway...Anton Khirnov2016-11-181-0/+4
| * arm: Clear the gp register alias at the end of functionsMartin Storsjö2016-11-101-0/+3
| * aarch64: Add an offset parameter to the movrel macroMartin Storsjö2016-11-101-4/+10
* | avutil/avstring: add av_strreplace API into avstringSteven Liu2017-04-012-0/+82
* | avutil/spherical: add av_spherical_projection_name()James Almer2017-03-313-1/+46
* | Bump minor versions for master after release/3.3 branchpointMichael Niedermayer2017-03-311-1/+1
* | Bump minor versions for staring release/3.3 branchMichael Niedermayer2017-03-311-1/+1
* | Merge commit '17dac56b8fdd80c594c39b76de3f27a7949afbde'Clément Bœsch2017-03-313-3/+4
|\ \ | |/
| * lavu: Rename ycgco color space appropriatelyVittorio Giovara2016-11-083-3/+4
| * pixfmt: Add GRAY12Luca Barbato2016-11-073-1/+27
* | avutil/tests/dict: Check return of av_dict_parse_string()Michael Niedermayer2017-03-301-1/+4
* | Merge commit 'e8bbacbf529049c401bfeea70d5e0b5d2c8b6de6'Mark Thompson2017-03-301-0/+37
|\ \ | |/
| * hwcontext_qsv: support frame mappingAnton Khirnov2016-11-071-0/+37
* | Merge commit '8ea15afbf2c1ec89b5d4bac1f0b8345e4b906a5d'Mark Thompson2017-03-301-0/+40
|\ \ | |/
| * hwcontext_qsv: transfer data through the child context when VPP failsAnton Khirnov2016-11-071-0/+40
* | Merge commit 'b91ce4860054430d3712deb0d9487cac2fcb7d68'Mark Thompson2017-03-301-2/+14
|\ \ | |/
| * hwcontext_qsv: do not fail when download/upload VPP session creation failsAnton Khirnov2016-11-071-2/+14
* | Merge commit 'b115a35ea62b8f479b48d99a601f0e157517301e'Mark Thompson2017-03-301-0/+1
|\ \ | |/
| * hwcontext_qsv: add support for the P8 formatAnton Khirnov2016-11-071-0/+1
* | Merge commit '10065d9324c2e35ce7040b6a2b9ebf6079bcbf42'Hendrik Leppkes2017-03-301-2/+18
|\ \ | |/
| * hwcontext_dxva2: add support for the P8 formatAnton Khirnov2016-11-071-2/+18
* | Merge commit '910973765417f06a4a9ccbd006e4df74c32ecb01'Hendrik Leppkes2017-03-301-21/+68
|\ \ | |/
| * hwcontext_dxva2: frame mapping supportAnton Khirnov2016-11-071-21/+68
* | Merge commit '8ad9f9d675eab139aa2208722009eeed981460dd'Clément Bœsch2017-03-301-41/+52
|\ \ | |/
| * hwcontext_vaapi: Frame mapping supportMark Thompson2016-11-031-41/+52
* | Merge commit 'd06aa24ba583ad08025da9e1b29afcd8218ff9b0'Clément Bœsch2017-03-304-7/+361
|\ \ | |/
| * hwcontext: Hardware frame mappingMark Thompson2016-11-034-7/+361
* | Merge commit '67351924fa91dea4339109100a4c0689f006581f'Clément Bœsch2017-03-301-2/+0
|\ \ | |/
| * Drop unreachable break and return statementsDiego Biurrun2016-11-031-2/+0
* | Merge commit '99434f4df81b6801b2b535d5b9143305595784f6'Clément Bœsch2017-03-301-1/+1
|\ \ | |/
| * float_dsp: Have implementation match function pointer prototypeDiego Biurrun2016-11-031-1/+1
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-292-4/+5
* | lavu/mem: clamp alignment to 16 for DJGPPClément Bœsch2017-03-291-0/+3
* | lavu: add av_fourcc_make_string() and av_fourcc2str()Clément Bœsch2017-03-293-1/+38
* | Merge commit '0456e684394dc5a7b98ab9ebb48396d743bf3730'Clément Bœsch2017-03-241-2/+2
|\ \ | |/
OpenPOWER on IntegriCloud