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
2013-09-28avframe: note that linesize is not the usable data sizeAnton Khirnov
2013-09-27lxf: check the nb_streams instead of relying on paddingLuca Barbato
2013-09-27lxf: remove deplanarization hackPaul B Mahol
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
2013-09-27lxf: Support 16-channel filesCarl Eugen Hoyos
2013-09-27lxf: Support version 1 filesReimar Döffinger
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-27lavf: Allocate arrays with av_realloc if they will be realloced laterMartin Storsjö
2013-09-27rtpdec_qt: Add an accidentally removed allocation return value checkMartin Storsjö
2013-09-27tls: Add support for listen modeMartin Storsjö
2013-09-27http: Pass options through to the nested protocolMartin Storsjö
2013-09-27tls: Add options for verifying the peer certificateMartin Storsjö
2013-09-25g2meet: Respect cursor_stride properly everywhereKostya Shishkov
2013-09-24lavc doxy: document that avcodec_flush_buffers() invalidates decoded framesAnton Khirnov
2013-09-24doc/filters: fix an option name in the unsharp docsAnton Khirnov
2013-09-24h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov
2013-09-24cabac: remove write-only h264_mps_state[]Anton Khirnov
2013-09-24matroskadec: check av_strdup() when setting defaultsAnton Khirnov
2013-09-24lavc: add support for interleaved chroma formats to libx264.Kieran Kunhya
2013-09-24pixdesc: fix NV20* descriptorsMichael Niedermayer
2013-09-24h264_sei: check SEI sizeMichael Niedermayer
2013-09-24h264: do not discard NAL_SEI when skipping framesRainer Hochecker
2013-09-24h264: log extradata skip only for non-ignored NALsVittorio Giovara
2013-09-24h264_sei: log unknown sei messagesVittorio Giovara
2013-09-24mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0Martin Storsjö
2013-09-24configure: Enable -Qansi-alias for icl 14+Alex Smith
2013-09-24h263dec: Remove a hack that can cause infinite loopsMartin Storsjö
2013-09-22movenchint: Clear size and len if the realloc failedMartin Storsjö
2013-09-22movenc: Return a proper error code for invalid combinationsMartin Storsjö
2013-09-22vc1dec: Check the error handling flags on slice/field header decode errorsMartin Storsjö
2013-09-22electronicarts: Check packet sizes before readingMartin Storsjö
2013-09-22lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö
2013-09-22vc1dec: Don't decode slices when the latest slice header failed to decodeMichael Niedermayer
2013-09-22vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocksMartin Storsjö
2013-09-22vc1dec: Undo mpegvideo initialization if unable to allocate tablesMartin Storsjö
2013-09-22vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errorsMartin Storsjö
2013-09-22wnv1: Make sure the input packet is large enoughMartin Storsjö
2013-09-22movenc: Use keyframes as default fragmentation point in ismvMartin Storsjö
2013-09-22movenc: Set all implicit flags immediately in mov_write_headerMartin Storsjö
2013-09-22movenc: Set mov->mode earlier in mov_write_headerMartin Storsjö
2013-09-22tls: Do not abort on non-fatal TLS alerts with gnutlsMartin Storsjö
2013-09-22flv: Make onTextData parsing robustLuca Barbato
2013-09-22rtmp: Replace a magic number with a macroLuca Barbato
2013-09-22rtmp: Rewrite embedded flv handlingLuca Barbato
2013-09-22rtmp: Refactor get_packetLuca Barbato
2013-09-22rtmp: Support AMF_DATA_TYPE_MIXEDARRAYLuca Barbato
2013-09-22avutil: Fix compilation with inline asm disabled on mingwAlex Smith
2013-09-21lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya
2013-09-20h264dec: Add .avc file name extensionVittorio Giovara
2013-09-20h264dec: K&R formatting cosmeticsVittorio Giovara