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
2013-04-18avcodec/bitstream: check codes in ff_init_vlc_sparse()Michael Niedermayer
2013-04-18avcodec/bitstream: Check bits in ff_init_vlc_sparse()Michael Niedermayer
2013-04-18xan: Check for overlapping copiesMichael Niedermayer
2013-04-18gif: remove outdated comments.Clément Bœsch
2013-04-18lavc/gif: return more meaningful error code.Clément Bœsch
2013-04-18lavc/gif: merge two allocation checks.Clément Bœsch
2013-04-18gif: reindent after previous commits.Clément Bœsch
2013-04-18lavc/gif: crop image when possible.Clément Bœsch
2013-04-18Cleanse GIF muxer and encoder.Clément Bœsch
2013-04-17ra144: Try to fix int16/uint16 warnings from pgcMichael Niedermayer
2013-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-17Merge commit '34e6af9e204ca6bb18d8cf8ec68fe19b0e083e95'Michael Niedermayer
2013-04-17Merge commit '66531d634e75b834e89e4a6a0f7470ca018712a1'Michael Niedermayer
2013-04-17Merge commit '01d376f598fe95478036f5d1e3e5e14ffe32d4bf'Michael Niedermayer
2013-04-17Merge commit 'bac8d38c0a716c8bdfdecf0ae545015c68f5df36'Michael Niedermayer
2013-04-17Merge commit '69f6f03cd16a09e4e848b4e82bae4993bc361cd0'Michael Niedermayer
2013-04-17Merge commit 'ecff5acb5a738fcb4f9e206a12070dac4bf259b3'Michael Niedermayer
2013-04-17Merge commit 'b1bb8fb860b47e90dd67f0c5740698128fc82dcc'Michael Niedermayer
2013-04-17indeo3: check motion vectors.Anton Khirnov
2013-04-17indeo3: fix data size checkAnton Khirnov
2013-04-17indeo3: switch parsing the header to bytestream2Anton Khirnov
2013-04-17rv10: check that extradata is large enoughAnton Khirnov
2013-04-17rv10: return meaningful error codes.Anton Khirnov
2013-04-17rv10: cosmetics, reformatAnton Khirnov
2013-04-17qdm2: check that the FFT size is a power of 2Anton Khirnov
2013-04-17svq1dec: clip motion vectors to the frame size.Anton Khirnov
2013-04-17svq1dec: check that the reference frame has the same dimensions as the curren...Anton Khirnov
2013-04-17Remove two anonymous arrays.Carl Eugen Hoyos
2013-04-17ass_split: Do not use the function name as a parameter name in a declaration.Carl Eugen Hoyos
2013-04-17libaacpluc: remove unused codePaul B Mahol
2013-04-17sgirledec: remove unused headersPaul B Mahol
2013-04-17lavc: avcodec_open2(): pass context to av_log()Paul B Mahol
2013-04-16mjpegdec: fix overlapping memcpy with upscale_vMichael Niedermayer
2013-04-16libaacplus: support for float sample formatPaul B Mahol
2013-04-16avcodec/c93: Check for block overlap.Michael Niedermayer
2013-04-16libaacplus: set supported profilesPaul B Mahol
2013-04-16libaacplus: set supported channel_layoutsPaul B Mahol
2013-04-16libaacplus: remove FF_API_OLD_ENCODE_AUDIO cruftPaul B Mahol
2013-04-16Merge commit '015821229f96bf7e677f2a711a58dbea3009f574'Michael Niedermayer
2013-04-16Merge commit '5941978e71d2c3a8e2a7e87951e081e0b2e77da9'Michael Niedermayer
2013-04-16Merge commit 'c46819f2299c73cd1bfa8ef04d08b0153a5699d3'Michael Niedermayer
2013-04-15dfa: support decoding version=1.0Michael Niedermayer
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-04-15vp3: bfin: Transpose the IDCTsMartin Storsjö
2013-04-15x86: Move constants to the only place where they are usedRonald S. Bultje
2013-04-15bfin: Match DEFUN_END macros to the right functionsMartin Storsjö
2013-04-15Add thread-safe wrapper for get_format().Reimar Döffinger
2013-04-15Fix compilation on ARM with android gcc 4.7Reimar Döffinger
2013-04-14Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch
2013-04-13avcodec: fix ignorecrop AVOption offsetMichael Niedermayer