summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* matroskaenc: write correct Display{Width, Height} in stereo encodingVittorio Giovara2014-10-271-6/+24
* xcbgrab: XCB-based screen captureLuca Barbato2014-10-266-8/+693
* lavf: Implement ff_brktimegm using gmtime_rMartin Storsjö2014-10-261-23/+5
* drawtext: Remove the ifdef for localtime_rMartin Storsjö2014-10-261-3/+1
* Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-264-9/+17
* lavu: Provide fallbacks for gmtime_r and localtime_rMartin Storsjö2014-10-262-0/+49
* lavf: Check the return value of strftimeMartin Storsjö2014-10-263-12/+16
* wtv: Avoid needlessly calling gmtime twice with the same argumentMartin Storsjö2014-10-261-3/+3
* mov: fix assigment checkVittorio Giovara2014-10-241-1/+1
* mxfenc: Fix possible integer overflowsTomas Härdin2014-10-241-6/+6
* mxfdec: add missing breakVittorio Giovara2014-10-241-0/+1
* matroskaenc: check avio_open_dyn_buf return valueVittorio Giovara2014-10-241-2/+5
* matroskadec: check return valuesVittorio Giovara2014-10-241-1/+9
* matroskadec: fix leak on errorVittorio Giovara2014-10-241-0/+1
* lavf: replace rename() with ff_rename()Luca Barbato2014-10-243-8/+24
* flac_picture: prevent a possible out of bound writeVittorio Giovara2014-10-241-5/+5
* img2dec: check av_new_packet return valueVittorio Giovara2014-10-241-2/+4
* audiointerleave: check av_new_packet return valueVittorio Giovara2014-10-241-2/+4
* avfilter: check filter link validityVittorio Giovara2014-10-241-1/+6
* mp3enc: write full LAME frameAnton Khirnov2014-10-242-34/+129
* avconv: copy stream-level side data when streamcopyingAnton Khirnov2014-10-241-0/+20
* doc: reword the mp3 muxer documentationAnton Khirnov2014-10-241-17/+25
* mp3dec: fix reading the Xing tagAnton Khirnov2014-10-241-1/+3
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-246-17/+17
* avconv: Use av_gettime_relativeMartin Storsjö2014-10-241-6/+6
* avplay: Use av_gettime_relativeMartin Storsjö2014-10-241-12/+12
* tools: Use av_gettime_relativeOlivier Langlois2014-10-241-2/+2
* lavc: Use av_gettime_relativeOlivier Langlois2014-10-242-6/+6
* lavu: Add av_gettime_relativeMartin Storsjö2014-10-244-7/+27
* nutdec: check av_new_packet return valueVittorio Giovara2014-10-211-2/+4
* nutenc: check for negative index rather than assertVittorio Giovara2014-10-211-1/+4
* rmdec: stricter error check to avoid theoretical unitialized useVittorio Giovara2014-10-211-1/+1
* rmdec: check av_new_packet return valueVittorio Giovara2014-10-211-1/+3
* flvdec: make sure to check create_stream and report the same errorVittorio Giovara2014-10-211-2/+5
* flvdec: avoid unitialized use of a struct memberVittorio Giovara2014-10-211-0/+1
* smoothstreamingenc: explict cast to avoid overflowVittorio Giovara2014-10-211-1/+1
* fate-mpeg4: use TARGET_SAMPLES for resize testsJanne Grunau2014-10-211-1/+1
* rtpproto: Free the addrinfo pointer on failureLuca Barbato2014-10-201-1/+3
* nutdec: Prevent a memory corruptionLuca Barbato2014-10-201-2/+3
* rtpdec_hevc: drop unnecessary checkVittorio Giovara2014-10-201-2/+0
* rtmpproto: remove dead codeVittorio Giovara2014-10-201-3/+0
* vf_format: check input validityVittorio Giovara2014-10-201-0/+5
* wtv: clean memory on errorVittorio Giovara2014-10-201-1/+3
* wtv: check seek_by_sector return valueVittorio Giovara2014-10-201-1/+3
* aviobuf: check context before using itVittorio Giovara2014-10-201-1/+2
* avio: fix sizeof argumentMichael Niedermayer2014-10-201-1/+1
* idcin: fix return checkVittorio Giovara2014-10-201-2/+2
* rtmp: Always call rtmp_close() on rtmp_open() failureAlexander Drozdov2014-10-181-4/+3
* swscale: fix sign extensions in yuv planar conversionVittorio Giovara2014-10-181-4/+4
* oss_audio: use a macro to simplify ioctl() error checkingTimothy Gu2014-10-181-14/+17
OpenPOWER on IntegriCloud