- 25 Mar, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 24 Mar, 2014 7 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Store a variable per OutputStream instead of globals for audio/video/extradata. This makes the code simpler and cleaner and fixes 2pass with multiple output streams.
-
Anton Khirnov authored
-
Anton Khirnov authored
Frame duplication now happens in vf_fps.
-
Anton Khirnov authored
-
- 24 Feb, 2014 1 commit
-
-
Anton Khirnov authored
-
- 20 Feb, 2014 1 commit
-
-
Luca Barbato authored
-
- 17 Jan, 2014 1 commit
-
-
Anton Khirnov authored
-
- 11 Dec, 2013 2 commits
-
-
Anton Khirnov authored
Strictly speaking it is not correct to call it on refcounted frames, in any case it is unnecessary, since filtered_frame is always unreferenced after poll_filter() returns.
-
Anton Khirnov authored
-
- 23 Nov, 2013 2 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 31 Oct, 2013 1 commit
-
-
Anton Khirnov authored
It has not been actually used since 37045e42, when the broken vismv code was removed.
-
- 29 Oct, 2013 1 commit
-
-
Anton Khirnov authored
It is private and must not be touched from outside of lavf.
-
- 27 Oct, 2013 1 commit
-
-
Anton Khirnov authored
-
- 05 Aug, 2013 2 commits
-
-
Anton Khirnov authored
It limits the duration of the data read from a given input.
-
Anton Khirnov authored
Using -ss 0 to drop frames with negative timestamps is a perfectly valid use case.
-
- 07 Jul, 2013 1 commit
-
-
Luca Barbato authored
Some C runtime implementations deadlock when calling threading functions on the atexit() handler. Use a simpler wrapper similar to av_log to call the cleanup function before exit. Bug-Id: 523
-
- 29 Jun, 2013 1 commit
-
-
Derek Buitenhuis authored
The header is private, and avconv.c doesn't use it for anything. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 22 Jun, 2013 2 commits
-
-
Luca Barbato authored
External codec may have corner case reason to fail at init, better report them instead having the user wonder.
-
Luca Barbato authored
strerror_r is called by av_strerror already.
-
- 04 Jun, 2013 1 commit
-
-
Anton Khirnov authored
Fixes a segfault in exit_program() if opening an output file fails.
-
- 27 May, 2013 1 commit
-
-
Anton Khirnov authored
-
- 07 May, 2013 1 commit
-
-
Anton Khirnov authored
It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
-
- 03 May, 2013 2 commits
-
-
Anton Khirnov authored
Hack partially based on a commit by Michael Niedermayer <michaelni@gmx.at> Should fix (or work around) bug 458.
-
Anton Khirnov authored
Integrate the code in the packet reading function, instead of inserting sleeps in many places. This is simpler to follow and should work better.
-
- 30 Apr, 2013 2 commits
-
-
Anton Khirnov authored
This makes output -ss sample-accurate for audio and will allow further simplication in the future.
-
Anton Khirnov authored
This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
-
- 11 Apr, 2013 2 commits
-
-
Anton Khirnov authored
Removes an arbitrary hardcoded limit on the number of filters.
-
Anton Khirnov authored
We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
-
- 28 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 07 Mar, 2013 1 commit
-
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 28 Feb, 2013 1 commit
-
-
Martin Storsjö authored
This allows setting/overriding e.g. the bitrate parameter, which is required for the smoothstreaming muxer. Normally, the bitrate is set by the demuxer in these cases, but not all demuxers can provide it. This allows stream copy of data to the smoothstreaming muxer from such inputs. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 23 Feb, 2013 1 commit
-
-
Justin Ruggles authored
-
- 20 Jan, 2013 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-