- 03 Feb, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 30 Jan, 2012 1 commit
-
-
Anton Khirnov authored
Its quality is horrible, yadif should always be used instead.
-
- 29 Jan, 2012 1 commit
-
-
Mans Rullgard authored
Some compilers still do not support this syntax. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 25 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 21 Jan, 2012 1 commit
-
-
Janne Grunau authored
Using threaded decoding by default breaks backward compatibility if AVHWAccel is used or if an appliction sets threadunsafe callbacks. Avconv and avplay still use -threads auto if not specified.
-
- 18 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 17 Jan, 2012 1 commit
-
-
Anton Khirnov authored
Frames must be counted when they are passed to the encoder, not when they come out. Fixes Bug 202.
-
- 16 Jan, 2012 1 commit
-
-
Justin Ruggles authored
-
- 12 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 10 Jan, 2012 2 commits
-
-
Anton Khirnov authored
This is a hopefully temporary solution until lavfi can properly deal with resolution changes.
-
Anton Khirnov authored
This option only applies to streamcopy, but is currently processed only when encoding.
-
- 04 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 02 Jan, 2012 1 commit
-
-
Anton Khirnov authored
Codec timebase is not framerate and the situation when it's different from AVStream.r_frame_rate is quite common, nothing to warn about.
-
- 01 Jan, 2012 2 commits
-
-
Anton Khirnov authored
-
Janne Grunau authored
-
- 29 Dec, 2011 1 commit
-
-
Aneesh Dogra authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Dec, 2011 2 commits
-
-
Anton Khirnov authored
Decoding Sintel.2010.1080p.mkv with 4 threads on an i7 2600K goes from 260s to 244s.
-
Anton Khirnov authored
This will allow memcpy-free passing frames to lavfi.
-
- 22 Dec, 2011 1 commit
-
-
Alex Converse authored
The 'fiel' atoms can be found in H.264 tracks clobbering the extradata. MJPEG supports non field based extradata, and this data should be preserved when copying.
-
- 16 Dec, 2011 1 commit
-
-
Alexandra Khirnova authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 12 Dec, 2011 2 commits
-
-
Anton Khirnov authored
-
Janne Grunau authored
-
- 10 Dec, 2011 2 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
It's broken and doesn't work anyway. This patch means that avconv will ignore encoding options from the ffm file and will instead use whatever is provided on the commandline as for normal output.
-
- 08 Dec, 2011 1 commit
-
-
Luca Barbato authored
All the currently supported OS-es manage to use return values properly.
-
- 05 Dec, 2011 2 commits
-
-
Justin Ruggles authored
This avoids allocating/freeing an AVFrame for each packet decode. It also simplifies error handling in transcode_audio() and transcode_video().
-
Justin Ruggles authored
-
- 04 Dec, 2011 1 commit
-
-
Justin Ruggles authored
-
- 02 Dec, 2011 1 commit
-
-
Mans Rullgard authored
Commit 035af998 made avconv always call an encoder when using the null muxer. While useful for 2-pass encodes, it inadvertently caused an extra memcpy of raw frames when decoding only. This hack restores the old behaviour when only decoding while allowing use of the null muxer with encoded streams as well. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 30 Nov, 2011 3 commits
-
-
Anton Khirnov authored
I.e. on streamcopy set output codec timebase from input stream timebase (as opposed to input codec timebase). This should be more sane, because since the stream is not decoded, the input codec tb has no relation to the timestamps of the copied packets.
-
Anton Khirnov authored
-
Anton Khirnov authored
This was broken in 2a651b71.
-
- 29 Nov, 2011 1 commit
-
-
Alex Converse authored
Also fix reporting of the number of samples added/dropped.
-
- 23 Nov, 2011 6 commits
-
-
Janne Grunau authored
At EOF it makes no sense to modify avpkt.{data,size} in output_packet since no data is consumed. Frame threading with more than 1 threads hits the segfault.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
I.e. if the packet was only partially consumed, pass the rest of it into the decoder again. Also simplify the code so it's the same for video/audio/subs.
-
Anton Khirnov authored
Prevent avconv from duplicating or dropping frames for formats where it makes even less sense than usual, e.g. image2.
-