- 27 Sep, 2019 1 commit
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 18 Mar, 2018 1 commit
-
-
James Almer authored
There's no need to allocate a new packet for it. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 24 May, 2017 1 commit
-
-
James Almer authored
This removes the current API violating behavior of overwritting the stream's extradata during packet filtering, something that should not happen after the av_bsf_init() call. The bitstream filter generated extradata is no longer available during write_header(), and as such not usable with non seekable output. The FATE tests are updated to reflect this. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 02 May, 2017 1 commit
-
-
Diego Biurrun authored
This makes the currently semi-public avpriv_aac_parse_header() function private to libavcodec and adds a proper public API function to return the parts of the ADTS header required in libavformat.
-
- 28 Apr, 2017 1 commit
-
-
Anton Khirnov authored
The function currently accepts a PutBitContext and a GetBitContext, which hardcodes their sizes into the lavc ABI. Since the function is quite small and only called in a few places, the simplest solution is making it inline, thus avoiding a runtime dependency completely. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 20 Apr, 2017 1 commit
-
-
James Almer authored
ASC frames smaller than AAC_ADTS_HEADER_SIZE were being discarded. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 29 Nov, 2016 1 commit
-
-
James Almer authored
Fixes AAC AudioSpecificConfig passthrough. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 25 Nov, 2016 1 commit
-
-
James Almer authored
Fixes ticket #5973 Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 20 Mar, 2016 1 commit
-
-
Anton Khirnov authored
Deprecate the current bitstream filtering API.
-
- 27 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 17 Feb, 2015 2 commits
-
-
Michael Niedermayer authored
This keeps the fields consistent Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Himangi Saraogi authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 01 Sep, 2014 1 commit
-
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 03 Feb, 2014 1 commit
-
-
Alex Sukhanov authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Oct, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 13 Mar, 2013 1 commit
-
-
Diego Biurrun authored
-
- 12 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 09 Oct, 2012 1 commit
-
-
Diego Biurrun authored
Some invocations include a verb in the log message, others do not. Yet av_log_missing_feature expects callers to provide a verb. Change the function to include a verb instead and update the callers accordingly. The result is a more natural function API and correct English in the function invocations.
-
- 20 Oct, 2011 2 commits
-
-
Anton Khirnov authored
Specifically, ff_mpeg4audio_sample_rates, ff_mpeg4audio_get_config and ff_copy_pce_data
-
Anton Khirnov authored
It's used in lavf.
-
- 15 Sep, 2011 1 commit
-
-
Laurent Aimar authored
init_get_bits() takes a number of bits and not a number of bytes as its size argument. Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
- 09 Sep, 2011 1 commit
-
-
Laurent Aimar authored
init_get_bits() takes a number of bits and not a number of bytes as its size argument. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 28 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 12 Jul, 2010 1 commit
-
-
Alex Converse authored
The AAC decoder and ADTS-to-ASC BSF both require the header decoder but not full parsing capabilities. Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Nov, 2009 1 commit
-
-
Alex Converse authored
Originally committed as revision 20541 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jun, 2009 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 19294 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2009 1 commit
-
-
Alex Converse authored
Originally committed as revision 19080 to svn://svn.ffmpeg.org/ffmpeg/trunk
-