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-07-21libx264: Define X264_API_IMPORTS on MSVC/ICLDerek Buitenhuis
2013-07-20dsicinav: Clip the source size to the expected maximumLuca Barbato
2013-07-20dsicinav: Bound-check the source buffer when neededLuca Barbato
2013-07-20dsicinav: K&R formatting cosmeticsLuca Barbato
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-07-17fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet
2013-07-17pthread: Rename thread_init to avoid symbol collisionSean McGovern
2013-07-15ac3dec: Don't consume more data than the actual input packet sizeMartin Storsjö
2013-07-15indeo: Reject impossible FRAMETYPE_NULLLuca Barbato
2013-07-15indeo: Do not reference mismatched tilesLuca Barbato
2013-07-15indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato
2013-07-15indeo5: return proper error codesLuca Barbato
2013-07-15indeo: Bound-check before applying motion compensationLuca Barbato
2013-07-13indeo: Bound-check before applying transformLuca Barbato
2013-07-13indeo4: Validate scantable dimensionLuca Barbato
2013-07-13indeo4: Check the quantization matrix indexLuca Barbato
2013-07-13indeo4: Do not access missing reference MVLuca Barbato
2013-07-13ac3dec: Consistently use AC3_BLOCK_SIZE and sizeofMartin Storsjö
2013-07-13ac3dec: Increment channel pointers only once per channelMartin Storsjö
2013-07-13jpeg2000: Remove unused passes array in Jpeg200Cblk structureNicolas Bertrand
2013-07-13jpeg2000: Initialize only once mqc arraysNicolas Bertrand
2013-07-12dca: Respect the current limits in the downmixing capabilitiesLuca Barbato
2013-07-12dca: Error out on missing DSYNCLuca Barbato
2013-07-12pcm: always use codec->id instead of codec_idLuca Barbato
2013-07-12vdpau: use the correct namespace for the unionLuca Barbato
2013-07-12mlpdec: Do not set invalid context in read_restart_headerLuca Barbato
2013-07-12mlpdsp: x86: Respect cpuflagsLuca Barbato
2013-07-12pcx: Do not overread source buffer in pcx_rle_decodeLuca Barbato
2013-07-12pcx: K&R formatting cosmeticsLuca Barbato
2013-07-10wmavoice: conceal clearly corrupted blocksLuca Barbato
2013-07-10wmavoice: use init_static_dataLuca Barbato
2013-07-10wmavoice: return meaningful error codesLuca Barbato
2013-07-10iff: Do not read over the source bufferLuca Barbato
2013-07-10iff: K&R formatting cosmeticsLuca Barbato
2013-07-09qdm2: Conceal broken samplesLuca Barbato
2013-07-09qdm2: refactor joined stereo supportLuca Barbato
2013-07-09adpcm: Write the correct number of samples for ima-dk4Luca Barbato
2013-07-09imc: Catch a division by zeroLuca Barbato
2013-07-09atrac3: Error on impossible encoding/channel combinationsLuca Barbato
2013-07-09atrac3: set the getbits context the right buffer_endLuca Barbato
2013-07-09atrac3: fix error handlingLuca Barbato
2013-07-08qdm2: check and reset dithering index per channelLuca Barbato
2013-07-08qdm2: formatting cosmeticsLuca Barbato
2013-07-08qdm2: use init_static_dataLuca Barbato
2013-07-08vqavideo: check the versionLuca Barbato
2013-07-07vp8: Wait for prev_frame to parse segment_map before reading itRonald S. Bultje
2013-07-06kmvc: Clip pixel position to valid rangeLuca Barbato
2013-07-06kmvc: use fixed sized arrays in the contextLuca Barbato
2013-07-05bitstream_filter: K&R formatting cosmeticsLuca Barbato
2013-07-04indeo: reject negative array indexesLuca Barbato