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-08-03dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-18avcodec/hevc_ps: Also print depth in failure path of map_pixel_format()Michael Niedermayer
2015-07-15hevc: Split the struct setup from the pps parsingLuca Barbato
2015-07-15Merge commit 'c88c5eef53ff1619724ba47b722da64ec0593dab'Michael Niedermayer
2015-07-14Merge commit '32c8d89c036b0e75ece74aea638df587099def0b'Michael Niedermayer
2015-07-14Merge commit '8e373fe048812a25b238ea60a7052b8c07639a42'Michael Niedermayer
2015-07-13hevc: Print the non-supported chroma_format_idcLuca Barbato
2015-07-13hevc: Factor out the pixel format mapping from the sps parserLuca Barbato
2015-07-13hevc_ps: make sure failing to decode an SPS always returns an errorAnton Khirnov
2015-07-12Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2'Michael Niedermayer
2015-07-12hevc: remove HEVCContext usage from hevc_psAnton Khirnov
2015-07-09avcodec/hevc_ps: Remove gotos from ff_hevc_parse_sps()Michael Niedermayer
2015-07-09avcodec/hevc_ps: Do not return success on failures in ff_hevc_parse_sps()Michael Niedermayer
2015-07-09Merge commit 'fd124d8357b1becfde3ac8d5e3320127cf97a5b7'Michael Niedermayer
2015-07-09hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov
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