- 26 Jun, 2017 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 31 Jan, 2017 1 commit
-
-
Alexandra Hájková authored
-
- 07 Aug, 2016 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This is required for >= 16bit RGB support I tried it without templates but its too much duplicated code Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Jan, 2016 1 commit
-
-
Vittorio Giovara authored
This option is only used by ffv1 and ffvhuff. It is a very codec-specific option, so deprecate the global variant. Improve documentation a little. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 18 Dec, 2015 1 commit
-
-
Michael Niedermayer authored
This fixes a segfault caused by moving the coder option and changing its semantics Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Nov, 2015 1 commit
-
-
Vittorio Giovara authored
FFv1 uses two types of coders, golomb and range with two different tables. This is exposed this in a rather convoluted way, for example mentioning to set coder type 1 while initializing the variable 'ac' to 2, because encoder does not use range coder with default table. Appropriate internal coder type values have been added and used in any check rather than using raw numbers. Initialization of avctx.coder_type in ffv1dec is removed because this field is encoder only. An unneeded validation check in the encoder is dropped too. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 24 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
Fix segfault with too large slice_count Fixes Ticket4879 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Aug, 2015 1 commit
-
-
Timothy Gu authored
-
- 20 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 01 May, 2015 1 commit
-
-
Vittorio Giovara authored
warning: assigning to 'AVFrame *' (aka 'struct AVFrame *') from 'const AVFrame *' (aka 'const struct AVFrame *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
-
- 22 Apr, 2015 1 commit
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 13 Mar, 2014 1 commit
-
-
Diego Biurrun authored
ffv1 does not use any part of the dsputil framework.
-
- 10 Mar, 2014 1 commit
-
-
Carl Eugen Hoyos authored
This avoids defining the array with different sizes in different source files.
-
- 10 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
0-0.7% improved compression Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
about 1% better compression Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 09 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
the version is 1.3.4 which makes 4 micro and not minor Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 May, 2013 2 commits
-
-
Michael Niedermayer authored
This is about 20-30% faster than slice threading Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 21 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
This is not based on lucas work due to code divergence (its less work this way than trying to merge from a split based on 2 years outdated code) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Oct, 2012 3 commits
-
-
Diego Biurrun authored
-
Luca Barbato authored
Based on code from Carl Eugen Hoyos, Michael Niedermayer and Paul B Mahol.
-
Luca Barbato authored
-