166 Commits (9f8937b5ef1301184089f7bc31fe49c439d0ddbc)

Author SHA1 Message Date
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 a6bb39add2 pcm: 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 f0695b09dd pcmdec: check codec_id 12 years ago
Paul B Mahol dd59f0125d add some planar PCM encoders 12 years ago
Paul B Mahol f17f759544 pcmdec: use memcpy() when possible for planar decoders 12 years ago
Justin Ruggles 00dd9a6d6a pcm: fix decoding of pcm_s16le_planar on big-endian 12 years ago
Paul B Mahol 00e02366a5 pcmenc: use ENCODE macro for pcm_s8 12 years ago
Michael Niedermayer 2d232f8b88 pcm: revert from libavs planar code to durandals. 12 years ago
Paul B Mahol da8242e2d6 8svx: move pcm_s8_planar decoder to pcm.c 12 years ago
Justin Ruggles c9d0f4506f pcmdec: use planar sample format for pcm_s16le_planar 12 years ago
Paul B Mahol 0df7d95a5e pcmenc: remove dead increment 12 years ago
Paul B Mahol 6557c46d91 pcm: move i into for loop to avoid { } inside switch statement 12 years ago
Paul B Mahol 9ba41ae63e PCM signed 16-bit big-endian planar decoder 12 years ago
Paul B Mahol 467dfd5dfa PCM signed 24-bit/32-bit little-endian planar decoder 12 years ago
Paul B Mahol eca2eb2dfa pcm: give more descriptive name to codec 12 years ago
Michael Niedermayer 7373b3ad04 pcmdec: consistently use codec_id, fixes out of array reads 12 years ago
Michael Niedermayer b8551f8ea7 pcmdec: check that channels is valid. 12 years ago
Michael Niedermayer 00aa7fa786 pcm: fix handling of more than 8 channels for planar 12 years ago
Justin Ruggles bb6941af2a lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders 12 years ago
Mans Rullgard abdee95224 pcm: define AVCodec instances only for enabled codecs 12 years ago
Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 12 years ago
Justin Ruggles 7e5f045039 pcmdec: use planar sample format for pcm_lxf 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Stefano Sabatini 201b409da0 lavc/pcm: clarify error message from pcm_decode_frame() 13 years ago
Mans Rullgard 7d7b40f48a pcmenc: set correct bitrate value 13 years ago
Aneesh Dogra 6d21f49879 pcm: K&R formatting cosmetics 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 11e8f3e7a2 pcm: switch to ff_alloc_packet2(). 13 years ago
Paul B Mahol 32a5775a91 pcm: leave sample format conversion to libswresample 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
Stefano Sabatini d21b82fd3a lavc: provide aliases to the PCM A-law/mu-law codecs 13 years ago
Justin Ruggles 3c432631e9 pcmenc: Do not set avpkt->size. 13 years ago
Paul B Mahol 1fa24d08b2 pcm: remove redundant assignment 13 years ago
Paul B Mahol ae8dc203b2 pcm: check return value of avcodec_alloc_frame() 13 years ago
Justin Ruggles 05f95443ca pcmenc: use AVCodec.encode2() 13 years ago
Justin Ruggles b2c75b6e63 avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio() 13 years ago
Justin Ruggles 56f22b7e16 pcmenc: set frame_size to 0. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles c1848c4b26 pcmdec: remove unneeded resetting of samples pointer 13 years ago
Justin Ruggles f1901180e0 pcmdec: fix output buffer size check by calculating the actual output size 13 years ago
Justin Ruggles 154cd253e5 pcmdec: move codec-specific variable declarations to the corresponding codec 13 years ago
Justin Ruggles 0093f96d34 pcmdec: return buf_size instead of src-buf. 13 years ago
Justin Ruggles 85579b6381 avcodec: remove the Zork PCM encoder. 13 years ago
Justin Ruggles 67a3b67c71 pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8. 13 years ago
Justin Ruggles 06af335a33 pcmenc: remove unneeded sample_fmt check. 13 years ago
Justin Ruggles d94e29cac9 pcmdec: move number of channels check to pcm_decode_init() 13 years ago