Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-23avcodec/hevc: Simplify get_qPy_pred()Michael Niedermayer
2014-02-23Merge commit 'e22ebd04bcab7f86548794556c28ecca46d9c2ac'Michael Niedermayer
2014-02-23avcodec/mpeg4videodec: Check for bitstream overread in decode_vol_header()Michael Niedermayer
2014-02-23avcodec/h264: use subsample factors of the used pixel formatMichael Niedermayer
2014-02-23avcodec/h264: more completely check the loop filter parametersMichael Niedermayer
2014-02-23avcodec/alsdec: check predictor order against block lengthMichael Niedermayer
2014-02-23avcodec/hevc_ps: Use get_bits_long() in decode_vui()Michael Niedermayer
2014-02-23avcodec/hevc: make check for previous slice segment tighterMichael Niedermayer
2014-02-23avcodec/hevc: clear tab_slice_address of ctb on error.Michael Niedermayer
2014-02-23avcodec/hevc: hls_decode_entry: check that the previous slice segment is avai...Michael Niedermayer
2014-02-23avcodec/hevc: clear tab_slice_address in hevc_frame_start()Michael Niedermayer
2014-02-23avcodec/h264: update current_sps & sps->new only after the whole slice header...Michael Niedermayer
2014-02-23avcodec/h264: Disallow pps_id changing between slicesMichael Niedermayer
2014-02-23avcodec/aacdec: Fix pulse position checks in decode_pulses()Michael Niedermayer
2014-02-23avcodec/hevc: propagate error code from hls_coding_quadtree()Michael Niedermayer
2014-02-23avcodec/tiff: reset geotag_count in free_geotags()Michael Niedermayer
2014-02-23avcodec/vc1: Check bfraction_lut_indexMichael Niedermayer
2014-02-23avcodec/vc1: factor read_bfraction() outMichael Niedermayer
2014-02-23avcodec/vc1dec: field pictures with direct mode MBs, followed by frame pictur...Michael Niedermayer
2014-02-23avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask sizeMichael Niedermayer
2014-02-23avcodec/snow: split block clipping checksMichael Niedermayer
2014-02-23avcodec/ansi: fix integer overflowMichael Niedermayer
2014-02-23avcodec/msrle: use av_image_get_linesize() to calculate the linesizeMichael Niedermayer
2014-02-23avcodec/utils: set AVFrame format unconditionalMichael Niedermayer
2014-02-23avcodec/hevc: make *ps_id unsignedMichael Niedermayer
2014-02-23avcodec/wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer
2014-02-23avcodec/vc1: reset fcm/field_mode in non advanced header parsingMichael Niedermayer
2014-02-23avcodec/takdec: always check bits_per_raw_sampleMichael Niedermayer
2014-01-21avcodec/jpeg2000dec: fix error detection in pix_fmt_match()Michael Niedermayer
2014-01-21avcodec/vmnc: Check that rectangles are within the pictureMichael Niedermayer
2014-01-21avcodec/apedec: more checks for kMichael Niedermayer
2014-01-21dnxhdenc: fix mb_rc sizeMichael Niedermayer
2014-01-21Merge commit '9eef9eb3014b2ed9c3ff4aac510a9f04edb555cf'Michael Niedermayer
2014-01-21avcodec/mjpegdec: Dont skip picture allocation if theres no picture allocatedMichael Niedermayer
2014-01-19avcodec/aacdec: Dont fail if channels arent known yetMichael Niedermayer
2014-01-19avcodec/mjpegdec: Dont treat the lack of a startcode differently from end of ...Michael Niedermayer
2014-01-19avcodec/mjpegdec: only run EOI emulation code when there was a scanMichael Niedermayer
2014-01-19avcodec/mjpegdec: update cur_scan also for non-LS jpegMichael Niedermayer
2014-01-19Fix libxvid crash on failing initialisation.Carl Eugen Hoyos
2014-01-14avcodec/libxavs: 2nd attempt to fix compilation after b18c7c8d.Clément Bœsch
2014-01-14avcodec/libxavs: attempt to fix compilation after b18c7c8d.Clément Bœsch
2014-01-13Fix a crash on oom when decoding hevc.Carl Eugen Hoyos
2014-01-13avcodec/hevc: Check entry point arrays for malloc failureMichael Niedermayer
2014-01-13hevc: Bound check slice_qpLuca Barbato
2014-01-13hevc: Reject impossible dependent tileLuca Barbato
2014-01-13hevc: remove useless clip in FUNC(sao_band_filter)()Guillaume Martres
2014-01-13hevc: clip pixels when transquant bypass is usedGuillaume Martres
2014-01-13hevc: Clip the pixel before shiftingLuca Barbato
2014-01-13avcodec/hevc: use av_mallocz() for allocating tab_ipmMichael Niedermayer
2014-01-13avcodec/alac: only set *got_frame_ptr when all channels have been decodedMichael Niedermayer