- 13 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Jun, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes CID732208 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 May, 2013 1 commit
-
-
Michael Niedermayer authored
this should make it easier to support ffserver with msvc Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Mar, 2013 1 commit
-
-
Clément Bœsch authored
The memleak fix in a1bcc76e was causing problems when the original string wasn't NULL or av_malloc'ed, thus was disabled. It seems the only OPT_STRING occurence where it needed to be fixed is in ffserver. This commit fixes that specific problem and so re-enable the original code.
-
- 03 Mar, 2013 1 commit
-
-
Reimar Döffinger authored
As far as I can tell the code should not change behaviour depending on locale in any of these places. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 30 Dec, 2012 1 commit
-
-
Clément Bœsch authored
-
- 09 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
Fix Ticket1986 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Nothing sets CONFIG_NOCUTILS, i also dont remember anything setting it in the past. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Nov, 2012 1 commit
-
-
Clément Bœsch authored
-
- 14 Nov, 2012 2 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- 04 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID733838 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Oct, 2012 1 commit
-
-
Martin Ettl authored
-
- 17 Oct, 2012 2 commits
-
-
Michael Niedermayer authored
Fixes CID732184 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID732185 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID732249 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Oct, 2012 1 commit
-
-
Martin Ettl authored
Fixed Ticket1780 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Sep, 2012 1 commit
-
-
Bobby Bingham authored
Signed-off-by:
Bobby Bingham <uhmmmm@gmail.com>
-
- 09 Sep, 2012 2 commits
-
-
Michael Niedermayer authored
Found-by:
"Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
also add a assert0 to make sure the data is not truncated (which should be impossible now) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Mar, 2012 2 commits
-
-
Miroslav Slugeň authored
Fixes Ticket346 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This reverts commit f02f745e.
-
- 07 Feb, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Feb, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Dec, 2011 1 commit
-
-
Stefano Sabatini authored
-
- 20 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Nov, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Aug, 2011 1 commit
-
-
Anton Khirnov authored
-
- 14 Jul, 2011 1 commit
-
-
Mike Williams authored
Signed-off-by:
Mike Williams <mike@mikebwilliams.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 13 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 10 Jul, 2011 2 commits
-
-
Anton Khirnov authored
Deprecate avcodec_alloc_context/2.
-
Anton Khirnov authored
Adds support for decoder-private options and makes setting other options simpler.
-
- 06 Jul, 2011 1 commit
-
-
Chris Wilson authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 03 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 30 Jun, 2011 1 commit
-
-
Jeff Downs authored
All option parsing functions now match the function pointer signature through which they are called (int f(const char *, const char *), thereby working reliably on all platforms. Prefix all option processing functions with opt_
-