- 20 Oct, 2011 35 commits
-
-
Anton Khirnov authored
Specifically, ff_flac_parse_streaminfo, ff_flac_is_extradata_valid and ff_flac_parse_block_header
-
Anton Khirnov authored
Specifically, ff_mpeg4audio_sample_rates, ff_mpeg4audio_get_config and ff_copy_pce_data
-
Anton Khirnov authored
Specifically, ff_mpa_freq_tab, ff_mpa_bitrate_tab, ff_mpa_decode_header, ff_mpegaudio_decode_header.
-
Anton Khirnov authored
It's used in lavf.
-
Anton Khirnov authored
Overhead as reported by rbelf-size goes from 40147 to 20877.
-
Anton Khirnov authored
They are used in libavdevice.
-
Anton Khirnov authored
It's used in libavdevice.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
enable CODEC_CAP_DELAY to flush any remaining frames in the buffer. Stop decoding when the FN_QUIT command is found so that a trailing seek table isn't decoded as a normal frame. decode all channels in the same call to avcodec_decode_audio3() so that decoding will not stop after the first channel of the last frame. Updated FATE reference. More valid audio is now decoded.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
decode_subframe_lpc().
-
Justin Ruggles authored
just set data_size to zero.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
fixes incorrect bitrate reporting and potential misreporting of the number of channels.
-
Justin Ruggles authored
-
Justin Ruggles authored
Having it there forces decoding of a frame in order to get frame_size, but it is not really needed for proper demuxing or decoding.
-
Justin Ruggles authored
The first timestamp should be negative due to delay. Also, do not set AVCodecContext.frame_size unnecessarily.
-
Justin Ruggles authored
Using AVCodecContext.frame_size is not reliable.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Diego Biurrun authored
This avoids some unused variable warnings with YASM disabled.
-
Diego Biurrun authored
-
- 19 Oct, 2011 5 commits
-
-
Diego Biurrun authored
This is done conditional to the libavcodec version to avoid ABI breaks.
-
Diego Biurrun authored
This fixes 'make checkheaders' on non-W32THREADS systems.
-
Janne Grunau authored
-
Anton Khirnov authored
Deprecate avcodec_get_context_defaults/avcodec_get_context_defaults2
-
Anton Khirnov authored
Manual replacements are done in this commit. In many cases, the id is some constant made up number (e.g. 0 for video and 1 for audio), which is then not used in the demuxer for anything. Those ids are removed.
-