Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-20lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov
2011-10-20lavf: hide private symbols.Anton Khirnov
2011-10-20lavf: use avpriv_ prefix for some dv functions.Anton Khirnov
2011-10-20lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov
2011-10-20avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentationJustin Ruggles
2011-10-20avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2()Justin Ruggles
2011-10-20avcodec: clarify documentation of CODEC_CAP_DELAYJustin Ruggles
2011-10-20shorten: fix end-of-stream decoding.Justin Ruggles
2011-10-20shorten: do not use block size to determine whether to read the header.Justin Ruggles
2011-10-20shorten: check output buffer size before decodingJustin Ruggles
2011-10-20shorten: use av_clip_int16() for output sample clippingJustin Ruggles
2011-10-20shorten: use bytestream functions to decode the embedded WAVE headerJustin Ruggles
2011-10-20shorten: add some commentsJustin Ruggles
2011-10-20shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()Justin Ruggles
2011-10-20cosmetics: remove some needless commented-out stuffJustin Ruggles
2011-10-20shorten: validate block sizeJustin Ruggles
2011-10-20shorten: move declaration of 'ret' to top of shorten_decode_frame()Justin Ruggles
2011-10-20shorten: pass on error value from allocate_buffers() instead of returning -1Justin Ruggles
2011-10-20shorten: check for realloc failureJustin Ruggles
2011-10-20shorten: move decoding of prediction order and applying of global offset toJustin Ruggles
2011-10-20shorten: only calculate output size when returning decoded samples, otherwiseJustin Ruggles
2011-10-20cosmetics: reindentJustin Ruggles
2011-10-20shorten: separate processing of audio commands from non-audio commandsJustin Ruggles
2011-10-20shorten: skip some fields in the WAV header embedded in the shorten header.Justin Ruggles
2011-10-20shorten: split reading of file header into a separate functionsJustin Ruggles
2011-10-20avformat: do not require frame_size for Speex.Justin Ruggles
2011-10-20ogg/speex: set correct timestamp and duration for the first packet.Justin Ruggles
2011-10-20flvenc: check packet duration in speex using timestampsJustin Ruggles
2011-10-20libspeexenc: add libspeex encoderJustin Ruggles
2011-10-20flvenc: adjust for negative DTS for all codecs, not just H.264Justin Ruggles
2011-10-20x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun
2011-10-20x86: Fix linking of ProRes DSP ASM with YASM disabled.Diego Biurrun
2011-10-20avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section.Diego Biurrun
2011-10-20Only test-compile w32pthreads.h if W32THREADS are available.Diego Biurrun
2011-10-19presets: rename presets directoryJanne Grunau
2011-10-19lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-19lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov
2011-10-19Use correct scaling table for bwd-pred MVs in second B-fieldMashiat Sarker Shakkhar
2011-10-19Ut Video decoderKostya Shishkov
2011-10-19Makefile: change presets extension to .avpresetAnton Khirnov
2011-10-19lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini
2011-10-19lavfi: add testsrc sourceStefano Sabatini
2011-10-19AVOptions: add documentation.Anton Khirnov
2011-10-19presets: update libx264 ffpresetsAnton Khirnov
2011-10-19sunrast: Check for out of bounds readsLaurent Aimar
2011-10-18lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFERDustin Brody
2011-10-18lavc: replace API-bump-triggered AVCodecContext field change with shorter, no...Dustin Brody