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-15atomic_win32: Drop unnecessary atomic.h #includeDiego Biurrun
2014-08-14frame: Remove some FF_API_AVFRAME_COLORSPACE leftoversDiego Biurrun
2014-08-13cpu-test: Add unistd.h #include for getopt()Diego Biurrun
2014-08-13mem: add av_strndup() for duplicating substringsAnton Khirnov
2014-08-13stereo3d: initialize AVStereo3D to zeroFelix Abecassis
2014-08-13AVOption: add support for dictionary types.Andrew Stone
2014-08-10avresample: Introduce AVFrame-based APILuca Barbato
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-04avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-08-04avutil: add alias names for gray 8/16 colour spacesVittorio Giovara
2014-08-04pixdesc: Support pixelformat aliasesLuca Barbato
2014-08-04imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun
2014-08-04avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya
2014-08-04aarch64: use MACH-O const data asm directive in const macroJanne Grunau
2014-08-04cpu-test: test av_cpu_countJanne Grunau
2014-08-04fate: add informative cpu testJanne Grunau
2014-08-01pixdesc: K&R formatting cosmeticsLuca Barbato
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2014-07-22arm: Macroize the test for 'setend' CPU instruction supportBen Avison
2014-07-18armv6: Accelerate butterflies_floatBen Avison
2014-07-18armv6: Accelerate vector_fmul_windowBen Avison
2014-07-09display: add matrix flip apiVittorio Giovara
2014-07-06audio_fifo: Split into a separate doxygen moduleTimothy Gu
2014-07-06samplefmt: Add doxygen categoriesTimothy Gu
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-06-28arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernelMartin Storsjö
2014-06-24pixfmt: mark the reserved valuesVittorio Giovara
2014-06-23lzo: Handle integer overflowLuca Barbato
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-20stereo3d: add missing include guardsVittorio Giovara
2014-06-18AVFrame: factor out freeing the side dataRoman Savchenko
2014-06-09av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITEJanne Grunau
2014-06-05dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun
2014-06-03build: check if AS supports the '.func' directiveJanne Grunau
2014-06-03aarch64: use '#' for whole line asm commentsJanne Grunau
2014-06-03aarch64: remove optional :pg_hi21: for adrp instructionJanne Grunau
2014-06-03aarch64: add darwin style PAGE/PAGEOFF relocationsJanne Grunau
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-06-01lavu: add all color-related enums to AVFramewm4
2014-05-29aarch64: Use the correct syntax for relocationsMartin Storsjö
2014-05-29frame: fix the error path in av_frame_copy_props()Roman Savchenko
2014-05-28ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun
2014-05-28ppc: util_altivec: Drop unused macrosDiego Biurrun
2014-05-25imgutils: make systematic palette opaque.Carl Eugen Hoyos
2014-05-19display: Include mathematics.h for fallback definition of NANMartin Storsjö
2014-05-19Add transformation matrix API.Vittorio Giovara
2014-05-11lavu: Add a pixel format for new VDA hwaccelAnton Khirnov