- Nov 19, 2013
-
-
Vittorio Giovara authored
-
- Nov 06, 2013
-
-
Diego Biurrun authored
-
- Nov 04, 2013
-
-
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
-
- Nov 02, 2013
-
-
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>
-
- Oct 31, 2013
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Oct 28, 2013
-
-
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>
-
- Oct 23, 2013
-
-
Daniel Kang authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- Oct 22, 2013
-
-
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>
-
- Oct 13, 2013
-
-
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>
-
- Oct 02, 2013
-
-
Vittorio Giovara authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Sep 28, 2013
-
-
Anton Khirnov authored
-
- Aug 31, 2013
-
-
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>
-
- Aug 28, 2013
-
-
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>
-
- Aug 27, 2013
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Aug 20, 2013
-
-
Justin Ruggles authored
This allows for dropping or duplication to match a particular start time.
-
- Aug 05, 2013
-
-
Anton Khirnov authored
If any samples are still buffered when request_frame returns EOF, they won't be returned currently.
-
- Aug 04, 2013
-
-
Anton Khirnov authored
This function should never modify the filter.
-
- Aug 02, 2013
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Jul 31, 2013
-
-
Diego Biurrun authored
-
- Jul 29, 2013
-
-
Diego Biurrun authored
Also fix some similar typos in comments and documentation.
-
- Jul 27, 2013
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Jul 26, 2013
-
-
Hendrik Leppkes authored
Previously it was partly only added to central functions called internally, however if GCC would inline these into the public fuction, the alignment attribute would not take effect. Instead, add it to all public entry points to avoid these problems. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 19, 2013
-
-
Vittorio Giovara authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 17, 2013
-
-
Diego Biurrun authored
-
- Jul 16, 2013
-
-
Sean McGovern authored
The AIX threads library exposes a function with the same name. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 12, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jun 20, 2013
-
-
Anton Khirnov authored
The generic code frees them as well. Since av_free was used to free them instead of av_freep, this would result in a double free.
-
- Jun 18, 2013
-
-
Anton Khirnov authored
This simplifies the code and avoids using libavcodec-specific avcodec_fill_audio_frame().
-
- Jun 17, 2013
-
-
Vittorio Giovara authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Jun 04, 2013
-
-
Anton Khirnov authored
-