1473 Commits (641358addcffe0cca55c547316781b11e9315dbc)

Author SHA1 Message Date
Michael Niedermayer 647adc4290 h264: factor "if(h->sei_recovery_frame_cnt >= 0)" out 11 years ago
Michael Niedermayer f62dfed3de h264: simplify frame_recovered code 11 years ago
John Stebbins 28096e0a80 h264: wait for initial complete frame before outputing frames 11 years ago
Derek Buitenhuis 58d13cea30 h264: Check all allocations 11 years ago
Derek Buitenhuis a483aae7d8 h264: Check all allocations 11 years ago
Michael Niedermayer 3c9dd93faa h264: make flush_change() set mmco_reset 11 years ago
Michael Niedermayer 29ffeef5e7 avcodec/h264: do not trust last_pic_droppable when marking pictures as done 11 years ago
Ronald S. Bultje 93f305473f lavc: Convert some remaining strides to ptrdiff_t 11 years ago
Yusuke Nakamura 4baba6c813 h264_parser: Fix POC parsing for the case where MMCO_RESET is present. 11 years ago
Michael Niedermayer 65c2fe7159 avcodec/h264: call flush_change() on init 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Carl Eugen Hoyos b5f219c904 Print pix_fmt name on h264 context reinitialisation. 11 years ago
Ronald S. Bultje face578d56 Rewrite emu_edge functions to have separate src/dst_stride arguments. 11 years ago
Ronald S. Bultje c341f734e5 Convert multiplier for MV from int to ptrdiff_t. 11 years ago
Anton Khirnov cab8c5f8e1 h264: do not reinitialize the global cabac tables at each slice header 11 years ago
Rainer Hochecker 71cabb521a h264: do not discard NAL_SEI when skipping frames 11 years ago
Vittorio Giovara edaba18021 h264: log extradata skip only for non-ignored NALs 11 years ago
Vittorio Giovara 1cad7171dd h264: remove an unused static constant 11 years ago
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 12 years ago
Michael Niedermayer be30e44dd9 avcodec/h264: Zero rbsp_buffer earler to ensure no duplicated pointers can leak 12 years ago
Michael Niedermayer ecbf838c7d h264: prevent rbsp_buffer values from becoming duplicated 12 years ago
Diego Biurrun c4e43560fe h264data: Move some tables to the only place they are used 12 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 12 years ago
Michael Niedermayer a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 12 years ago
Vittorio Giovara c1076d8479 h264: check one context_init() allocation 12 years ago
Vittorio Giovara 5eb488bfa8 h264: use explicit variable names for *_field_flag 12 years ago
Vittorio Giovara b3dc260e7f h264: return meaningful values 12 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 12 years ago
Yusuke Nakamura a8b19271c3 avcodec: Add output_picture_number to AVCodecParserContext 12 years ago
Diego Biurrun 16c22122c7 h264: K&R formatting cosmetics 12 years ago
Joakim Plate 8710a634a5 h264: add frame packing as stereo_mode frame metadata 12 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