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-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
2011-10-14prores-idct: fix overflow in c code.Ronald S. Bultje
2011-10-14prores: add missing feature warning for alphaJanne Grunau
2011-10-14lavc: add a flag-based error_recognition field to AVCodecContext and deprecat...Dustin Brody
2011-10-14lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody
2011-10-14shorten: remove the flush function.Justin Ruggles
2011-10-14truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles
2011-10-14truespeech: remove unneeded variable, 'consumed'Justin Ruggles
2011-10-14truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles
2011-10-14truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles
2011-10-14truespeech: check to make sure channels == 1Justin Ruggles
2011-10-14truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles
2011-10-14truespeech: remove unneeded zero-size packet check.Justin Ruggles
2011-10-13mlpdec: return meaningful error codes instead of -1Justin Ruggles
2011-10-13mlpdec: remove unnecessary wrapper functionJustin Ruggles
2011-10-13mlpdec: only calculate output size onceJustin Ruggles
2011-10-13mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles
2011-10-13pcm: reduce pointer type castingMans Rullgard
2011-10-13mathops: remove undefined behaviour from sign_extend()Mans Rullgard
2011-10-13vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov
2011-10-13tiffenc: initialize forgotten avctx.Jean First
2011-10-12vc1: more prettyprinting cosmeticsKostya Shishkov
2011-10-12vc1: prettyprint some tablesKostya Shishkov
2011-10-12vc1: K&R formatting cosmeticsKostya Shishkov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-10-12rv34: move inverse transform functions to DSP contextJanne Grunau
2011-10-12h264: change unsupported bit depth message to error levelMans Rullgard
2011-10-12qdm2: fix signed multiplication overflowMans Rullgard
2011-10-12libx264: support yuv422/444 output.Anton Khirnov