- 11 Jul, 2014 1 commit
-
-
Diego Biurrun authored
doc/examples/output.c:460:9: warning: unused variable ‘i’
-
- 09 Jul, 2014 3 commits
-
-
Vittorio Giovara authored
-
Andrew Kelley authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Anton Khirnov authored
-
- 30 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 28 Jun, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 26 Jun, 2014 10 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Properly generate pts for the frames sent to the encoder, avoid using private and deprecated AVStream.pts.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 22 Jun, 2014 1 commit
-
-
Diego Biurrun authored
The language and the program that consumes the language are not the same.
-
- 20 Jun, 2014 3 commits
-
-
Justin Ruggles authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 18 Jun, 2014 3 commits
-
-
Luca Barbato authored
-
Anton Khirnov authored
Previously, AVStream.codec.time_base was used for that purpose, which was quite confusing for the callers. This change also opens the path for removing AVStream.codec. The change in the lavf-mkv test is due to the native timebase (1/1000) being used instead of the default one (1/90000), so the packets are now sent to the crc muxer in the same order in which they are demuxed (previously some of them got reordered because of inexact timestamp conversion).
-
Anton Khirnov authored
It has not been properly maintained for years and there is little hope of that changing in the future. It appears simpler to write a new replacement from scratch than unbreaking it.
-
- 10 Jun, 2014 2 commits
-
-
Luca Barbato authored
Certain hardware demuxer have specific restrictions for PCR periodicity.
-
Luca Barbato authored
-
- 01 Jun, 2014 2 commits
-
-
Anton Khirnov authored
Some encoders (e.g. flac) need to send side data when there is no more data to be output. This enables them to output a packet with no data in it, only side data.
-
wm4 authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 28 May, 2014 3 commits
-
-
Luca Barbato authored
Utility function to get the upper bound on the number of samples the resampler would output.
-
Luca Barbato authored
Add the low overhead pipe mode and the extended broadcast mode. Export the options as 'syncponts' since it impacts only that. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Provide f_strict for avconv usage. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 23 May, 2014 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 19 May, 2014 3 commits
-
-
Janne Grunau authored
-
Vittorio Giovara authored
Add AV_PKT_DATA_DISPLAYMATRIX and AV_FRAME_DATA_DISPLAYMATRIX as stream and frame side data (respectively) to describe a display transformation matrix for linear transformation operations on the decoded video. Add functions to easily extract a rotation angle from a matrix and conversely to setup a matrix for a given rotation angle. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
- 18 May, 2014 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Right now, the caller has to manually manage some allocated AVCodecContext fields, like extradata or subtitle_header. This is fragile and prone to leaks, especially if we want to add more such fields in the future. The only reason for this behaviour is so that the AVStream codec context can be reused for decoding. Such reuse is discouraged anyway, so this commit is the first step to deprecating it.
-
- 15 May, 2014 1 commit
-
-
Anton Khirnov authored
Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's codec context. Using codec options inside lavf is fragile and can easily break when the muxing codec context is not the encoding context.
-
- 11 May, 2014 2 commits
-
-
Anton Khirnov authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
The current hwaccel is broken and cannot be fixed in a compatible way. It will be deprecated and replaced with a new one.
-