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-09-10avcodec/scpr: optimize shift loop.Michael Niedermayer
2017-09-09avcodec/dirac_vlc: limit res_bits in APPEND_RESIDUE()Michael Niedermayer
2017-09-09lavc/vaapi_encode_mpeg2: fix frame rate calc error when use time_base.Jun Zhao
2017-09-08avcodec/vp9: Add tile threading supportIlia Valiakhmetov
2017-09-08avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc()Ilia Valiakhmetov
2017-09-08libavcodec/h264_parse: don't use uninitialized value when chroma_format_idc==0Mark Wachsler
2017-09-08avcodec/mips: Improve vp9 mc msa functionsKaustubh Raste
2017-09-08avcodec/mips: Improve vp9 idct msa functionsKaustubh Raste
2017-09-08avcodec/mips: Improve vp9 lpf msa functionsKaustubh Raste
2017-09-07avcodec/nvenc: sanitize variable namesTimo Rothenpieler
2017-09-07avcodec/nvenc: migrate to new encode APITimo Rothenpieler
2017-09-07avcodec/fitsdec: write output to frame directlyParas Chadha
2017-09-06avcodec/audiotoolboxdec: use av_freep()James Almer
2017-09-06avcodec/audiotoolboxdec: switch to the new generic filtering mechanismJames Almer
2017-09-06avcodec/audiotoolboxdec: add FF_CODEC_CAP_INIT_CLEANUP to the decoder capabil...James Almer
2017-09-06avcodec/audiotoolboxdec: always use a copy of the AVCodecContext extradataJames Almer
2017-09-05libavcodec/mips: Improve avc idct8 msa functionKaustubh Raste
2017-09-04avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flagJames Almer
2017-09-03avcodec/dirac_vlc: Fix invalid shift in ff_dirac_golomb_read_32bit()Michael Niedermayer
2017-09-03avcodec/dirac_dwt: Fix multiple overflows in 9/7 liftingMichael Niedermayer
2017-09-03avcodec/diracdec: Fix integer overflow in INTRA_DC_PRED()Michael Niedermayer
2017-09-02avcodec/nvenc: always output picture timing SEITimo Rothenpieler
2017-09-01avcodec/internal: move FF_QSCALE_TYPE defines from avcodec.hJames Almer
2017-09-01avcodec/nvenc: only push cuda context on encoder close if encoder existsTimo Rothenpieler
2017-09-01avcodec/nvenc: add support for specifying entropy coding modeTimo Rothenpieler
2017-09-01avocdec/libopus: fix typopkviet
2017-08-31avcodec/fits: add missing header includesJames Almer
2017-08-30avcodec/codec_desc: make FITS description longerPaul B Mahol
2017-08-30Add FITS EncoderParas Chadha
2017-08-30Add FITS DecoderParas Chadha
2017-08-29avcodec/snowdec: Fix integer overflow in decode_subband_slice_buffered()Michael Niedermayer
2017-08-29avcodec/hevc_ps: Fix undefined shift in pcm codeMichael Niedermayer
2017-08-29avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_add()Michael Niedermayer
2017-08-29avcodec/snowenc: fix setting motion_est optionJames Almer
2017-08-28hevc: Add names for reserved NAL unit typesMark Thompson
2017-08-28lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.Jun Zhao
2017-08-28lavc/vaapi_encode_h265: Enable VBR modeJun Zhao
2017-08-27avcodec/aacpsdsp_template: Fix undefined integer overflow in ps_add_squares_c()Michael Niedermayer
2017-08-27avcodec/sbrdsp_fixed: Fix undefined overflows in autocorrelate()Michael Niedermayer
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