- 27 Jul, 2013 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 26 Jul, 2013 1 commit
-
-
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>
-
- 19 Jul, 2013 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 17 Jul, 2013 1 commit
-
-
Diego Biurrun authored
-
- 16 Jul, 2013 1 commit
-
-
Sean McGovern authored
The AIX threads library exposes a function with the same name. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 12 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 20 Jun, 2013 1 commit
-
-
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.
-
- 18 Jun, 2013 1 commit
-
-
Anton Khirnov authored
This simplifies the code and avoids using libavcodec-specific avcodec_fill_audio_frame().
-
- 17 Jun, 2013 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 04 Jun, 2013 1 commit
-
-
Anton Khirnov authored
-
- 24 May, 2013 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Mostly based on libavcodec's
-
- 17 May, 2013 18 commits
-
-
Anton Khirnov authored
Additionally change sizeof(type) into sizeof(var)
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Use the formats.h API instead.
-
Anton Khirnov authored
-
Anton Khirnov authored
This is more consistent with naming in the rest of Libav.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak all the temp buffers.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak the x/y expressions.
-
Anton Khirnov authored
Do not overwrite the variable set through AVOptions.
-
Anton Khirnov authored
Do not overwrite the variables set through AVOptions.
-
Anton Khirnov authored
Frame number should be incremented normally even if the link properties change.
-
Anton Khirnov authored
It should not be reinitialized if the link properties change.
-
Anton Khirnov authored
Do not leak the initialized filter instance.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak the expressions.
-
- 16 May, 2013 8 commits
-
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
Anton Khirnov authored
This is shorter and consistent across filters.
-