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