- 28 May, 2014 2 commits
-
-
Anton Khirnov authored
It is used to store the channel mask for non-standard layouts.
-
Anton Khirnov authored
The channel layout mask for non-standard layouts is typically stored at the container level (as a vorbiscomment tag) for FLAC.
-
- 27 May, 2014 6 commits
-
-
Andrew Kelley authored
Before, header information for ogg format files was sent with the first encoded packet. This patch makes it so that it is possible for API users to differentiate between headers and encoded audio. This is useful, for example, when creating an audio stream where you want to send one set of headers for every client that connects and then the encoded stream of audio. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Andrew Kelley authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
Also shorten HuffYUV context member names to avoid clutter.
-
Diego Biurrun authored
Also shorten HuffYUV context member names to avoid clutter.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 26 May, 2014 5 commits
-
-
Anton Khirnov authored
Thatt hardcodes the number of formats into lavfi and will break when a shared lavu is updated, adding new formats.
-
Anton Khirnov authored
That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
Anton Khirnov authored
That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
Anton Khirnov authored
Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
Anton Khirnov authored
Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
- 25 May, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 24 May, 2014 2 commits
-
-
Nidhi Makhijani authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Nidhi Makhijani authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 23 May, 2014 2 commits
-
-
Vittorio Giovara authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Niels Möller authored
Also include zero in the table, eliminating a special case in the decoder. Signed-off-by: Niels Möller <nisse@southpole.se> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 19 May, 2014 16 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
Removes an ugly $(if) to avoid conflicts with $(FFLIBS-) in the top-level MAkefile.
-
Janne Grunau authored
-
Martin Storsjö authored
This fixes compilation with MSVC. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Vittorio Giovara authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
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
This also handles side data properly.
-
Anton Khirnov authored
Side data count is incremented by by calling av_packet_new_side_data() in the following loop, setting it explicitly results in the resulting value being twice what it should be. CC: libav-stable@libav.org
-
Anton Khirnov authored
-
Anton Khirnov authored
All encoders should output proper timestamps now.
-
Anton Khirnov authored
Use OutputStream.last_mux_dts as an approximation of 'current' output time instead.
-
Anton Khirnov authored
-
Mickaël Raulet authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Mickaël Raulet authored
Process 4 pixels at once. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Mickaël Raulet authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 18 May, 2014 6 commits
-
-
Anton Khirnov authored
This mirrors the demuxer behaviour and avoids accessing AVCodecContext.codec, which should not be done in muxers.
-
Anton Khirnov authored
-
Anton Khirnov authored
Also, return a proper error code.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It is not supposed to be set from outside of libavcodec. Set average framerate instead.
-