summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* librtmp: Avoid an infiniloop setting connection argumentsrelease/2.5Luca Barbato2016-07-261-0/+2
* avformat/oggparsevp8: fix pts calculation on pages ending with an invisible f...James Almer2016-07-251-1/+5
* avformat/ffmdec: Check pix_fmtMichael Niedermayer2016-05-011-0/+11
* avcodec/ttaenc: Reallocate packet if its too smallMichael Niedermayer2016-05-011-2/+13
* pgssubdec: fix subpicture output colorspace and rangeJan Ekström2016-05-012-2/+18
* avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3Michael Niedermayer2016-05-011-5/+7
* avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer2016-05-011-1/+3
* avcodec/takdec: add code that got somehow lost in process of REingPaul B Mahol2016-05-011-0/+1
* avcodec/apedec: fix decoding of stereo files with one channel full of silencePaul B Mahol2016-05-011-1/+1
* avcodec/avpacket: Fix off by 5 errorMichael Niedermayer2016-05-011-2/+4
* avcodec/h264: Fix for H.264 configuration parsingIvan2016-05-011-2/+2
* avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packe...Michael Niedermayer2016-05-011-1/+1
* avfilter/src_movie: fix how we check for overflows with seek_pointMarios Titas2016-05-011-1/+1
* avcodec/j2kenc: Add attribution to OpenJPEG project:Aaron Boxer2016-05-011-0/+38
* avcodec/libutvideodec: copy frame so it has reference counters when refcounte...Michael Niedermayer2016-05-011-1/+11
* avformat/rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp2016-05-011-3/+4
* avcodec/mjpegenc_common: Store approximate aspect if exact cannot be storedMichael Niedermayer2016-05-011-2/+12
* avcodec/resample: Remove disabled and faulty codeMichael Niedermayer2016-05-011-6/+0
* indeo2: Fix banding artefactsLuca Barbato2016-05-012-39/+138
* indeo2data: K&R formatting cosmeticsLuca Barbato2016-05-011-104/+104
* avcodec/imgconvert: Support non-planar colorspaces while paddingPrzemysław Sobala2016-05-011-2/+35
* avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...Michael Niedermayer2016-05-011-1/+6
* avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer2016-05-011-1/+1
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-05-012-3/+5
* avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMATBoris Nagels2016-05-011-1/+2
* lavf/mov: fix sidx with edit listsRodger Combs2016-05-011-1/+1
* avcodec/mjpegdec: Fix decoding slightly odd progressive jpegMichael Niedermayer2016-05-011-6/+4
* avcodec/avpacket: clear priv in av_init_packet()Michael Niedermayer2016-05-011-0/+1
* swscale/utils: Fix chrSrcHSubSample for GBRAP16Michael Niedermayer2016-05-011-0/+1
* swscale/input: Fix GBRAP16 inputMichael Niedermayer2016-05-011-0/+20
* postproc: fix unaligned accessCarl Eugen Hoyos2016-05-011-1/+1
* avutil/pixdesc: Make get_color_type() aware of CIE XYZ formatsMichael Niedermayer2016-05-011-0/+4
* swscale/x86/output: Fix yuv2planeX_16* with unaligned destinationMichael Niedermayer2016-05-011-7/+16
* swscale/x86/output: Move code into yuv2planeX_mainloopMichael Niedermayer2016-05-011-69/+72
* MAINTAINERS: add myself as an OS/2 maintainerKO Myung-Hun2016-05-011-0/+1
* doc/utils: fix typo for min() descriptionPaul B Mahol2016-03-021-1/+1
* Update for 2.5.11n2.5.11Michael Niedermayer2016-02-013-2/+38
* MAINTAINERS: remove unmaintained releasesMichael Niedermayer2016-01-311-3/+0
* avcodec/jpeg2000dec: More completely check cdefMichael Niedermayer2016-01-311-5/+9
* avutil/opt: check for and handle errors in av_opt_set_dict2()Michael Niedermayer2016-01-311-3/+4
* avcodec/flacenc: fix calculation of bits required in case of custom sample ratePaul B Mahol2016-01-311-1/+1
* avformat: Document urls a bitMichael Niedermayer2016-01-311-0/+12
* avformat/libquvi: Set default demuxer and protocol limitationsMichael Niedermayer2016-01-311-0/+14
* avformat/concat: Check protocol prefixMichael Niedermayer2016-01-311-1/+4
* doc/demuxers: Document enable_drefs and use_absolute_pathMichael Niedermayer2016-01-311-0/+17
* avcodec/mjpegdec: Check for end for both bytes in unescapingMichael Niedermayer2016-01-311-1/+1
* avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbit...Michael Niedermayer2016-01-311-0/+5
* avformat/avformat: Replace some references to filenames by urlsMichael Niedermayer2016-01-311-7/+7
* avcodec/wmaenc: Check ff_wma_init() for failureMichael Niedermayer2016-01-311-1/+3
* avcodec/mpeg12enc: Move high resolution thread check to before initializing t...Michael Niedermayer2016-01-312-3/+6