- 28 Aug, 2016 1 commit
-
-
Jai Luthra authored
The min_shift parameter is needed by the MLP encoder Signed-off-by:
Jai Luthra <me@jailuthra.in> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 02 Aug, 2016 1 commit
-
-
Paul B Mahol authored
-
- 23 Mar, 2016 1 commit
-
-
Diego Biurrun authored
-
- 22 Jan, 2016 1 commit
-
-
Martin Storsjö authored
This fixes crashes since 243df135. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 21 Jan, 2016 1 commit
-
-
Vittorio Giovara authored
These options are only used by alac and flac. They are very codec-specific options, so deprecate the global variants. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 27 Jul, 2015 3 commits
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Express bitfields more simply. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Michael Niedermayer authored
This parameter can be used to inform the allocation code about how much downsizing might occur, and can be used to optimize how to allocate the packet Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 20 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Allocating coded_frame is what most encoders do anyway, so it makes sense to always allocate and free it in a single place. Moreover a lot of encoders freed the frame with av_freep() instead of the correct API av_frame_free(). This bring uniformity to encoder behaviour and prevents applications from erroneusly accessing this field when not allocated. Additionally this helps isolating encoders that export information with coded_frame, and heavily simplifies its deprecation. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 20 Sep, 2014 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
The extra bits have already been masked, so this was not doing anything. Noticed-by: Justin Ruggles Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
The issue lies in actually dead code ("for now it's not used"). Noticed-by: Justin Ruggles Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Aug, 2014 2 commits
-
-
Christophe Gisquet authored
The raw coded bits are extracted prior to decorrelation, as is correctly performed by the decoder, and not after. Fixes ticket #2768. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
This change is almost cosmetical only, and reduces the changes needed to fix the 24bps case. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 12 Jun, 2013 1 commit
-
-
Michael Niedermayer authored
Possibly fixes Ticket2497 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jun, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 06 Mar, 2013 1 commit
-
-
James Zern authored
- check ret < 0 - remove excessive error log Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 05 Dec, 2012 1 commit
-
-
Justin Ruggles authored
-
- 20 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 22 Aug, 2012 3 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 23 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Feb, 2012 12 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Simplifies use of verbatim mode.
-
Justin Ruggles authored
Otherwise it is not needed because it matches the frame size as encoded in the extradata.
-
Justin Ruggles authored
This avoids an indirection and will simplify implementation of encode2()
-
Justin Ruggles authored
-
Justin Ruggles authored
Gives a better estimate of buffer requirements and a better decision of whether or not to use verbatim mode.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
It is already set in avcodec_alloc_frame()
-
Justin Ruggles authored
encoded ALAC does not have a fixed number of bits per sample
-
Justin Ruggles authored
-