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
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-26roqvideodec: use av_frame_copyHendrik Leppkes
2015-10-26hap: Set avctx.bits_per_coded_sampleTom Butterworth
2015-10-26screenpresso: Drop parameter change checkVittorio Giovara
2015-10-26mpegvideo_enc: Fix encoding videos with less frames than the delay of the enc...Alexis Ballier
2015-10-26mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer
2015-10-26mpegvideo_enc: Factor new_picture unref outMichael Niedermayer
2015-10-23innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara
2015-10-23kvazaar: Add libkvazaar HEVC encoderArttu Ylä-Outinen
2015-10-23libx264: Make sure the extradata are paddedLuca Barbato
2015-10-22lavc: Deprecate AVPicture structure and related functionsVittorio Giovara
2015-10-22utils: Use data buffers directly instead of an AVPictureVittorio Giovara
2015-10-21lavc: Add data and linesize to AVSubtitleRectVittorio Giovara
2015-10-21Replace any remaining avpicture function with imgutilsVittorio Giovara
2015-10-21nuv: Replace avpicture functions with imgutilsVittorio Giovara
2015-10-21dpx: Replace avpicture functions with imgutilsVittorio Giovara
2015-10-21roqvideodec: Replace avpicture functions with imgutilsVittorio Giovara
2015-10-21rawdec: Replace avpicture functions with imgutilsLuca Barbato
2015-10-21rawenc: Replace avpicture functions with imgutilsLuca Barbato
2015-10-21msrle: Use AVFrame instead of AVPictureVittorio Giovara
2015-10-16qsvenc: add an API for allocating opaque surfacesAnton Khirnov
2015-10-16qsvenc: cosmetics, reindentAnton Khirnov
2015-10-16qsvenc: set the timestamp for PIX_FMT_QSV frames as wellAnton Khirnov
2015-10-16qsvenc: support passing arbitrary external buffers to the encoderAnton Khirnov
2015-10-16wrapped_avframe: Drop a now-unused variableLuca Barbato
2015-10-16mpeg12: Unbreak building stale codeLuca Barbato
2015-10-15aac: Make codec init run under ff_thread_onceDerek Buitenhuis
2015-10-15lavc: AV-prefix a few left out capabilitiesVittorio Giovara
2015-10-14h264: Run VLC init under pthread_onceDerek Buitenhuis
2015-10-14dxva: Include last the internal headerLuca Barbato
2015-10-14mimic: drop AVPicture usagewm4
2015-10-14libschroedinger: Properly use AVFrame APIVittorio Giovara
2015-10-14qtrle: Properly use AVFrame APIVittorio Giovara
2015-10-13avcodec: Do not lock during init if there is no init functionDerek Buitenhuis
2015-10-10wrapped_avframe: Initial implementationLuca Barbato
2015-10-09libopenh264enc: Added max_nal_size optionMario Gasparoni
2015-10-08cabac: Make CABAC states hardcodedAnton Khirnov
2015-10-07dcadec: reorganise context dataAlexandra Khirnova
2015-10-07g2m: Relax resolution change constraintsVittorio Giovara
2015-10-04mmaldec: be more tolerant against MMAL not returning decoded outputwm4
2015-10-04mmaldec: refactor to have more context per MMAL input bufferwm4
2015-10-04avcodec: Do not lock during open for codecs marked as having threadsafe initDerek Buitenhuis
2015-10-04rangecoder: Use AV_RB16 instead of bytestream_get_be16Vittorio Giovara
2015-10-04hevc: Simplify logical checkVittorio Giovara
2015-10-04h264: Use the correct argument context in debug logVittorio Giovara
2015-10-04h263: Drop uninitialized variable use from log messageVittorio Giovara
2015-10-04dvbsubdec: Fix function return typeVittorio Giovara
2015-10-04dv: Mark internal frame reference as constVittorio Giovara
2015-10-04dcadec: Always initialize return variableVittorio Giovara
2015-10-03d3d11va: make av_d3d11va_alloc_context() available at all timesAnton Khirnov