- 27 May, 2011 1 commit
-
-
Ronald S. Bultje authored
av_freep(swsContext) will leak all memory potentially allocated within the swsContext.
-
- 21 May, 2011 1 commit
-
-
Gianluigi Tiesi authored
-
- 20 May, 2011 2 commits
-
-
Stefano Sabatini authored
Fix warnings: cmdutils.c: In function ‘opt_default’: cmdutils.c:304: warning: initialization discards qualifiers from pointer target type cmdutils.c: In function ‘set_context_opts’: cmdutils.c:431: warning: passing argument 2 of ‘alloc_priv_context’ discards qualifiers from pointer target type cmdutils.c:414: note: expected ‘struct AVClass *’ but argument is of type ‘const struct AVClass *’
-
Stefano Sabatini authored
Avoid the presence of an invalid pointer, fix a crash in case of get_filtered_frame() failure.
-
- 16 May, 2011 1 commit
-
-
Michael Niedermayer authored
This fixes and simplifies setting decoder private options. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 May, 2011 1 commit
-
-
Benjamin Larsson authored
ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 10 May, 2011 3 commits
-
-
Baptiste Coudurier authored
-
Stefano Sabatini authored
Check that the value passed for an OPT_INT option is an int, fail otherwise. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
The function was only used in opt_sample_fmt() for listing the sample formats. Move list_fmts() functionality directly into opt_sample_fmt(). Also fix the warning: ffmpeg.c: In function ‘opt_audio_sample_fmt’: ffmpeg.c:2877: warning: passing argument 1 of ‘list_fmts’ from incompatible pointer type cmdutils.h:163: note: expected ‘void (*)(char *, int, int)’ but argument is of type ‘char * (*)(char *, int, enum AVSampleFormat)’ Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 09 May, 2011 1 commit
-
-
Anton Khirnov authored
This is consistent with how all the other options work.
-
- 01 May, 2011 3 commits
-
-
Stefano Sabatini authored
Improve consistency with libavcodec. This breaks libavfilter API/ABI. The non-sequential 2.1.0 -> 2.4.0 bump is due to the mess previously done with the lavfi minor number.
-
Stefano Sabatini authored
The sample aspect ratio is a per-frame property, so it makes sense to define it in AVFrame rather than in the codec/stream context. Simplify application-level sample aspect ratio information extraction, and allow further simplifications.
-
Stefano Sabatini authored
This is similar to what was done with pkt_pts. This simplifies the operation of extracting the pos information from the AVPacket, and allows further simplifications.
-
- 30 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Apr, 2011 1 commit
-
-
Roger Pau Monné authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Apr, 2011 1 commit
-
-
Luca Barbato authored
CommandLineToArgvW requires windows.h, include it directly
-
- 23 Apr, 2011 1 commit
-
-
Kirill Gavrilov authored
All file names should be in UTF-8 within libavformat. This is handled by mapping the open() function to an internal one in os_support.h for windows. fopen() could be overridden in the same way, but if that would be used from ffmpeg.c, it would add a dependency on an ff prefixed internal lavf function. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 19 Apr, 2011 2 commits
-
-
Baptiste Coudurier authored
to override global options.
-
Anton Khirnov authored
-
- 16 Apr, 2011 3 commits
-
-
Baptiste Coudurier authored
-
Stefano Sabatini authored
Check that the value passed for an OPT_INT option is an int, fail otherwise.
-
Roger Pau Monné authored
-
- 08 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 26 Mar, 2011 1 commit
-
-
Stefano Sabatini authored
The function was only used in opt_sample_fmt() for listing the sample formats. Move list_fmts() functionality directly into opt_sample_fmt(). Als fix the warning: ffmpeg.c: In function ‘opt_audio_sample_fmt’: ffmpeg.c:2877: warning: passing argument 1 of ‘list_fmts’ from incompatible pointer type cmdutils.h:163: note: expected ‘void (*)(char *, int, int)’ but argument is of type ‘char * (*)(char *, int, enum AVSampleFormat)’
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 Mar, 2011 2 commits
-
-
Michael Niedermayer authored
This reverts commit 29ba0911.
-
Michael Niedermayer authored
This reverts commit a03be6e1.
-
- 16 Mar, 2011 2 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
also update the multiple inclusion guards in config.h|mak
-
- 08 Mar, 2011 1 commit
-
-
Benjamin Larsson authored
Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Feb, 2011 1 commit
-
-
Stefano Sabatini authored
The new av_parse_time() is created in libavutil/parseutils.h, all the internal functions used by parse_date are moved to libavutil/parseutils.c and made static. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit f6c7375a)
-
- 16 Feb, 2011 2 commits
-
-
Stefano Sabatini authored
The new av_parse_time() is created in libavutil/parseutils.h, all the internal functions used by parse_date are moved to libavutil/parseutils.c and made static. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Reinhard Tartler authored
Done to keep ABI compatible. Otherwise this is just silly
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 07 Feb, 2011 1 commit
-
-
Nicolas George authored
Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Feb, 2011 2 commits
-
-
James Zern authored
Using a preset file caused the address of a stack variable to be stored in opt_names/values. This change causes the strings to be dup'd then freed in uninit_opts. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 60ff9de6)
-
James Zern authored
Add free to uninit_opts and relocate opt_names to same Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 3a6a9cdf)
-
- 05 Feb, 2011 2 commits
-
-
James Zern authored
Using a preset file caused the address of a stack variable to be stored in opt_names/values. This change causes the strings to be dup'd then freed in uninit_opts. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
James Zern authored
Add free to uninit_opts and relocate opt_names to same Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 3568853f)
-