summaryrefslogtreecommitdiffstats
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-271-14/+33
* pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt2013-08-311-42/+1
* pcm: always use codec->id instead of codec_idLuca Barbato2013-07-121-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* pcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-12/+8
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* pcm: fix decoding of pcm_s16le_planar on big-endianJustin Ruggles2012-11-201-2/+4
* pcmdec: use planar sample format for pcm_s16le_planarJustin Ruggles2012-11-191-9/+10
* lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decodersJustin Ruggles2012-11-011-4/+2
* pcm: define AVCodec instances only for enabled codecsMans Rullgard2012-10-221-37/+45
* Move av_reverse table to libavcodecDiego Biurrun2012-10-121-5/+6
* pcmdec: use planar sample format for pcm_lxfJustin Ruggles2012-10-091-18/+15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-94/+94
* pcmenc: set correct bitrate valueMans Rullgard2012-05-171-0/+1
* pcm: K&R formatting cosmeticsAneesh Dogra2012-04-041-129/+136
* check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-251-0/+2
* audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-251-1/+0
* pcmenc: Do not set avpkt->size.Justin Ruggles2012-02-011-1/+0
* pcmenc: use AVCodec.encode2()Justin Ruggles2012-01-151-10/+17
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-151-0/+1
* pcmenc: set frame_size to 0.Justin Ruggles2012-01-111-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-17/+25
* pcmdec: remove unneeded resetting of samples pointerJustin Ruggles2011-11-231-3/+0
* pcmdec: fix output buffer size check by calculating the actual output sizeJustin Ruggles2011-10-261-4/+11
* pcmdec: move codec-specific variable declarations to the corresponding codecJustin Ruggles2011-10-261-2/+11
* pcmdec: return buf_size instead of src-buf.Justin Ruggles2011-10-261-7/+3
* avcodec: remove the Zork PCM encoder.Justin Ruggles2011-10-261-10/+1
* pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.Justin Ruggles2011-10-261-11/+11
* pcmenc: remove unneeded sample_fmt check.Justin Ruggles2011-10-261-5/+0
* pcmdec: move number of channels check to pcm_decode_init()Justin Ruggles2011-10-261-5/+5
* pcmdec: remove unnecessary check for sample_fmt changeJustin Ruggles2011-10-261-5/+0
* pcmdec: move DVD PCM bits_per_coded_sample check near to the code that setsJustin Ruggles2011-10-261-5/+7
* pcmdec: do not needlessly set *data_size to 0Justin Ruggles2011-10-261-1/+0
* pcm: reduce pointer type castingMans Rullgard2011-10-131-40/+37
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
* pcm: Add const to cast in ENCODE macro.Diego Biurrun2011-04-191-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove final semicolon from some macrosMans Rullgard2011-02-101-3/+3
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Don't declare a pcm_dvd encoder.Diego Elio Pettenò2011-01-251-1/+1
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-111-0/+5
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-28/+28
* Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin2010-10-011-1/+25
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-7/+7
* Use designated initialisers for pcm codec structPeter Ross2010-07-161-20/+16
* Set bits_per_raw_sample in the pcm decoder.Justin Ruggles2010-06-101-0/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Allow hardcoding of ulaw and alaw tables.Reimar Döffinger2010-04-011-76/+3
OpenPOWER on IntegriCloud