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
2015-06-18avcodec/hevc_ps: Only discard overread VPS if a previous is availableMichael Niedermayer
2015-05-13avcodec/hevc_ps: Move log2_ctb_size checks up to prevent undefined shift oper...Michael Niedermayer
2015-05-13avcodec/hevc_ps: Explicitly check num_tile_* for negative valuesMichael Niedermayer
2015-05-13avcodec/hevc_ps: Check vps_num_hrd_parametersMichael Niedermayer
2015-05-13avcodec/hevc_ps: More completely check vps_num_layer_setsMichael Niedermayer
2015-04-28avcodec/hevc: Remove current_spsMichael Niedermayer
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2015-04-03Merge commit 'df528b11ac607de13a7c438f2a51f2119f71a03c'Michael Niedermayer
2015-04-03Merge commit 'ce0bc09ee2580d49fec90a6eb0de2ba1b580c854'Michael Niedermayer
2015-04-03hevc: make sure no dangling pointers remain around on VPS/SPS changeAnton Khirnov
2015-04-03hevc: do not change the VPS if its contents are the sameAnton Khirnov
2015-03-21avcodec/hevc_ps: Check cropping parameters more correctlyMichael Niedermayer
2015-03-21hevc: zero the correct variables on invalid crop parametersAnton Khirnov
2015-02-26avcodec/hevc_ps: Check that log2_ctb_size is not smaller than the bounds of a...Michael Niedermayer
2015-02-25avcodec/hevc_ps: Sanity checks for some log2_* valuesMichael Niedermayer
2015-02-02avcodec/hevc: adding support for monochrome sequences in hevcMickaël Raulet
2014-12-18avcodec/hevc_ps: Check diff_cu_qp_delta_depthMichael Niedermayer
2014-12-06avcodec/hevc_ps: Add context to av_log() callMichael Niedermayer
2014-11-28avcodec/hevc_ps: Check num_long_term_ref_pics_spsMichael Niedermayer
2014-11-27avcodec/hevc_ps: More complete window resetMichael Niedermayer
2014-11-27avcodec/hevc_ps: Check return code from pps_range_extensions()Michael Niedermayer
2014-10-27avcodec/hevc_ps: Check default display window bitstream and skip if invalidMichael Niedermayer
2014-09-06avcodec/hevc_ps: Always initialize backup in decode_vui()Michael Niedermayer
2014-08-23avcodec/hevc_ps: fix 1 vs. 0 typoMichael Niedermayer
2014-08-22hevc_ps: check overflow and test alternate syntaxChristophe Gisquet
2014-08-20avcodec/hevc_ps: do cleanup in case of unsupported bit depthMichael Niedermayer
2014-08-11hevc: do generic validation of bitstreamChristophe Gisquet
2014-08-10hevc_ps: verify P/T/L informationChristophe Gisquet
2014-07-22hevc/rext: remove warning for cross component predictionMickaël Raulet
2014-07-22hevc/rext: fixing rdpcm and scaling list for Range ExtensionMickaël Raulet
2014-07-19avcodec/hevc_ps: Check abs_delta_rpsMichael Niedermayer
2014-07-19avcodec/hevc: check nb_cpbMichael Niedermayer
2014-07-19hevc/rext: put a warning log message instead of an error log messageMickaël Raulet
2014-07-15avcodec/hevc_ps: prevent stale pointer in malloc failure caseMichael Niedermayer
2014-07-15hevc/rext: basic infrastructure for supporting range extensionMickaël Raulet
2014-07-12avcodec/hevc_ps: do not loose all reference to pointers still in useMichael Niedermayer
2014-07-12avcodec/hevc_ps: Check layer_id_included_flags countMichael Niedermayer
2014-07-12avcodec/hevc_ps: more complete check for vps_max_dec_pic_bufferingMichael Niedermayer
2014-07-11hevc_ps: remove a write-only variableAnton Khirnov
2014-06-26Merge commit '9b60d9197970658e91daf4b586397f450de9af69'Michael Niedermayer
2014-06-26hevc: remove unused array min_cb_addr_zsGildas Cocherel
2014-06-26hevc: Allow out of bound values for num_reorder_picsKieran Kunhya
2014-06-24hevc/pps: optimized size of min_tb_addr_zsgcocherel
2014-06-24avcodec/hevc_ps: remove min_cb_addr_zsgcocherel
2014-06-16hevc: Fix 4K sample videoKieran
2014-03-10Merge commit '4d33873c2990b8d6096f60fef384f0efc4482b55'Michael Niedermayer
2014-03-09hevc: make pps/sps ids unsigned where necessaryVittorio Giovara
2014-03-09hevc: Use get_bits_long() in decode_vui()Michael Niedermayer
2014-02-20Merge commit '175e5063320f585118a5461f15dbacf2ce17e97d'Michael Niedermayer
2014-02-19hevc: Mention the missing SPS in the error messageLuca Barbato