1448 Commits (b26ccf218d933660c551832b4b14976b2acb3f0c)

Author SHA1 Message Date
Rainer Hochecker 7d75fb381b h264: do not discard NAL_SEI when skipping frames 11 years ago
Michael Niedermayer 93cf7b0195 avcodec/h264: set er.ref_count earlier 11 years ago
Michael Niedermayer 626739ebbb avcodec/h264: Free rbsp_buffer before copying context over it 11 years ago
Michael Niedermayer be30e44dd9 avcodec/h264: Zero rbsp_buffer earler to ensure no duplicated pointers can leak 11 years ago
Michael Niedermayer ecbf838c7d h264: prevent rbsp_buffer values from becoming duplicated 11 years ago
Diego Biurrun c4e43560fe h264data: Move some tables to the only place they are used 11 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 11 years ago
Michael Niedermayer a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 11 years ago
Vittorio Giovara c1076d8479 h264: check one context_init() allocation 11 years ago
Vittorio Giovara 5eb488bfa8 h264: use explicit variable names for *_field_flag 11 years ago
Vittorio Giovara b3dc260e7f h264: return meaningful values 11 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 11 years ago
Yusuke Nakamura a8b19271c3 avcodec: Add output_picture_number to AVCodecParserContext 11 years ago
Diego Biurrun 16c22122c7 h264: K&R formatting cosmetics 11 years ago
Joakim Plate 8710a634a5 h264: add frame packing as stereo_mode frame metadata 11 years ago
Michael Niedermayer a35494c566 h264: fix indention of xchg_mb_border() 12 years ago
Michael Niedermayer f27b22b497 h264: move 444 border xchg under if (deblock_top) 12 years ago
Michael Niedermayer bbe26eff22 h264: Fix null pointer dereference with disabled error concealment 12 years ago
Michael Niedermayer d6a33f5d20 h264: fix size of arrays in ff_h264_check_intra_pred_mode() 12 years ago
Michael Niedermayer 2005fddcbb h264/ff_h264_check_intra_pred_mode: fix input value check 12 years ago
Michael Niedermayer 443b29e475 h264: Try parsing SPS as complete NAL in more cases 12 years ago
Yusuke Nakamura 3f1a7ceb2c h264_parser: Set field_order and picture_structure. 12 years ago
Michael Niedermayer 5a9e376049 h264: check mb_width/height 12 years ago
Michael Niedermayer edabbfbaf2 ff_h264_decode_seq_parameter_set: dont set h->sps 12 years ago
Michael Niedermayer fbaf75b166 h264: Use the correct croping values. 12 years ago
Michael Niedermayer 5299ee54a7 h264: assert that croping values at slice level are consistent 12 years ago
Diego Biurrun fce99322b0 h264: Drop unused variable 12 years ago
Michael Niedermayer 8ebfd7c49e h264: remove unused variable 12 years ago
Ronald S. Bultje c443117f25 dsputil: Remove dct_bits 12 years ago
Anton Khirnov 5e83d9aced h264: fully support cropping. 12 years ago
Reimar Döffinger c10d498bfd Add thread-safe wrapper for get_format(). 12 years ago
Ronald S. Bultje 85deb51a01 h264: Only initialize dsputil if error resilience is enabled 12 years ago
Ronald S. Bultje 62844c3fd6 h264: Integrate clear_blocks calls with IDCT 12 years ago
Martin Storsjö e8cafd2773 h264: Clear the mb members via memset instead of using dsputil 12 years ago
Michael Niedermayer 62a1181015 h264: wait for missing slices only on frames 12 years ago
Michael Niedermayer 285c5f6838 h264: move last_slice_type reset into decode_slice_header 12 years ago
Michael Niedermayer 11c3381ce3 h264: move the default_ref_list_done check down after its inputs have been written 12 years ago
Michael Niedermayer 746016598d h264: Move slice_table clean out of frame_start 12 years ago
Janne Grunau 05fa79b844 hwaccel: fix use with frame based multithreading 12 years ago
Michael Niedermayer 7b3ca7ae8b mpegvideo/h264: drop period_since_free 12 years ago
Ronald S. Bultje 0b499c9b06 h264: Make it possible to compile without error_resilience 12 years ago
Martin Storsjö ccd349e555 h264: Remove an unused variable 12 years ago
Michael Niedermayer e2b30194bb h264/field_end move progress report code after error concealment. 12 years ago
Michael Niedermayer 644092c8e8 h264: dont report rows as finished after a missing slice 12 years ago
Michael Niedermayer f3980b75f8 h264: remove unused variable 12 years ago
Michael Niedermayer 82f95d7fd7 h264: drop special case for 9bit chroma422 12 years ago
Anton Khirnov fcf75022d7 h264: remove redundant freeing of DPB in h264_decode_end 12 years ago
Anton Khirnov 23e85be58f h264: add a parameter to the CHROMA444 macro. 12 years ago
Anton Khirnov e962bd08ee h264: add a parameter to the CHROMA422 macro. 12 years ago
Anton Khirnov 6d2b6f21eb h264: add a parameter to the CABAC macro. 12 years ago