aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changelog: updaten2.8.7Michael Niedermayer2016-04-291-0/+2
* avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64Michael Niedermayer2016-04-291-0/+4
* avformat/ffmdec: Check pix_fmtMichael Niedermayer2016-04-281-0/+11
* update for 2.8.7Michael Niedermayer2016-04-273-2/+45
* avcodec/ttaenc: Reallocate packet if its too smallMichael Niedermayer2016-04-271-2/+13
* pgssubdec: fix subpicture output colorspace and rangeJan Ekström2016-04-272-2/+18
* avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3Michael Niedermayer2016-04-271-5/+7
* avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer2016-04-271-1/+3
* avcodec/takdec: add code that got somehow lost in process of REingPaul B Mahol2016-04-271-0/+1
* avcodec/apedec: fix decoding of stereo files with one channel full of silencePaul B Mahol2016-04-271-1/+1
* avcodec/avpacket: Fix off by 5 errorMichael Niedermayer2016-04-271-2/+4
* avcodec/h264: Fix for H.264 configuration parsingIvan2016-04-271-2/+2
* avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packe...Michael Niedermayer2016-04-271-1/+1
* avfilter/src_movie: fix how we check for overflows with seek_pointMarios Titas2016-04-271-1/+1
* avcodec/j2kenc: Add attribution to OpenJPEG project:Aaron Boxer2016-04-271-0/+38
* avcodec/h264_slice: Check PPS more extensively when its not copiedMichael Niedermayer2016-04-271-3/+7
* avcodec/libutvideodec: copy frame so it has reference counters when refcounte...Michael Niedermayer2016-04-271-1/+11
* avformat/rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp2016-04-271-3/+4
* avcodec/mjpegenc_common: Store approximate aspect if exact cannot be storedMichael Niedermayer2016-04-271-2/+12
* lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL ...Mark Thompson2016-04-271-2/+8
* avcodec/resample: Remove disabled and faulty codeMichael Niedermayer2016-04-271-6/+0
* indeo2: Fix banding artefactsLuca Barbato2016-04-272-39/+138
* indeo2data: K&R formatting cosmeticsLuca Barbato2016-04-271-104/+104
* avcodec/imgconvert: Support non-planar colorspaces while paddingPrzemysław Sobala2016-04-271-2/+35
* avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...Michael Niedermayer2016-04-271-1/+6
* avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer2016-04-271-1/+1
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-04-272-3/+5
* avformat/utils: fix dts from pts code in compute_pkt_fields() during ascendin...Michael Niedermayer2016-04-272-3/+4
* avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMATBoris Nagels2016-04-271-1/+2
* avformat/cache: Fix memleak of tree entriesMichael Niedermayer2016-04-271-0/+7
* lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac #5216Rodger Combs2016-04-271-3/+3
* lavf/mov: fix sidx with edit listsRodger Combs2016-04-271-1/+1
* avcodec/mjpegdec: Fix decoding slightly odd progressive jpegMichael Niedermayer2016-04-271-6/+4
* libwebpenc_animencoder: print library messages in verbose log levelsJames Almer2016-03-171-0/+1
* libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions structJames Almer2016-03-171-1/+1
* doc/utils: fix typo for min() descriptionPaul B Mahol2016-03-021-1/+1
* avcodec/avpacket: clear priv in av_init_packet()Michael Niedermayer2016-02-241-0/+1
* swscale/utils: Fix chrSrcHSubSample for GBRAP16Michael Niedermayer2016-02-241-0/+1
* swscale/input: Fix GBRAP16 inputMichael Niedermayer2016-02-241-0/+20
* postproc: fix unaligned accessCarl Eugen Hoyos2016-02-231-1/+1
* avutil/pixdesc: Make get_color_type() aware of CIE XYZ formatsMichael Niedermayer2016-02-221-0/+4
* avcodec/h264: Execute error concealment before marking the frame as done.Michael Niedermayer2016-02-192-41/+41
* swscale/x86/output: Fix yuv2planeX_16* with unaligned destinationMichael Niedermayer2016-02-171-7/+16
* swscale/x86/output: Move code into yuv2planeX_mainloopMichael Niedermayer2016-02-171-69/+72
* MAINTAINERS: add myself as an OS/2 maintainerKO Myung-Hun2016-02-151-0/+1
* avutil/frame: Free destination qp_table_buf in frame_copy_props()Michael Niedermayer2016-02-131-0/+1
* Update for 2.8.6n2.8.6Michael Niedermayer2016-01-283-2/+47
* avcodec/jpeg2000dec: More completely check cdefMichael Niedermayer2016-01-281-5/+9
* avutil/opt: check for and handle errors in av_opt_set_dict2()Michael Niedermayer2016-01-281-3/+4
* avcodec/flacenc: fix calculation of bits required in case of custom sample ratePaul B Mahol2016-01-281-1/+1