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-06avutil/cpu: check av_parse_cpu_caps() table during cpu-testMichael Niedermayer
2014-08-06avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps(...Michael Niedermayer
2014-08-06avutil/cpu: add aarch64 entries to 2nd tableMichael Niedermayer
2014-08-06avutil/cpu: output cpu data to stdoutMichael Niedermayer
2014-08-06avutil/pixelutils: check for malloc failureMichael Niedermayer
2014-08-06avutil/pixelutils: avoid on stack arraysMichael Niedermayer
2014-08-06avutil/cpu: fix cpu-test to work with ffmpegs cpuflags syntaxMichael Niedermayer
2014-08-05avutil: add pixelutils APIClément Bœsch
2014-08-05Fix compile error on bfin.Bernd Kuhls
2014-08-05Merge commit 'e9abafca278f87e1ecc6d50091d99b73ff63c9a6'Michael Niedermayer
2014-08-04Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer
2014-08-04Merge commit 'e0d73fda361729d207e51fa2afd8ba6102e58d98'Michael Niedermayer
2014-08-04Merge commit 'd2962e9f89cca6ff40f0c9d5ffc9c4397b8b1b26'Michael Niedermayer
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-04Merge commit 'bb41115d56930b9f5d59e79dca254d1201246967'Michael Niedermayer
2014-08-04imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun
2014-08-04Merge commit '1ef9e8376466bb1e2c147e47554b94cab9c8b04a'Michael Niedermayer
2014-08-04Deprecate AFD field and add AFD as side-dataKieran Kunhya
2014-08-04Merge commit 'a238b83b13640e3192d7d4aaad2242f13a9a84a1'Michael Niedermayer
2014-08-04Merge commit 'caf5ef852bf71984d3322bbeaf48cfb04ac8255f'Michael Niedermayer
2014-08-04Merge commit '07d8fa58121be8fe315bd51ab760547fe209a745'Michael Niedermayer
2014-08-04avutil/mem: document NULL related saftey of av_freep()Michael Niedermayer
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-03x86/hevc_deblock: improve 8bit transpose store macrosJames Almer
2014-08-02msvc: fix implicitly declared read/close.Matthew Oliver
2014-08-01Merge commit 'b2e059a1ffbdaaa985c6a7dcdd684fa034725238'Michael Niedermayer
2014-08-01pixdesc: K&R formatting cosmeticsLuca Barbato
2014-07-31avutil/pixdesc: remove unneeded assignmentMichael Niedermayer
2014-07-31dict.c: minor simplification.Reimar Döffinger
2014-07-30avutil/frame: add av_frame_side_data_name()Michael Niedermayer
2014-07-29Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'Michael Niedermayer
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2014-07-26x86/hevc_idct: replace old and unused idct functionsJames Almer
2014-07-25avutil/opt: ensure the right buffer is used in set_string_number()Michael Niedermayer
2014-07-23avutil/opt: Fix parsing regression with constants starting with numbersMichael Niedermayer
2014-07-22avutil/opt: simplify set_string_number()Michael Niedermayer
2014-07-22avutil/opt: set_string_number(): remove unneeded copyMuhammad Faiz
2014-07-22Merge commit '6869612f5c7d4d2f20f69a5658328a761deadb1c'Michael Niedermayer
2014-07-22arm: Macroize the test for 'setend' CPU instruction supportBen Avison
2014-07-21avutil/opt: Support general expressions involving AVOption constants in set_s...Michael Niedermayer
2014-07-21avutil: move QP2LAMBDA constant to evalMichael Niedermayer
2014-07-21avutil/opt: remove dead code from set_string_number()Michael Niedermayer
2014-07-21avutil/opt.c: fix bug when parsing optionMuhammad Faiz
2014-07-19libavutil: document side effects of macrosChristophe Gisquet