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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-10doc: Drop VDPAU from list of supported codecsDiego Biurrun
2013-09-10fate.sh: Run git-clone quietlyDiego Biurrun
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-09-10movenc: Simplify setting the fragmentation flagMartin Storsjö
2013-09-10movenc: Add a warning message if conflicting options have been specifiedMartin Storsjö
2013-09-10tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö
2013-09-07lavf: fix the comparison in an overflow checkAnton Khirnov
2013-09-07dv: Add a guard to not overread the ppcm arrayLuca Barbato
2013-09-07nuv: check ff_rtjpeg_decode_frame_yuv420 return valueLuca Barbato
2013-09-06avisynth: K&R formatting cosmeticsDiego Biurrun
2013-09-06avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun
2013-09-06avcodec: Stop exporting the removed audio_resample* symbolsDiego Biurrun
2013-09-05mpeg12enc: K&R formatting cosmeticsVittorio Giovara
2013-09-05mpeg12enc: drop forward declarationsVittorio Giovara
2013-09-05mem: Do not check unsigned values for negative sizeDiego Biurrun
2013-09-05mem: Improve documentation wording and spellingDiego Biurrun
2013-09-04matroskaenc: Allow chapters to be written in trailerJohn Stebbins
2013-09-04mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö
2013-09-04doc: Describe TB option of setpts filterClifford Wolf
2013-09-04mem: Document the av_realloc family of functions properlyLuca Barbato
2013-09-04build: Report an error message when a pc file is not foundLuca Barbato
2013-09-03mjpegb: Detect changing number of planes in interlaced videoMichael Niedermayer
2013-09-03alac: Check that the channels fit at the given offsetMartin Storsjö
2013-09-034xm: Check that the read track value is non-negativeMartin Storsjö
2013-09-03matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö
2013-09-03alac: Limit max_samples_per_frameMartin Storsjö
2013-09-03movenc: Don't flush after each written packetMartin Storsjö
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-09-02ape demuxer: check for EOF in potentially long loopsAnton Khirnov
2013-09-024xm: check that bits per sample is strictly positiveAnton Khirnov
2013-09-02lavf: avoid integer overflow when estimating bitrateAnton Khirnov
2013-09-02lavf: move a variable declaration to the block where it's usedAnton Khirnov
2013-09-02pictordec: pass correct context to avpriv_request_sampleAnton Khirnov
2013-09-02pictordec: break out of both decoding loops when y drops below 0Anton Khirnov
2013-09-02vcr1: add sanity checksAnton Khirnov
2013-08-31pcm-dvd: Fix build on big endianMartin Storsjö
2013-08-31configure: Add docdir configuration optionVittorio Giovara
2013-08-31vf_lut: ConstantizeDiego Elio Pettenò
2013-08-31pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt
2013-08-31pcm_bluray: cosmeticsChristian Schmidt
2013-08-31pcm_bluray: rename pcm-mpeg.c to pcm-bluray.cChristian Schmidt
2013-08-30ppc: don't return a value from a function declared voidSean McGovern
2013-08-29x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun
2013-08-29x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun
2013-08-29x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun
2013-08-29ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun
2013-08-29arm: fmtconvert: Split armv6 fmtconvert code off from vfp codeDiego Biurrun
2013-08-29arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun
2013-08-29arm: dcadsp: Move synth filter initialization to dcadsp fileDiego Biurrun