- 13 Jan, 2014 1 commit
-
-
Robert Krüger authored
All copyright holders have agreed to the relicensing.
-
- 09 Jan, 2014 4 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
- 06 Jan, 2014 1 commit
-
-
Luca Barbato authored
It should be forward compatible with newer freetype.
-
- 26 Dec, 2013 1 commit
-
-
Diego Biurrun authored
This is a more sensible place for these macros.
-
- 14 Dec, 2013 1 commit
-
-
Reinhard Tartler authored
Applications that have been linked against an older release of Libav and pick up updated libraries experience segmentation faults because they pick up the new libavfilter, which assumes AVFrames have been allocated by libavutil and thus contain new reference-counting related fields. This will break for AVFrames that have been allocated by old libavcodec. All scheduled API changes are deferred to the next bump.
-
- 23 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 19 Nov, 2013 1 commit
-
-
Vittorio Giovara authored
-
- 06 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 04 Nov, 2013 3 commits
-
-
Diego Biurrun authored
The function is used in a block of code that is deprecated anyway.
-
Diego Biurrun authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
-
- 02 Nov, 2013 2 commits
-
-
Rudolf Polzer authored
Before, it just returned width/height. Correct is width/height*sar. That way it is consistent with DAR as in probe output and setdar. Signed-off-by:
Rudolf Polzer <divverent@xonotic.org> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Rudolf Polzer authored
Example: -vf setsar=sar="sar*9/10" Signed-off-by:
Rudolf Polzer <divverent@xonotic.org> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 31 Oct, 2013 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 28 Oct, 2013 3 commits
-
-
Anton Khirnov authored
-
Vittorio Giovara authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Vittorio Giovara authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 23 Oct, 2013 2 commits
-
-
Daniel Kang authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- 22 Oct, 2013 2 commits
-
-
Derek Buitenhuis authored
This is similar to 5152196b. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Vittorio Giovara authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 13 Oct, 2013 1 commit
-
-
Derek Buitenhuis authored
Sometimes, if pthread_create() failed, then pthread_cond_wait() could accidentally be called in the worker threads after the uninit function had already called pthread_cond_broadcast(), leading to a deadlock. Don't call pthread_cond_wait() if c->done is set. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 02 Oct, 2013 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 28 Sep, 2013 1 commit
-
-
Anton Khirnov authored
-
- 31 Aug, 2013 1 commit
-
-
Diego Elio Pettenò authored
The pixel format tables are never modified, mark them as constant. Signed-off-by:
Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 28 Aug, 2013 1 commit
-
-
Hendrik Leppkes authored
When using AV_NOPTS_VALUE (which expands to INT64_C(0x8000000000000000)) as union initializer for a double field, the c99 converter needs to interpret this constant when filling the union initializer, and it is interpreted as a positive value. When converting AV_NOPTS_VALUE to a double, MSVC 2010 ends up with the same positive value as the c99 converter, while MSVC 2012 gets a negative value. This results in an infite loop in various FATE tests on MSVC 2012. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Aug, 2013 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 20 Aug, 2013 1 commit
-
-
Justin Ruggles authored
This allows for dropping or duplication to match a particular start time.
-
- 05 Aug, 2013 1 commit
-
-
Anton Khirnov authored
If any samples are still buffered when request_frame returns EOF, they won't be returned currently.
-
- 04 Aug, 2013 1 commit
-
-
Anton Khirnov authored
This function should never modify the filter.
-
- 02 Aug, 2013 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 31 Jul, 2013 1 commit
-
-
Diego Biurrun authored
-
- 29 Jul, 2013 1 commit
-
-
Diego Biurrun authored
Also fix some similar typos in comments and documentation.
-
- 27 Jul, 2013 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-