Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-06ac3: convert to lavu/txLynne
2022-10-26avcodec/ac3dec: split off code discarding garbage at the beginning of a packetJames Almer
2022-09-30avcodec/ac3dsp: Remove unused parameterAndreas Rheinhardt
2022-09-21avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-21avcodec/ac3dec: add downmix support for mono and stereo for eac3 7.1Paul B Mahol
2022-08-27avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-05-15avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15ac3: convert to new channel layout APIVittorio Giovara
2022-01-04avcodec/ac3tab: Unavpriv ac3_channel_layout_tabAndreas Rheinhardt
2021-01-09avcodec/ac3dec: Make decoders init-threadsafeAndreas Rheinhardt
2021-01-09avcodec/ac3dec: Check operations that can failAndreas Rheinhardt
2019-02-07avcodec/ac3: Explicitly return to discard large amounts of nonsense bytesMichael Niedermayer
2019-01-16avcodec/ac3dec: Optimize frame start searchMichael Niedermayer
2019-01-01libavcodec/ac3dec.c: Avoid unspecific -1 error codeMichael Niedermayer
2018-11-30avformat/ac3dec: always skip junk bytes before sync bytesPaul B Mahol
2018-09-22avcodec/ac3dec: Fix shift signedness in mask creationMichael Niedermayer
2018-09-22avcodec/eac3dec: Check that channel_map does not contain more than EAC3_MAX_C...Michael Niedermayer
2018-07-04avcodec/ac3dec: Check channel_map indexMichael Niedermayer
2018-05-28avcodec/ac3dec: Check that the number of channels with dependant streams is v...Michael Niedermayer
2018-05-28avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame()Michael Niedermayer
2018-05-26avcodec/ac3dec: Use frame_size if superframe_size is 0Michael Niedermayer
2018-03-30avcodec/ac3: fix out of array access introduced previouslyPaul B Mahol
2018-03-29avcodec/eac3: add support for dependent streamPaul B Mahol
2017-10-28Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer
2017-05-14avcodec/ac3dec: Fix: runtime error: index -1 out of bounds for type 'INTFLOAT...Michael Niedermayer
2017-05-13avcodec/ac3dec: Keep track of band structureMichael Niedermayer
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-04-12ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov
2017-03-22Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb'Clément Bœsch
2017-03-22Merge commit '43717469f9daa402f6acb48997255827a56034e9'Clément Bœsch
2017-03-15Merge commit '8495d84f0101464b15517860db33e8605586d87e'Clément Bœsch
2017-03-15Merge commit '3db51bf671defd47f2ec5ab67b11fb7730fb5e5a'Clément Bœsch
2017-03-15Merge commit 'f0ccc65bc9ab9ddf1366066395564c71bcc825ee'Clément Bœsch
2017-03-15Merge commit 'a5ebe5d1217942238c641c83b24ef1106e53934a'Clément Bœsch
2017-01-22avcodec/ac3dec: add consistent noise generation option.Jonathan Campbell
2016-11-04avcodec/ac3dec: Check expaccMichael Niedermayer
2016-10-01ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asmJustin Ruggles
2016-10-01ac3dsp: Reverse matrix in/out order in downmix()Justin Ruggles
2016-09-15avcodec/(e)ac3: Fix target_level for EAC3.Nikolas Bowe
2016-07-29ac3dec: Add some inline hintsLuca Barbato
2016-07-29ac3dec: Simplify skippingLuca Barbato
2016-07-29ac3dec: Split coupling-specific code from decode_audio_block()Luca Barbato
2016-07-29ac3dec: Split spx-specific code from decode_audio_block()Luca Barbato
2016-05-09Merge commit '33275a0de05e9bc321f2537a2a67921fab81624f'Derek Buitenhuis
2016-04-25avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3Michael Niedermayer
2016-04-02ac3dec: change logging of skipped E-AC-3 substreams.Tim Walker
2015-12-24avcodec/ac3dec: Print the value of out of range exponentsMichael Niedermayer