summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* h264: add support for decoding planar RGB images.Ronald S. Bultje2011-11-24
* pcmdec: remove unneeded resetting of samples pointerJustin Ruggles2011-11-23
* bethsoftvideo: return proper consumed size for palette packets.Anton Khirnov2011-11-23
* tiffenc: add a private option for selecting compression algorithmAnton Khirnov2011-11-23
* ARM: remove needless .text/.align directivesMans Rullgard2011-11-23
* aacdec: Fix PS in ADTS.Alex Converse2011-11-22
* dsputil: use cpuflags in x86 emu_edge_coreJustin Ruggles2011-11-22
* dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles2011-11-22
* wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.Justin Ruggles2011-11-22
* Add libavutil/mathematics.h #includes for INFINITYMans Rullgard2011-11-22
* doxy: introduce an empty structure in libavcodecLuca Barbato2011-11-22
* ARM: add explicit .arch and .fpu directives to asm.SMans Rullgard2011-11-22
* pthread: do not touch has_b_framesJanne Grunau2011-11-22
* pthread: add some malloc failure checksJustin Ruggles2011-11-21
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
* avcodec: use av_opt_set() instead of deprecated av_set_string3()Justin Ruggles2011-11-19
* avcodec: fix some const warningsJustin Ruggles2011-11-19
* avcodec: remove pointless AVOption, internal_buffer_countJustin Ruggles2011-11-19
* cinepack: return non-generic errorsLuca Barbato2011-11-18
* cinepak: remove redundant coordinate checksMichael Niedermayer2011-11-18
* cinepak: check strip_sizeMichael Niedermayer2011-11-18
* cinepak, simplify, use AV_RB24()Michael Niedermayer2011-11-18
* cinepak: simplify, use FFMIN()Michael Niedermayer2011-11-18
* cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0Michael Niedermayer2011-11-18
* vp5: Fix illegal read.Alex Converse2011-11-17
* vp6: Fix illegal read.Thierry Foucu2011-11-17
* mpegaudiodec: Don't use a nonexistent log context for av_dlogMartin Storsjö2011-11-16
* cinepak: Add another special case so that it can handle the following file:Mike Melanson2011-11-16
* lagarith: add some RGBA decoding supportKostya Shishkov2011-11-16
* lagarith: Add correct line prediction for RGBNathan Caldwell2011-11-16
* cosmetics: indentationJustin Ruggles2011-11-15
* mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles2011-11-15
* binkvideo: simplify and remove invalid shiftsMans Rullgard2011-11-14
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-14
* vble: remove vble_error_closeJanne Grunau2011-11-11
* VBLE DecoderDerek Buitenhuis2011-11-11
* tta: use an integer instead of a pointer to iterate output samplesJustin Ruggles2011-11-11
* shorten: do not modify samples pointer when interleavingJustin Ruggles2011-11-11
* mpc7: only support stereo input.Justin Ruggles2011-11-11
* dpcm: do not try to decode empty packetsJustin Ruggles2011-11-11
* dpcm: remove unneeded buf_size==0 check.Justin Ruggles2011-11-11
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-11
* vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-11
* twinvq: check for allocation failure in init_mdct_win()Justin Ruggles2011-11-11
* mpc7: Fix memset call in mpc7_decode_frame functionAlex Converse2011-11-10
* atrac1: use correct context for av_log()Justin Ruggles2011-11-10
* apedec: consume the whole packet when copying to the decoder buffer.Justin Ruggles2011-11-10
* apedec: do not needlessly copy s->samples to nblocks.Justin Ruggles2011-11-10
* apedec: check output buffer size after calculating actual output sizeJustin Ruggles2011-11-10
* apedec: remove unneeded entropy decoder normalization.Justin Ruggles2011-11-10