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-20Add a quality factor packet side dataVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-20flashsvenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2015-07-20ffv1enc: Use input frame to set SAR and interlacingVittorio Giovara
2015-07-20ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2015-07-20qtrleenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2015-07-20libtheoraenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2015-07-20libvpxenc: Do not entangle coded_frameVittorio Giovara
2015-07-20libxvid: Do not entangle coded_frameVittorio Giovara
2015-07-20svq1enc: Do not entangle coded_frameVittorio Giovara
2015-07-20proresenc: Do not entangle coded_frameVittorio Giovara
2015-07-20a64multienc: Do not entangle coded_frameVittorio Giovara
2015-07-20roqvideoenc: Drop unneeded initializationVittorio Giovara
2015-07-20mpegvideo_enc: Drop unnneded initializationVittorio Giovara
2015-07-19qsvenc: properly handle asynchronous encodingAnton Khirnov
2015-07-19qsvdec: properly handle asynchronous decodingAnton Khirnov
2015-07-18h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1Janne Grunau
2015-07-17x86: bswapdsp: Don't treat 32-bit integers as 64-bitHenrik Gramner
2015-07-17configure: Factor out g722dsp moduleVittorio Giovara
2015-07-17configure: Factor out wmv2dsp moduleVittorio Giovara
2015-07-17configure: Factor out vp8dsp moduleVittorio Giovara
2015-07-17configure: Factor out vp56dsp moduleVittorio Giovara
2015-07-17configure: Factor out rv34dsp moduleVittorio Giovara
2015-07-17configure: Factor out mss34dsp moduleVittorio Giovara
2015-07-17configure: Factor out ividsp moduleVittorio Giovara
2015-07-17configure: Factor out flacdsp moduleVittorio Giovara
2015-07-17libx264: Add support for the MPEG2 encoderLuca Barbato
2015-07-17hq_hqa: Fix decoding when INFO section is absentVittorio Giovara
2015-07-17h264: Add support for Closed Caption exportKieran Kunhya
2015-07-15hevc: Split the struct setup from the pps parsingLuca Barbato
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-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-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-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
2015-07-12hevc: eliminate the second call to hls_nal_unit()Anton Khirnov
2015-07-12hevc: skip invalid/ignored NALUs when splitting the packetAnton Khirnov
2015-07-12hevc: remove HEVCContext usage from hevc_psAnton Khirnov
2015-07-12mpegvideo_parser: export pixel format and dimensionsAnton Khirnov
2015-07-12hevc: check slice address lengthAndreas Cadhalpun
2015-07-12bytestream2: set the reader to the end when reading more than availableAnton Khirnov
2015-07-11g726: Do not crash on user mistakeLuca Barbato
2015-07-11imc: Use correct position for flcoeffs2 calculationAndreas Cadhalpun
2015-07-09libvpx: Add the library headerVittorio Giovara
2015-07-09lavc: Add nvenc.h to the skipheaderLuca Barbato