Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-13aac_latm: Align inband PCE to the start of the payloadAlex Converse
2017-02-13aacsbr: Associate SBR data with AAC elements on initAlex Converse
2017-02-13aac_latm: Copy whole AudioSpecificConfig when it is sized.Alex Converse
2017-02-13aac_latm: Allow unaligned AudioSpecificConfigAlex Converse
2017-02-13avcodec/nvenc: set frame buffer format for mapped framesTimo Rothenpieler
2017-02-13lavc/libzvbi: remove deprecated API usageJosh de Kock
2017-02-12avcodec/iff: support for byterun1 ACBM compressionPaul B Mahol
2017-02-12avcodec: add FM Screen Capture Codec decoderPaul B Mahol
2017-02-11avcodec/flicvideo: add support for 24bit flic filesPaul B Mahol
2017-02-11avcodec/flicvideo: fix some indentation issuesPaul B Mahol
2017-02-11lavc/atrac3: Constify a pointer declaration.Carl Eugen Hoyos
2017-02-11avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol
2017-02-10avcodec/qdmc: silence gcc 6.2.0 warningPaul B Mahol
2017-02-10lavc/mjpegenc_common: Remove an unused variable.Carl Eugen Hoyos
2017-02-10avcodec/mjpegenc: Simplify by moving assert into ff_mjpeg_encode_huffman_close()Michael Niedermayer
2017-02-10avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requ...Michael Niedermayer
2017-02-10avcodec/mjpegenc: Revert some differences in ff_mjpeg_encode_mb() relative to...Michael Niedermayer
2017-02-10avcodec/mjpegenc_huffman: remove unneeded header includeMichael Niedermayer
2017-02-10avcodec/tests/mjpegenc_huffman: Remove static in main() tableMichael Niedermayer
2017-02-10avcodec/mjpegenc: Drop i_tex misuse, set itex/header bits correctly, fix 2pas...Michael Niedermayer
2017-02-10avcodec/mjpegenc: Remove non functional huffman reallocation and error handlingMichael Niedermayer
2017-02-09tests/mjpegenc_huffman: align static tablesRostislav Pehlivanov
2017-02-09mjpegenc: use s->avctx as a context for av_log rather than NULLRostislav Pehlivanov
2017-02-09tests/mjpegenc_huffman: replace assert() with av_assert0()Rostislav Pehlivanov
2017-02-09mjpegenc_common: add missing ff_ prefix to init_uni_ac_vlcRostislav Pehlivanov
2017-02-08vaapi_encode: Add VP8 supportMark Thompson
2017-02-08vaapi_encode: Pass framerate parameters to driverMark Thompson
2017-02-08vaapi_h264: Enable VBR modeMark Thompson
2017-02-08vaapi_encode: Support VBR modeMark Thompson
2017-02-08vaapi_encode: Add MPEG-2 supportMark Thompson
2017-02-08vaapi_h264: Scale log2_max_pic_order_cnt_lsb with max_b_framesMark Thompson
2017-02-08vaapi_encode: Support forcing IDR frames via AVFrame.pict_typeMark Thompson
2017-02-08vaapi_encode: Fix GOP sizingMark Thompson
2017-02-08vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson
2017-02-08vaapi_h265: Add main 10 encode supportMark Thompson
2017-02-08avcodec/h264_slice: Clear ref_counts on redundant slicesMichael Niedermayer
2017-02-08Implement optimal huffman encoding for (M)JPEG.Jerry Jiang
2017-02-08libavcodec/cinepak.c: fix a wrong (inverted) misleading commentRl
2017-02-08avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis
2017-02-07avcodec/pictordec: Fix logic errorMichael Niedermayer
2017-02-06avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer
2017-02-06avcodec/pthread_frame: Check av_packet_ref() for failureMichael Niedermayer
2017-02-04avcodec/pngdec: Check trns more completelyMichael Niedermayer
2017-02-04opus_rc: rename total_bits_used to total_bits and #define some constantsRostislav Pehlivanov
2017-02-04avcodec/interplayvideo: Move parameter change check upMichael Niedermayer
2017-02-04avcodec/flacdsp: Avoid undefined operations in non debug buildsMichael Niedermayer
2017-02-04avcodec/flacdec: Check for invalid vlcsMichael Niedermayer
2017-02-03avcodec/ivi: use init_get_bits8()Paul B Mahol
2017-02-03avcodec/metasound: use init_get_bits8()Paul B Mahol
2017-02-03avcodec/xsubdec: use init_get_bits8()Paul B Mahol