- 19 May, 2014 1 commit
-
-
Anton Khirnov authored
Use OutputStream.last_mux_dts as an approximation of 'current' output time instead.
-
- 18 May, 2014 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 03 May, 2014 6 commits
-
-
Anton Khirnov authored
This makes it more clear what is this variable for exactly.
-
Anton Khirnov authored
Doing anything with that field when we are doing streamcopy (so the encoder is not opened) should have absolutely no effect.
-
Anton Khirnov authored
This more clearly describes what is the variable used for. Also, move its declaration into the block where it is actually used.
-
Anton Khirnov authored
This more clearly describes what is the variable used for.
-
Anton Khirnov authored
This makes it more clear what is this variable for exactly.
-
Anton Khirnov authored
-
- 22 Apr, 2014 1 commit
-
-
Anton Khirnov authored
Currently, if a decoder sets AVFrame.pts, we'd send the same timestamp to it twice, which is wrong.
-
- 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.
-