summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-29
|\
| * isom: Add MPEG4SYSTEMS dummy object type indication.Alex Converse2011-10-28
| * aacdec: allow output reconfiguration on channel changesMichael Niedermayer2011-10-28
| * nellymoserenc: take float input samples instead of int16Justin Ruggles2011-10-28
| * nellymoserdec: use dsp functions for overlap and windowingJustin Ruggles2011-10-28
| * nellymoserdec: do not fail if there is extra data in the packetJustin Ruggles2011-10-28
| * nellymoserdec: fail if output buffer is too smallJustin Ruggles2011-10-28
| * nellymoserdec: remove pointless buffer size check.Justin Ruggles2011-10-28
| * snow: do not draw_edge if emu_edge is setMichael Niedermayer2011-10-28
| * wmavoice: move output buffer size check to synth_superframe().Justin Ruggles2011-10-28
| * wmavoice: only set data_size to 0 when necessaryJustin Ruggles2011-10-28
| * wmapro: fix strict-aliasing violations by using av_alias32Justin Ruggles2011-10-28
| * wmapro: use FmtConvertContext.float_interleave() to interleave output samplesJustin Ruggles2011-10-28
| * wmadec: consolidate 2 output buffer size checks into 1 checkJustin Ruggles2011-10-28
| * apedec: assert that s->samples is not negative before trying to decodeJustin Ruggles2011-10-28
| * apedec: use FFALIGN macro for internal data buffer sizeJustin Ruggles2011-10-28
| * apedec: do not keep incrementing the input data pointer past the end of theJustin Ruggles2011-10-28
| * apedec: check for input buffer overflow while reading frame headerJustin Ruggles2011-10-28
| * apedec: use unsigned int for offsetJustin Ruggles2011-10-28
| * apedec: remove pointless increment of 'buf'Justin Ruggles2011-10-28
| * apedec: set s->currentframeblocks after validating nblocksJustin Ruggles2011-10-28
| * apedec: use unsigned int for 'nblocks' and make sure that it's within int rangeJustin Ruggles2011-10-28
| * apedec: do not set s->samples until after validation.Justin Ruggles2011-10-28
| * apedec: check for data buffer realloc failureJustin Ruggles2011-10-28
| * apedec: return meaningful error values in ape_decode_frame()Justin Ruggles2011-10-28
| * apedec: correct an error messageJustin Ruggles2011-10-28
| * apedec: cosmeticsJustin Ruggles2011-10-28
| * apedec: return meaningful error codes from ape_decode_init()Justin Ruggles2011-10-28
| * apedec: check for filter buffer allocation failureJustin Ruggles2011-10-28
| * apedec: use memcpy for pseudo-stereo modeJustin Ruggles2011-10-28
| * apedec: remove unneeded check for zero-size packet.Justin Ruggles2011-10-28
| * 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
* | Fix dca decoding for many samples after last commit.Carl Eugen Hoyos2011-10-28
* | Be less verbose about dca channel number changes.Carl Eugen Hoyos2011-10-28
* | Remove unused dca context variable.Carl Eugen Hoyos2011-10-28
* | Fix a regression in the dca parser introduced by dts express support.Hendrik Leppkes2011-10-28
* | dca_parser: Add support for parsing dts expressHendrik Leppkes2011-10-28
* | dca: allow the channel count to change.Hendrik Leppkes2011-10-28
* | lavc: Map deprecated codec ids to ours so as to maintain compatibility with t...Michael Niedermayer2011-10-28
* | avcodec: Change values of codec ids at the end of lists that dont exist outsi...Michael Niedermayer2011-10-28
* | avcodec: Resolve the codec_id compatibility issue.Michael Niedermayer2011-10-28
* | Add SMPTE240M transfer characteristics flag.Hendrik Leppkes2011-10-28