- 07 Apr, 2016 1 commit
-
-
Diego Biurrun authored
Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
-
- 22 Mar, 2016 1 commit
-
-
Petru Rares Sincraian authored
- Check if av_display_rotation_get() gets the correct degrees - Check if av_display_rotation_set() sets the correct matrix - Check if av_display_matrix_flip() changes correct the matrix Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Mar, 2016 1 commit
-
-
Mark Thompson authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 09 Mar, 2016 1 commit
-
-
NagaChaitanya Vellanki authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Mar, 2016 1 commit
-
-
NagaChaitanya Vellanki authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 18 Feb, 2016 1 commit
-
-
Anton Khirnov authored
-
- 14 Feb, 2016 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 19 Jan, 2016 1 commit
-
-
Neil Birkbeck authored
Adding mastering display metadata struct to avutil. The mastering display metadata contains information about the mastering display color volume (SMPTE 2086:2014). This info comes from HEVC in the SEI_TYPE_MASTERING_DISPLAY_INFO and is soon to be included in MKV: https://mailarchive.ietf.org/arch/search/?email_list=cellar&gbt=1&index=sZyfPTM-QY69P-0omfOIiTN622o so it is similar to SEI FPA / stereo_mode in MKV and as such this patch follows how AVStereo3D is implemented. I'll add support to HEVC in a follow-up (and MKV when spec is approved). Signed-off-by:
Neil Birkbeck <neil.birkbeck@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Dec, 2015 1 commit
-
-
erankor authored
for supporting mp4 cenc encoding/decoding Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 02 Dec, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 20 Oct, 2015 1 commit
-
-
Andreas Cadhalpun authored
These headers contain functions supposed to be public. libavutil/des.h: av_des_alloc av_des_crypt av_des_init av_des_mac libavutil/rc4.h: av_rc4_alloc av_rc4_crypt av_rc4_init libavutil/tree.h av_tree_destroy av_tree_enumerate av_tree_find av_tree_insert av_tree_node_alloc av_tree_node_size Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- 28 Aug, 2015 2 commits
-
-
Vittorio Giovara authored
Deprecated in 11/2012.
-
Vittorio Giovara authored
Deprecated in 10/2012.
-
- 11 Aug, 2015 1 commit
-
-
Andreas Cadhalpun authored
The table is used in libavutil/eval.c. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- 23 Jul, 2015 1 commit
-
-
James Almer authored
Fixes compilation of host tool aacps_fixed_tablegen Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 21 Jul, 2015 1 commit
-
-
Vesselin Bontchev authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 01 Jul, 2015 1 commit
-
-
Rodger Combs authored
This prevents a linker warning and skips a useless compilation Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
This matches how other self tests are implemented Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Mar, 2015 1 commit
-
-
Kevin Wheatley authored
avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc() function to libavutil. Signed-off-by:
Kevin Wheatley <kevin.j.wheatley@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jan, 2015 1 commit
-
-
Supraja Meedinti authored
Signed-off-by:
Supraja Meedinti <supraja0493@gmail.com> Reviewed-by:
Giorgio Vazzana <mywing81@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Jan, 2015 1 commit
-
-
Supraja Meedinti authored
Signed-off-by:
Supraja Meedinti <supraja0493@gmail.com> Previous version of this patch reviewed-by: Giorgio Vazzana <mywing81@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Nov, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 17 Oct, 2014 1 commit
-
-
Supraja Meedinti authored
Only ECB mode is supported at the moment Signed-off-by:
Supraja Meedinti <supraja0493@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Oct, 2014 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 18 Aug, 2014 1 commit
-
-
Clément Bœsch authored
The reasoning behind this addition is that various third party applications are interested in getting some motion information out of a video "for free" when it is available. It was considered to export other information as well (such as the intra information about the block, or the quantization) but the structure might have ended up into a half full-generic, half full of codec specific cruft. If more information is necessary, it should either be added in the "flags" field of the AVMotionVector structure, or in another side-data. This commit also includes an example exporting them in a CSV stream.
-
- 09 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Aug, 2014 1 commit
-
-
Clément Bœsch authored
-
- 06 Jul, 2014 1 commit
-
-
Timothy Gu authored
This header is designed as a public header (with APIchanges entry and everything), but it is forgotten to put into the headers to be installed list. Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 May, 2014 1 commit
-
-
Nicolas George authored
-
- 19 May, 2014 1 commit
-
-
Vittorio Giovara authored
Add AV_PKT_DATA_DISPLAYMATRIX and AV_FRAME_DATA_DISPLAYMATRIX as stream and frame side data (respectively) to describe a display transformation matrix for linear transformation operations on the decoded video. Add functions to easily extract a rotation angle from a matrix and conversely to setup a matrix for a given rotation angle. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 30 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
This avoids a dependancy of libavfilter on libavcodec See Ticket 3592 Fixes Ticket2784 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Apr, 2014 1 commit
-
-
Nedeljko Babic authored
Signed-off-by:
Nedeljko Babic <nbabic@mips.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Mar, 2014 1 commit
-
-
Anton Khirnov authored
-
- 18 Mar, 2014 1 commit
-
-
Janne Grunau authored
-
- 15 Feb, 2014 1 commit
-
-
Tim Walker authored
-
- 29 Dec, 2013 1 commit
-
-
Luca Barbato authored
And remove all the circular inclusions of avutil.h while at it.
-