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-08-13ac3dec: export center & suroundmix levelsMichael Niedermayer
2011-08-13opt_find: fix segfaultMichael Niedermayer
2011-08-12ac3enc: drop common fixed/float encoderMichael Niedermayer
2011-08-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-11cavsdec: check run value validityMichael Niedermayer
2011-08-11ac3enc: add macros for option names to make them more understandable.Justin Ruggles
2011-08-11ac3enc: fix 'channel_coupling' option to actually allow 'auto'.Justin Ruggles
2011-08-11cavs: fix some crashes with invalid bitstreamsMans Rullgard
2011-08-11ac3enc: clip coupling coordinates during calculationJustin Ruggles
2011-08-10Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.Justin Ruggles
2011-08-10cavsdec: avoid possible crash with crafted inputMichael Niedermayer
2011-08-10lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier
2011-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-10timecode: move dropframe code and doxycomment it.Clément Bœsch
2011-08-10timecode: introduce timecode and honor it in MPEG-1/2.Clément Bœsch
2011-08-10cavs: fix oCERT #2011-002 FFmpeg/libavcodec insufficient boundary checkMichael Niedermayer
2011-08-10lavc: make avcodec_init() static on next bump.Anton Khirnov
2011-08-10ac3enc: remove unneeded #includeJustin Ruggles
2011-08-10ac3enc: restructure coupling coordinate reuse calculationJustin Ruggles
2011-08-10ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles
2011-08-10ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles
2011-08-10lavc: bump minor for Go2Meeting codec IDMichael Niedermayer
2011-08-09AVCodec: Add Go2Meeting codec IDThierry Foucu
2011-08-09h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody
2011-08-09aac: Don't attempt to output configure an invalid channel configuration.Alex Converse
2011-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-09ra288: avoid one multiplyMichael Niedermayer
2011-08-09Pretty-print RV3/4 decoder sourceKostya Shishkov
2011-08-09100l: fix parentheses placement when checking for ret < 0Baptiste Coudurier
2011-08-09Saner RV1/2 initialisation and RV2 header parsing.Kostya Shishkov
2011-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-08libx264: do not set pic quality if no frame is outputBaptiste Coudurier
2011-08-08libx264: add preset, tune, profile and fastfirstpass private optionsBaptiste Coudurier
2011-08-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-06lavc: fix misspelling in commentDustin Brody
2011-08-05aac: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody
2011-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-04mpegvideo.h: remove the 1 line difference to qatarMichael Niedermayer
2011-08-04h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.Alex Converse
2011-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-04cosmetics: remove some stray comments from AVCodec declarationsDiego Biurrun
2011-08-04cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun
2011-08-03Abort if command offset decreases, avoids potential endless loop.Reimar Döffinger
2011-08-03Fix a possible miscompilation of cabac with old (broken) compilers.Carl Eugen Hoyos
2011-08-03Set bits_per_coded_sample when encoding ADPCM.Carl Eugen Hoyos
2011-08-03arm: Avoid using the movw instruction needlesslyMåns Rullgård
2011-08-03Move an int64_t down in MpegEncContextMartin Storsjö
2011-08-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-02dct32: Add SSE2 ASM optimizationsVitor Sessak
2011-08-02Correct chroma vector calculation for RealVideo 3.Kostya Shishkov