summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lagarith: Add correct line prediction for RGBNathan Caldwell2011-11-16
* lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard2011-11-15
* 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
* pulse: compute frame_duration once and fix itLuca Barbato2011-11-14
* lavf: simplify format_child_class_next()Luca Barbato2011-11-14
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-14
* doc: add support for an optional navigation bar in texi2html pagesJanne Grunau2011-11-14
* lavf: pass options from AVFormatContext to avio.Anton Khirnov2011-11-13
* avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-13
* avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-13
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: add and use ffurl_protocol_next().Anton Khirnov2011-11-13
* avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* avformat: Use ff_check_interruptMartin Storsjö2011-11-13
* avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2011-11-13
* avio: Add AVIOInterruptCBMartin Storsjö2011-11-13
* texi2html: remove stray \nLuca Barbato2011-11-13
* doc: prettyfy the texi2html documentationLuca Barbato2011-11-13
* swscale: handle unaligned buffers in yuv2plane1Ronald S. Bultje2011-11-13
* 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
* vqf: do not set bits_per_coded_sample for TwinVQ.Justin Ruggles2011-11-11
* twinvq: check for allocation failure in init_mdct_win()Justin Ruggles2011-11-11
* swscale: add padding to conversion buffer.Sean McGovern2011-11-11
* rtpdec: Simplify finalize_packetJohn Brooks2011-11-11
* http: Handle proxy authenticationMartin Storsjö2011-11-11
* http: Print an error message for Authorization Required, tooMartin Storsjö2011-11-11
* AVOptions: don't return an invalid option when option list is emptyAnton Khirnov2011-11-11
* AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)Mike Melanson2011-11-11
* doc: update libavfilter documentationLuca Barbato2011-11-10
* tls: Use the URLContext as logging contextMartin Storsjö2011-11-10
* aes: Avoid illegal read and don't generate more key than we use.Alex Converse2011-11-10
* 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
* truespeech: use memmove() in truespeech_update_filters()Justin Ruggles2011-11-10
* vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles2011-11-10