37 Commits (8aed3911fc454e79697e183660bf30d31334a64b)

Author SHA1 Message Date
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Anton Khirnov 8b20d0dcb5 lavc: deprecate AV_CODEC_CAP_SUBFRAMES 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Anton Khirnov 182866e9e4 g723_1: convert to new channel layout API 3 years ago
Andreas Rheinhardt 2079f95b38 avcodec/g723_1dec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 9c318b30f3 avcodec/g723_1: Move tables to their only user 4 years ago
Andreas Rheinhardt 3d284e35c2 avcodec/g723_1: Deduplicate arrays 4 years ago
Michael Niedermayer 1850c3feaa avcodec/g723_1dec: fix invalid shift with negative sid_gain 5 years ago
Michael Niedermayer 07732f12a4 avcodec/g723_1dec: Fix overflow in shift 5 years ago
Andreas Rheinhardt 54e1efda6d avcodec/g723_1dec: Fix invalid shift 5 years ago
Paul B Mahol 0ce759defd avcodec/g723_1dec: actually decode second channel 6 years ago
Paul B Mahol f52dd8a55a avcodec/g723_1dec: use init_get_bits8() 6 years ago
Paul B Mahol d283ee085f avcodec/g723_1dec: improve stereo support 6 years ago
Paul B Mahol 7a124138a7 avcodec/g723_1dec: reindent after last commit 6 years ago
Paul B Mahol 62dbcb7ddf avcodec/g723_1: add support for stereo files 6 years ago
Michael Niedermayer 53f241218d avcodec/g723_1dec: Clip bits2 in both directions 7 years ago
Michael Niedermayer 23868ad5cb avcodec/g723_1dec: Clip after shift in estimate_sid_gain() 8 years ago
Michael Niedermayer f2c539d350 avcodec/g723_1dec: Fix LCG type 8 years ago
Michael Niedermayer c4c0245686 avcodec/g723_1dec: Fix runtime error: left shift of negative value -1 8 years ago
Michael Niedermayer d3088e0fd8 avcodec/g723_1dec: Fix several integer related cases of undefined behaviour 8 years ago
Michael Niedermayer 4ace2d2219 avcodec/g723_1: Fix multiple runtime error: left shift of negative value 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 2188d53906 g72x: Convert to the new bitstream reader 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara 165cc6fb9d g723_1: Move sharable functions to a separate file 9 years ago
Vittorio Giovara aac996cc01 g723_1: Rename files to better reflect their purpose 9 years ago
Michael Niedermayer b74b88f30d g723_1: Handle values at the ends of the table in lsp2lpc() 9 years ago
Ganesh Ajjanagadde 4328e1fc42 avcodec/g723_1: fix a undefined left shift of negative number 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer d35000c2dc avcodec/g723_1: fix writing into input frame data and warning 11 years ago
Michael Niedermayer 1457f3fd90 avcodec/g723_1: add assert to help static code analyzers 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Justin Ruggles 7e52fd6bca g723.1: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer 6535d81d87 g723_1dec: Fix lsp2lpc() so it can handle values at the ends of the table. 12 years ago