83 Commits (4bfcedb33f7bb8aff43a32f924742ed5a4ba3edf)

Author SHA1 Message Date
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
Justin Ruggles 8febd6afbc libgsm: split init and close fuctions for encoder and decoder. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun 357d0d8fc7 libgsm: Drop const qualifier to silence compiler warning. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Rodney Baker 2d525ef483 Change all occurences of "inofficial" to "unofficial" in code, comments 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Ramiro Polla 3beb81e744 Fix compilation with --enable-libgsm on Gentoo and OpenSUSE. 15 years ago
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Martin Storsjö 916ff02261 Fix memory leak in libgsm wrapper. 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago