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
2015-07-15avcodec/mips/mpegvideo_mmi: Use av_assert2()Michael Niedermayer
2015-07-15avcodec: loongson optimized mpegvideo dct unquantize with mmiZhouXiaoyong
2015-07-15avcodec: loongson optimized h264pred with mmi周晓勇
2015-07-15avcodec/mjpegdec: Fix DC overflow in decode_block()Michael Niedermayer
2015-07-15avcodec/mpeg12dec: Fix decoding of faulty interlaced mpeg2Michael Niedermayer
2015-07-15avcodec/nvenc: Fix build with older gcc versionsTimo Rothenpieler
2015-07-14avcodec: add libkvazaar HECV encoderArttu Ylä-Outinen
2015-07-14libavcodec/qsv.c: Issue fixed: QSV engine does not release display handler un...Ivan Uskov
2015-07-14Merge commit '32c8d89c036b0e75ece74aea638df587099def0b'Michael Niedermayer
2015-07-14Merge commit '8e373fe048812a25b238ea60a7052b8c07639a42'Michael Niedermayer
2015-07-14avcodec/mpegvideo: Fix null pointer dereference of picture arrayMichael Niedermayer
2015-07-13avcodec/hevc_parser: Fix memleaks in parser mixMichael Niedermayer
2015-07-13avcodec/pthread_frame: check avctx on deallocationMichael Niedermayer
2015-07-13hevc: Print the non-supported chroma_format_idcLuca Barbato
2015-07-13hevc: Factor out the pixel format mapping from the sps parserLuca Barbato
2015-07-13avcodec/hevc_parser: use the old parser only when hevc decoder is availableJames Almer
2015-07-13avcodec/mpegvideo: Check for NULL in ff_mpv_common_end()Michael Niedermayer
2015-07-13avcodec/vp3: check current_frame before accessing itMichael Niedermayer
2015-07-13Merge commit 'a062a55d37720abc8c704aa0e8682efd3cdc9c9b'Michael Niedermayer
2015-07-13Merge commit '077b55943330150db0eafd36bbee614697cabd98'Michael Niedermayer
2015-07-13Merge commit '18156b53f9b642b71c182c5c9818175a61572d2b'Michael Niedermayer
2015-07-13avcodec/sanm: Reset sizes in destroy_buffers()Michael Niedermayer
2015-07-13avcodec/alac: Clear pointers in allocate_buffers()Michael Niedermayer
2015-07-13dxva2_hevc: unbreak compilation after recent sps/pps changesJames Almer
2015-07-13hevc_parser: fix standalone build with the hevc decoder disabledAnton Khirnov
2015-07-13hevc_ps: make sure failing to decode an SPS always returns an errorAnton Khirnov
2015-07-13avcodec/dxva2_hevc: unbreak compilation after recent sps/pps changesJames Almer
2015-07-13avcodec/vdpau_hevc: unbreak compilation after sps/pps changesPhilip Langdale
2015-07-13avcodec/utils: Check that the sample rate is not negative when opening an enc...Michael Niedermayer
2015-07-13Factor duplicated ff_fast_malloc() out into mem_internal.hMichael Niedermayer
2015-07-13avcodec/hevc_parser: Reenable the old parser under ADVANCED_PARSER defineMichael Niedermayer
2015-07-13Merge commit '650060dfb665552442ec11b456660e3e9a9d9016'Michael Niedermayer
2015-07-13avcodec/hevc: Simplify skipped_bytes_pos code furtherMichael Niedermayer
2015-07-13avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify codeMichael Niedermayer
2015-07-13avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNALMichael Niedermayer
2015-07-13avcodec/hevc: Remove skipped_bytes_nal, simplify codeMichael Niedermayer
2015-07-13Merge commit '7f78155dc6b65be55efb5309b6dd2bb33925a8c4'Michael Niedermayer
2015-07-13Merge commit 'd82e1adc2019135a2fc45372e0ed0b5ef107cdd0'Michael Niedermayer
2015-07-12Merge commit 'ae05b4865514fd71b5e9431e93aa0d03d7ba7751'Michael Niedermayer
2015-07-12Merge commit 'd7bebe4805193783f0b6f292f9127a75709fb7d9'Michael Niedermayer
2015-07-12Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2'Michael Niedermayer
2015-07-12Merge commit 'ab05ed4c322ed0488ac9b5d2ef5d4ffa55a946a7'Michael Niedermayer
2015-07-12Merge commit '86eee85daddb682fa072c2e2657c90a514b855e3'Michael Niedermayer
2015-07-12movtextdec.c: Add support for highlight and hilightcolor boxNiklesh
2015-07-12hevc: handle a NULL sps in set_sps() properlyAnton Khirnov
2015-07-12hevc: do not pass an entire HEVCContext into export_stream_params()Anton Khirnov
2015-07-12avcodec/dcadec: silence request_channels deprecation warningsJames Almer
2015-07-12hevc_parser: parse and export some stream parametersAnton Khirnov
2015-07-12hevc: improve a commentAnton Khirnov
2015-07-12hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov