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
2010-07-08configure: add print_enabled() functionMåns Rullgård
2010-07-08regtest: put rgb and yuv reference files in correct placeMåns Rullgård
2010-07-08regtest: put rgb and yuv reference files in correct placeMåns Rullgård
2010-07-08Fix infinite loop with clock() returning (clock_t)-1.Michael Niedermayer
2010-07-08Improve variable names in imlt_window_float() and mlt_compensate_output().Diego Biurrun
2010-07-08Change i to unsigned in get_generic_seed().Michael Niedermayer
2010-07-08Create the regtest reference files only when necessaryMåns Rullgård
2010-07-08Clean up make rules for calling codec test scriptsMåns Rullgård
2010-07-08Beautify make messages when generating test data filesMåns Rullgård
2010-07-08Add missing doxy for function arguments.Ronald S. Bultje
2010-07-08Fix two doxy warnings.Ronald S. Bultje
2010-07-08Restore array sizes in doxygen parameter names.Diego Biurrun
2010-07-08Also use 503 for bandwidth limit exceededHoward Chu
2010-07-08Fix "server too busy" status codeHoward Chu
2010-07-08Remove a useless variable in zmbv decoder.Eli Friedman
2010-07-08ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3Justin Ruggles
2010-07-08get_generic_seed() for the cases without /dev/random and AV_READ_TIMEMichael Niedermayer
2010-07-08Rename read/write_line() to av_read/write_image_line().Stefano Sabatini
2010-07-08Cosmetics: whitespaceAlex Converse
2010-07-08aacenc: Enforce LFE bitstream restrictions.Alex Converse
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-07-08aacdec: remove checks for impossible error conditionsMåns Rullgård
2010-07-08ARM: remove unnecessary .previous directiveMåns Rullgård
2010-07-08ARM: set section to .text in 'function' macroMåns Rullgård
2010-07-08ARM: hide a .size directive on non-ELF targetsMåns Rullgård
2010-07-08Cosmetics: whitespaceAlex Converse
2010-07-07Add pixdesctest filter and corresponding test.Stefano Sabatini
2010-07-07Implement avfilter_copy_picref_props().Stefano Sabatini
2010-07-07FFplay : Fix segfault when playing monoaural streams.Jai Menon
2010-07-07ARM: optimised integer clip functionsMåns Rullgård
2010-07-07ARM: intmath.h cosmeticsMåns Rullgård
2010-07-07Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård
2010-07-07Remove macro duplication between common.h and intmath.hMåns Rullgård
2010-07-07intmath: whitespace cosmeticsMåns Rullgård
2010-07-07improve long_name for ass (de)muxerAurelien Jacobs
2010-07-07motion_est: fix implicit truncation warningsReimar Döffinger
2010-07-07Ignore extradata & w/h in asf/dvr.Michael Niedermayer
2010-07-07Move ff_dct_init(context) out of if(one time init)Michael Niedermayer
2010-07-07Silence warning "new qualifiers in middle of multi-levelEli Friedman
2010-07-07Associate .tga with format image2.Carl Eugen Hoyos
2010-07-06Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak
2010-07-06SSE optimized 32-point DCTVitor Sessak
2010-07-06Add #ifdefs around code specific to file and pipe protocolsMåns Rullgård
2010-07-06Rename av_tempfile() to ff_tempfile()Måns Rullgård
2010-07-06Move av_tempfile() to libxvidff.c as only the xvid wrapper needs itMåns Rullgård
2010-07-06vf_pad: restore use of _CCIR colourspace conversion macrosMåns Rullgård
2010-07-06os_support: include some headers only when neededMåns Rullgård
2010-07-06rtpenc: remove unnecessary #include unistd.hMåns Rullgård
2010-07-06file_protocol: remove redundant #include sys/time.hMåns Rullgård
2010-07-06Add av_unused to decode_mb_skip declaration to fix the following warning:Eli Friedman