summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mp3on4: do not needlessly set data_size to 0Justin Ruggles2011-10-27
* mp3adu: return error instead of just consuming bad packetsJustin Ruggles2011-10-27
* mpegaudiodec: check output data size based on avctx->frame_sizeJustin Ruggles2011-10-27
* avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles2011-10-27
* mpegaudiodec: cosmetics: basic pretty-printingJustin Ruggles2011-10-27
* mpegaudiodec: remove frame_count field from MPADecodeContext.Justin Ruggles2011-10-27
* mpegaudiodec: return AVERROR return codes instead of -1Justin Ruggles2011-10-27
* mpegaudiodec: Skip only bad frames instead of the whole packet.Justin Ruggles2011-10-27
* lavc: remove "legacy" mpegvideo decoder.Anton Khirnov2011-10-27
* libopencore-amr: check output buffer size before decodingJustin Ruggles2011-10-26
* libopencore-amr: remove unneeded buf_size==0 check.Justin Ruggles2011-10-26
* libopencore-amr: remove unneeded frame_count field.Justin Ruggles2011-10-26
* aac_latm: remove unneeded check for zero-size packet.Justin Ruggles2011-10-26
* pcmdec: fix output buffer size check by calculating the actual output sizeJustin Ruggles2011-10-26
* pcmdec: move codec-specific variable declarations to the corresponding codecJustin Ruggles2011-10-26
* pcmdec: return buf_size instead of src-buf.Justin Ruggles2011-10-26
* avcodec: remove the Zork PCM encoder.Justin Ruggles2011-10-26
* pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.Justin Ruggles2011-10-26
* pcmenc: remove unneeded sample_fmt check.Justin Ruggles2011-10-26
* pcmdec: move number of channels check to pcm_decode_init()Justin Ruggles2011-10-26
* pcmdec: remove unnecessary check for sample_fmt changeJustin Ruggles2011-10-26
* pcmdec: move DVD PCM bits_per_coded_sample check near to the code that setsJustin Ruggles2011-10-26
* pcmdec: do not needlessly set *data_size to 0Justin Ruggles2011-10-26
* alacdec: remove unneeded NULL or zero-size packet checks.Justin Ruggles2011-10-26
* alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO()Justin Ruggles2011-10-26
* alacdec: ask for a sample for unsupported sample depths.Justin Ruggles2011-10-26
* alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channelsJustin Ruggles2011-10-26
* alacdec: move some declarations to the top of the functionJustin Ruggles2011-10-26
* alacdec: always use get_sbits_long() for uncompressed samplesJustin Ruggles2011-10-26
* alacdec: remove unneeded local variableJustin Ruggles2011-10-26
* alacdec: remove the numchannels parameter from several functions.Justin Ruggles2011-10-26
* alacdec: rename 2 functions.Justin Ruggles2011-10-26
* alacdec: move appending of extra_bits to a separate function.Justin Ruggles2011-10-26
* alacdec: split stereo decorrelation into a separate function.Justin Ruggles2011-10-26
* alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.Justin Ruggles2011-10-26
* alacdec: remove unneeded numsamples checksJustin Ruggles2011-10-26
* alacdec: check for buffer allocation failure.Justin Ruggles2011-10-26
* alacdec: allocate per-channel buffers based on channel count.Justin Ruggles2011-10-26
* alacdec: read/validate number of channels from the extradata.Justin Ruggles2011-10-26
* alacdec: remove unneeded validation of setinfo_sample_size.Justin Ruggles2011-10-26
* alacdec: set sample_fmt in alac_decode_init()Justin Ruggles2011-10-26
* alacdec: set bytespersample using av_get_bytes_per_sample()Justin Ruggles2011-10-26
* threads: restore has_b_frames in frame_thread_freeJanne Grunau2011-10-26
* H.264: Cometics to dsputil_mmx.cDaniel Kang2011-10-26
* g722dec: check output buffer size before decodingJustin Ruggles2011-10-25
* g722dec: cosmetics: reindent/linewrapJustin Ruggles2011-10-25
* g722dec: remove the use of lowres for half-rate decoding.Justin Ruggles2011-10-25
* tta: check for allocation failure of decode_bufferJustin Ruggles2011-10-25
* tta: use correct frame_length calculation.Justin Ruggles2011-10-25
* tta: add support for decoding 24-bit sample formatJustin Ruggles2011-10-25