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-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-20libspeexenc: add libspeex encoderJustin 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-19lavc: make avcodec_get_context_defaults3 "officially" publicAnton 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-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
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-10-16avcodec: remove stray @deprecated commentMans Rullgard
2011-10-15prores: get correct size for coded V plane if alpha is presentMans Rullgard
2011-10-15prores: do not set pixel format on codec initMans Rullgard
2011-10-15pthread: prevent updating AVCodecContext from itself in frame_thread_freeRonald S. Bultje
2011-10-15pthread: copy coded frame dimensions in update_context_from_threadRonald S. Bultje
2011-10-15vp8: prevent read from uninitialized memory in decode_mvsRonald S. Bultje
2011-10-15vp8: force reallocation in update_thread_context after frame size changeRonald S. Bultje
2011-10-15vp8: fix return value if update_dimensions failsRonald S. Bultje
2011-10-14adpcmdec: calculate actual number of output samples for each decoder.Justin Ruggles
2011-10-14adpcmdec: check remaining buffer size before decoding next block in theJustin Ruggles
2011-10-14adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.Justin Ruggles
2011-10-14adpcmdec: remove unneeded buf_size==0 check.Justin Ruggles
2011-10-14adpcmdec: remove unneeded zeroing of *data_sizeJustin Ruggles
2011-10-14dnxhdenc: fixed signed multiplication overflowMans Rullgard
2011-10-14proresdsp: fix function prototypes.Ronald S. Bultje