18 Commits (e5dcde620d5617fbfdc1e8a699415b742245638f)

Author SHA1 Message Date
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 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 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
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov 5359381864 libgsm: convert to new channel layout API 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
wm4 47687a2f8a avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
James Almer fb94e7b39a Revert "Merge commit '8e97a8c69162afce47abea96c8c0914f3550e212'" 7 years ago
Diego Biurrun 8e97a8c691 build: Remove check for gsm/gsm.h for libgsm 7 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Nidhi Makhijani b4edbe9a0e libgsm: Split decoder and encoder 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 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 4f69612d3e libgsm: decode directly to the user-provided AVFrame 12 years ago
Brad Smith c7df1532e5 libgsm: detect libgsm header path 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Michael Niedermayer d3dfe99bc5 libgsmdec: fix decoding of non 8khz gsm files 12 years ago
Justin Ruggles c5b8acad73 libgsmdec: always set channel layout and sample rate at initialization 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol 137e80817d lavc: build some codecs only if they are actually enabled 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Carl Eugen Hoyos abdcb4918c Fix libgsm.c compilation after typo in 67b8c8. 13 years ago
Michael Niedermayer 67b8c88cfe libgsm: switch to ff_alloc_packet2(). 13 years ago
Justin Ruggles 1987a940b7 libgsmenc: use AVCodec.encode2() 13 years ago
Justin Ruggles a8bdf2405c check for coded_frame allocation failure in several audio encoders 13 years ago
Justin Ruggles 255ad8881d audio encoders: do not set coded_frame->key_frame. 13 years ago
Reimar Döffinger dbc7c6121e libgsm: Fix compilation. 13 years ago
Paul B Mahol 5291cedd6c libgsm: remove dupe assigment. 13 years ago
Paul B Mahol 3ac99cdc41 libgsm: check return value of gsm_create & avcodec_alloc_frame() 13 years ago
Justin Ruggles 82390f57d1 avcodec: add GSM parser 13 years ago
Martin Storsjö 1b35af3225 libgsm: Reset the MS mode of GSM in the flush function 13 years ago
Martin Storsjö 8637af8d24 libgsm: Set options on the right object 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 20e081dddc libgsm: add flush function to reset the decoder state when seeking 13 years ago
Justin Ruggles 480324e7ca libgsm: simplify decoding by using a loop 13 years ago
Justin Ruggles 9d52f0a711 gsm: log error message when packet is too small 13 years ago
Justin Ruggles 9671db8245 libgsmdec: do not needlessly set *data_size to 0 13 years ago
Justin Ruggles b03761b130 libgsmdec: check output buffer size before decoding 13 years ago
Justin Ruggles 88f908fbdc cosmetics: reindent and pretty-print 13 years ago