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
2017-08-27avcoec/snowenc: silence some deprecation warningsJames Almer
2017-08-26lavc/sinewin_tablegen: Fix compilation with --enable-hardcoded-tables.Carl Eugen Hoyos
2017-08-26lavc/utils: Calculate frame duration for little-endian G.726.Carl Eugen Hoyos
2017-08-26avcodec/dvbsubdec: Check for duplicate regions in dvbsub_parse_page_segment()Michael Niedermayer
2017-08-25avcodec: add missing FF_API_DEBUG_MV wrappersJames Almer
2017-08-25avcodec: make the avcodec_get_chroma_sub_sample deprecation effectiveJames Almer
2017-08-25mjpeg: Add support for ICC side dataDerek Buitenhuis
2017-08-25avcodec/aac: Add floating point 960/120 MDCT windowPaul B Mahol
2017-08-24avcodec/hevc_ps: Check delta_pocs in ff_hevc_decode_short_term_rps()Michael Niedermayer
2017-08-23avcodec/utils: Fix signed integer overflow in rc_initial_buffer_occupancy ini...Vitaly Buka
2017-08-22avcodec/aacdec_template: Fix running cleanup in decode_ics_info()Michael Niedermayer
2017-08-22avcodec/pngdec: Fix () placementMichael Niedermayer
2017-08-22vp9: set color range to MPEG for intraonly profile 0James Zern
2017-08-22avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer
2017-08-21lavc/g726: Add a little-endian G.726 encoder.Carl Eugen Hoyos
2017-08-20avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()Michael Niedermayer
2017-08-20avcodec/dirac_dwt_template: Fix integer overflow in vertical_compose53iL0()Michael Niedermayer
2017-08-20lavc/vaapi_encode_h264: add "coder" option supportJun Zhao
2017-08-20vaapi_encode: Move quality option to common codeMark Thompson
2017-08-20avcodec/cngdec: Check skip_samplesMichael Niedermayer
2017-08-20avcodec/fic: Fixes signed integer overflowMichael Niedermayer
2017-08-20avcodec/snowdec: Fix off by 1 errorMichael Niedermayer
2017-08-20opus_pvq_search: Restore the proper use of conditional define and simplify th...Ivan Kalvachev
2017-08-18opus_pvq_search: split functions into exactness and only use the exact if its...Rostislav Pehlivanov
2017-08-18opus_pvq_search: only use rsqrtps approximation on CPUs with avxRostislav Pehlivanov
2017-08-18ops_pvq_search: remove dead macroRostislav Pehlivanov
2017-08-18SIMD opus pvq_search implementationIvan Kalvachev
2017-08-18avcodec/pixlet: fixes integer overflow in read_highpass()Michael Niedermayer
2017-08-18avcodec/ffv1dec: Check for bitstream end in decode_line()Michael Niedermayer
2017-08-18avcodec/rangecoder: Do not increase the pointer beyond the bufferMichael Niedermayer
2017-08-17avcodec/zmbv: Check decomp_sizeMichael Niedermayer
2017-08-17avcodec/dnxhdenc: call slice thread code only if slice threading is enabledPaul B Mahol
2017-08-17avcodec/diracdec: Fixes integer overflowMichael Niedermayer
2017-08-17avcodec/diracdec: Check perspective_exp and zrs_exp.Michael Niedermayer
2017-08-15avcodec/cavsdec: Check P/B frame mb decode which return error codesMichael Niedermayer
2017-08-15avcodec/cavsdec: Check I frame mb decode for errorsMichael Niedermayer
2017-08-11avcodec/lagarith: Detect end of input in lag_decode_line() loopMichael Niedermayer
2017-08-11avcodec/gdv: Check available space before reading paletteMichael Niedermayer
2017-08-11avcodec/ffv1dec_template: Fix undefined shiftMichael Niedermayer
2017-08-11avcodec/mpeg4videodec: Clear mcsel before decoding an imageMichael Niedermayer
2017-08-11avcodec/tests/dct: Add Mean square error testMichael Niedermayer
2017-08-11avcodec/tests/dct: Add peak mean error checkMichael Niedermayer
2017-08-11avcodec/mjpegenc: cosmetic changesDavinder Singh
2017-08-11avcodec/mjpegenc: disable unused code with AMVDavinder Singh
2017-08-10h264: Add support for alternative transfer characterics SEIVittorio Giovara
2017-08-09avcodec/aacdec: Fix PCE channel_layout verificationNicolas Sugino
2017-08-08avcodec/dvenc: Change quantizer dead zone default to 7Michael Niedermayer
2017-08-08avcodec/dvenc: Support adjusting the quantizer deadzoneMichael Niedermayer
2017-08-08avcodec/dirac_dwt: Fixes integer overflows in COMPOSE_DAUB97*Michael Niedermayer
2017-08-08lavc, lavu: move frame cropping to a convenience functionwm4