summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* g2meet: Respect cursor_stride properly everywhereKostya Shishkov2013-09-251-0/+3
* lavc doxy: document that avcodec_flush_buffers() invalidates decoded framesAnton Khirnov2013-09-241-5/+11
* doc/filters: fix an option name in the unsharp docsAnton Khirnov2013-09-241-1/+1
* h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov2013-09-242-1/+8
* cabac: remove write-only h264_mps_state[]Anton Khirnov2013-09-241-6/+2
* matroskadec: check av_strdup() when setting defaultsAnton Khirnov2013-09-241-1/+7
* lavc: add support for interleaved chroma formats to libx264.Kieran Kunhya2013-09-241-0/+6
* pixdesc: fix NV20* descriptorsMichael Niedermayer2013-09-241-6/+6
* h264_sei: check SEI sizeMichael Niedermayer2013-09-241-0/+6
* h264: do not discard NAL_SEI when skipping framesRainer Hochecker2013-09-241-2/+3
* h264: log extradata skip only for non-ignored NALsVittorio Giovara2013-09-241-2/+5
* h264_sei: log unknown sei messagesVittorio Giovara2013-09-241-0/+1
* mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0Martin Storsjö2013-09-241-8/+8
* configure: Enable -Qansi-alias for icl 14+Alex Smith2013-09-241-2/+4
* h263dec: Remove a hack that can cause infinite loopsMartin Storsjö2013-09-231-13/+0
* movenchint: Clear size and len if the realloc failedMartin Storsjö2013-09-221-1/+3
* movenc: Return a proper error code for invalid combinationsMartin Storsjö2013-09-221-2/+2
* vc1dec: Check the error handling flags on slice/field header decode errorsMartin Storsjö2013-09-221-0/+4
* electronicarts: Check packet sizes before readingMartin Storsjö2013-09-221-3/+9
* lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö2013-09-221-1/+2
* vc1dec: Don't decode slices when the latest slice header failed to decodeMichael Niedermayer2013-09-221-2/+6
* vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocksMartin Storsjö2013-09-221-0/+3
* vc1dec: Undo mpegvideo initialization if unable to allocate tablesMartin Storsjö2013-09-221-1/+5
* vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errorsMartin Storsjö2013-09-221-2/+13
* wnv1: Make sure the input packet is large enoughMartin Storsjö2013-09-221-0/+5
* movenc: Use keyframes as default fragmentation point in ismvMartin Storsjö2013-09-221-1/+1
* movenc: Set all implicit flags immediately in mov_write_headerMartin Storsjö2013-09-221-2/+5
* movenc: Set mov->mode earlier in mov_write_headerMartin Storsjö2013-09-221-18/+19
* tls: Do not abort on non-fatal TLS alerts with gnutlsMartin Storsjö2013-09-221-1/+8
* flv: Make onTextData parsing robustLuca Barbato2013-09-221-19/+69
* rtmp: Replace a magic number with a macroLuca Barbato2013-09-221-7/+8
* rtmp: Rewrite embedded flv handlingLuca Barbato2013-09-221-28/+42
* rtmp: Refactor get_packetLuca Barbato2013-09-221-62/+51
* rtmp: Support AMF_DATA_TYPE_MIXEDARRAYLuca Barbato2013-09-221-25/+40
* avutil: Fix compilation with inline asm disabled on mingwAlex Smith2013-09-221-0/+1
* lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya2013-09-214-1/+45
* h264dec: Add .avc file name extensionVittorio Giovara2013-09-201-1/+1
* h264dec: K&R formatting cosmeticsVittorio Giovara2013-09-201-23/+31
* mem: Handle av_reallocp(..., 0) properlyMartin Storsjö2013-09-201-0/+4
* h264: remove an unused static constantVittorio Giovara2013-09-201-2/+0
* msvc/icl: Use __declspec(noinline)Alex Smith2013-09-201-0/+2
* msvc/icl: Use __declspec(deprecated)Alex Smith2013-09-203-4/+15
* rtmp: Unbreak get_packetLuca Barbato2013-09-201-8/+9
* dcadec: Validate the lfe parameterMartin Storsjö2013-09-201-0/+5
* rtmpproto: Add a comment explaining the logic in handle_notifyMartin Storsjö2013-09-201-0/+2
* build: Support cparserLuca Barbato2013-09-191-0/+22
* r3d: Add more input value validationMartin Storsjö2013-09-191-1/+5
* rl2: Avoid a division by zeroMartin Storsjö2013-09-191-0/+4
* wtv: Add more sanity checks for a length read from the fileMartin Storsjö2013-09-191-1/+6
* yop: Clear all references to the AVBuffer in the local AVPacketMartin Storsjö2013-09-191-0/+6
OpenPOWER on IntegriCloud