- 22 Jul, 2012 7 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Kostya Shishkov authored
-
Mohamed Naufal Basheer authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Mohamed Naufal Basheer authored
This is intended for reuse by the G.723.1 decoder Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Luca Barbato authored
-
Ronald S. Bultje authored
-
- 21 Jul, 2012 16 commits
-
-
Ronald S. Bultje authored
The variables which are declared in the teplate file are static and therefore there is no symbol clash.
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Diego Biurrun authored
-
Mans Rullgard authored
This is in preparation for following changes. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
Fixes compilation for compilers that do not support gcc inline assembly. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Ronald S. Bultje authored
This makes usage of the macro look more natural when used with array entries. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Samuel Pitoiset authored
The incompatibility with librtmp is already expressed in the ffrtmphttp protocol dependency declaration, which both RTMPT and RTMPTS depend on. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Mans Rullgard authored
This is in preparation for supporting host compilers with non-standard flags. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is more consistent, and doing it earlier is harmless. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows filtering of linker flags the same was as already supported for CFLAGS. The filter must be initialised to 'echo' early since it is invoked by --extra-ldflags. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Name variables pertaining to various types of flags with 'cflags' etc as prefix instead of suffix. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is not used and the current design would not work properly if mixing tools needing different filters. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This variable is only used once, so setting it there is clearer. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
- 20 Jul, 2012 17 commits
-
-
Anton Khirnov authored
This reduces code duplication and prevents stale pointers from remaining on the link.
-
Anton Khirnov authored
This reduces code duplication and prevents stale pointers from remaining on the link.
-
Anton Khirnov authored
-
Anton Khirnov authored
The buffer is passed on to the next filter, so we shouldn't keep any pointers to it.
-
Anton Khirnov authored
Avoid pointless filter ref/unref. Just use the reference passed to start_frame().
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Directly forwarding the input buffer to the next filter means that drawtext no longer owns any references to it and thus shouldn't refer to it in any way.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
The buffer is passed on to the next filter, so we shouldn't keep any pointers to it.
-
Robert Nagy authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Luca Barbato authored
OpenJPEG can decode in lower resolution or decode only a number of enhancement layers.
-
Anton Khirnov authored
-
Justin Ruggles authored
It already skips any extra bytes at the end, and apparently there are some samples in the wild with larger 'kuki' chunks.
-
Justin Ruggles authored
Needs to be done separately for each element.
-