aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: Add license notice filescm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56staging/cm-12.0-cafstable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0shipping/cm-11.0cm-11.0Ricardo Cerqueira2014-10-081-0/+1
* Android porting for ffmpeg 2.1 releaseChih-Wei Huang2014-04-231-0/+24
* avcodec/hevc: Simplify get_qPy_pred()Michael Niedermayer2014-02-233-40/+18
* Merge commit 'e22ebd04bcab7f86548794556c28ecca46d9c2ac'Michael Niedermayer2014-02-231-24/+54
* avcodec/mpeg4videodec: Check for bitstream overread in decode_vol_header()Michael Niedermayer2014-02-231-0/+5
* avcodec/h264: use subsample factors of the used pixel formatMichael Niedermayer2014-02-231-3/+4
* avcodec/h264: more completely check the loop filter parametersMichael Niedermayer2014-02-231-2/+2
* avcodec/alsdec: check predictor order against block lengthMichael Niedermayer2014-02-231-1/+5
* avcodec/hevc_ps: Use get_bits_long() in decode_vui()Michael Niedermayer2014-02-231-2/+2
* avcodec/hevc: make check for previous slice segment tighterMichael Niedermayer2014-02-231-1/+1
* avcodec/hevc: clear tab_slice_address of ctb on error.Michael Niedermayer2014-02-231-2/+7
* avcodec/hevc: hls_decode_entry: check that the previous slice segment is avai...Michael Niedermayer2014-02-231-0/+8
* avcodec/hevc: clear tab_slice_address in hevc_frame_start()Michael Niedermayer2014-02-231-1/+4
* avcodec/h264: update current_sps & sps->new only after the whole slice header...Michael Niedermayer2014-02-231-2/+3
* avcodec/h264: Disallow pps_id changing between slicesMichael Niedermayer2014-02-232-0/+12
* avcodec/aacdec: Fix pulse position checks in decode_pulses()Michael Niedermayer2014-02-231-2/+2
* avcodec/hevc: propagate error code from hls_coding_quadtree()Michael Niedermayer2014-02-231-2/+8
* avcodec/tiff: reset geotag_count in free_geotags()Michael Niedermayer2014-02-231-0/+1
* avcodec/vc1: Check bfraction_lut_indexMichael Niedermayer2014-02-231-1/+7
* avcodec/vc1: factor read_bfraction() outMichael Niedermayer2014-02-231-8/+14
* avcodec/vc1dec: field pictures with direct mode MBs, followed by frame pictur...Michael Niedermayer2014-02-231-0/+5
* avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask sizeMichael Niedermayer2014-02-234-8/+15
* avcodec/snow: split block clipping checksMichael Niedermayer2014-02-231-2/+4
* avcodec/ansi: fix integer overflowMichael Niedermayer2014-02-231-1/+1
* avcodec/msrle: use av_image_get_linesize() to calculate the linesizeMichael Niedermayer2014-02-231-1/+2
* avcodec/utils: set AVFrame format unconditionalMichael Niedermayer2014-02-231-2/+1
* avcodec/hevc: make *ps_id unsignedMichael Niedermayer2014-02-231-2/+2
* avcodec/wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer2014-02-231-2/+2
* avcodec/vc1: reset fcm/field_mode in non advanced header parsingMichael Niedermayer2014-02-231-0/+2
* avcodec/takdec: always check bits_per_raw_sampleMichael Niedermayer2014-02-231-5/+3
* avcodec/jpeg2000dec: fix error detection in pix_fmt_match()Michael Niedermayer2014-01-211-1/+2
* avcodec/vmnc: Check that rectangles are within the pictureMichael Niedermayer2014-01-211-0/+5
* avcodec/apedec: more checks for kMichael Niedermayer2014-01-211-0/+4
* dnxhdenc: fix mb_rc sizeMichael Niedermayer2014-01-211-1/+1
* Merge commit '9eef9eb3014b2ed9c3ff4aac510a9f04edb555cf'Michael Niedermayer2014-01-211-0/+2
* avcodec/mjpegdec: Dont skip picture allocation if theres no picture allocatedMichael Niedermayer2014-01-201-1/+1
* avcodec/aacdec: Dont fail if channels arent known yetMichael Niedermayer2014-01-191-0/+3
* avcodec/mjpegdec: Dont treat the lack of a startcode differently from end of ...Michael Niedermayer2014-01-191-1/+1
* avcodec/mjpegdec: only run EOI emulation code when there was a scanMichael Niedermayer2014-01-191-1/+1
* avcodec/mjpegdec: update cur_scan also for non-LS jpegMichael Niedermayer2014-01-191-2/+1
* Fix libxvid crash on failing initialisation.Carl Eugen Hoyos2014-01-191-0/+1
* avcodec/libxavs: 2nd attempt to fix compilation after b18c7c8d.Clément Bœsch2014-01-141-8/+8
* avcodec/libxavs: attempt to fix compilation after b18c7c8d.Clément Bœsch2014-01-141-1/+1
* Fix a crash on oom when decoding hevc.Carl Eugen Hoyos2014-01-131-1/+2
* avcodec/hevc: Check entry point arrays for malloc failureMichael Niedermayer2014-01-131-0/+5
* hevc: Bound check slice_qpLuca Barbato2014-01-131-1/+11
* hevc: Reject impossible dependent tileLuca Barbato2014-01-131-0/+5
* hevc: remove useless clip in FUNC(sao_band_filter)()Guillaume Martres2014-01-131-1/+1
* hevc: clip pixels when transquant bypass is usedGuillaume Martres2014-01-131-4/+4
* hevc: Clip the pixel before shiftingLuca Barbato2014-01-131-1/+1