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
2014-08-09mpeg: Suppress a compiler warning on callback typeLuca Barbato
2014-08-09lavc: remove obsolete and disabled avpriv functionsAnton Khirnov
2014-08-09Remove obsolete FF_API_REFERENCE_DTS cruft.Anton Khirnov
2014-08-09Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov
2014-08-09Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-09Postpone API-incompatible changes until the next bump.Anton Khirnov
2014-08-09hevc_filter: avoid excessive calls to ff_hevc_get_ref_list()Anton Khirnov
2014-08-09hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()Anton Khirnov
2014-08-09hevc_filter: move some conditions out of loopsAnton Khirnov
2014-08-09hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov
2014-08-09hevc_filter: drop more redundant checksAnton Khirnov
2014-08-09hevc_filter: drop redundant checksAnton Khirnov
2014-08-09hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabledAnton Khirnov
2014-08-08avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun
2014-08-08xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun
2014-08-08idct: cosmetics: Drop one unnecessary if-block levelDiego Biurrun
2014-08-08configure: Only run gas checks on ARM and PowerPCDiego Biurrun
2014-08-08configure: Die if gas is unavailable under aarch64 as well as ARMDiego Biurrun
2014-08-08mpeg: K&R formatting cosmeticsLuca Barbato
2014-08-08mpegts: Use av_free() to free memory allocated by av_strdup()Diego Biurrun
2014-08-07mpegts: Fix memory leaks and related crashes in mpegs_write_header()Diego Biurrun
2014-08-07mpegts: Avoid unnecessary variable shadowingDiego Biurrun
2014-08-07mpegts: Drop some unnecessary parenthesesDiego Biurrun
2014-08-07mpegts: K&R formatting cosmeticsDiego Biurrun
2014-08-07swscale: Undeprecate sws_getContext()Diego Biurrun
2014-08-07avcodec: Undeprecate reordered_opaqueDiego Biurrun
2014-08-07h264: fix interpretation of interleved stereo modesFelix Abecassis
2014-08-07movenc: fix QT chapter track character encodingJohn Stebbins
2014-08-07movenc: add track title to tracksJohn Stebbins
2014-08-07movenc: remove pointless loop around BITEXACT testJohn Stebbins
2014-08-06svq1: do not modify the input packetAnton Khirnov
2014-08-06cdgraphics: do not return 0 from the decode functionAnton Khirnov
2014-08-06cdgraphics: switch to bytestream2Anton Khirnov
2014-08-06configure: Include the armcc build number in the compiler identificationMartin Storsjö
2014-08-06jpeg2000: enable 4 component pixel formatsVittorio Giovara
2014-08-06huffyuvdec: check width size for yuv422pMichael Niedermayer
2014-08-05mmvideo: check horizontal coordinate tooMichael Niedermayer
2014-08-05wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer
2014-08-05configure: check $as first before using $gas as GNU asJanne Grunau
2014-08-05fate: generate tests/pixfmts.mak for all targets requiring itJanne Grunau
2014-08-05movenc: Add option to disable nero chaptersJohn Stebbins
2014-08-05mpegts: Add HEVC definitionsFemi Adeyemi-Ejeye
2014-08-05mpegts: Define the section length with a constantLuca Barbato
2014-08-05vc-1: Optimise parser (with special attention to ARM)Ben Avison
2014-08-05vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison
2014-08-05h264: Move start code search functions into separate source files.Ben Avison
2014-08-04fate: Only generate tests/pixfmts.mak if some pixfmts fate test is runDiego Biurrun
2014-08-04avcodec: Suppress deprecation warnings from DTG code scheduled for removalDiego Biurrun
2014-08-04fate: png-suiteVittorio Giovara