29160 Commits (3a2d1465c88625774530399b06dc4d48b24bb51f)

Author SHA1 Message Date
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 11 years ago
Michael Niedermayer dca22ab055 avcodec/resample: Use av_m/realloc_array() 11 years ago
Michael Niedermayer ad516dd271 avcodec/resample2: Use av_malloc(z)_array() 11 years ago
Diego Biurrun c23ce454b3 x86: dsputil: Coalesce all init files 11 years ago
Luca Barbato 2db953f846 h264: K&R formatting cosmetics 11 years ago
Diego Biurrun a11ef610ee h264: Remove some commented-out, broken cruft 11 years ago
Michael Niedermayer a3f752bcee avcodec/snow: remove unused variables 11 years ago
Timothy Gu 1b03448385 aaccoder: remove unused assignment 11 years ago
Diego Biurrun adff0a8166 arm: dsputil: Coalesce all init files 11 years ago
Timothy Gu 9bc0410e4f vp9: remove unused assignment 11 years ago
Timothy Gu ea6178fff8 get_bits: remove unused assignment 11 years ago
Michael Niedermayer aa1d096d02 avcodec/snow: only allocate space for edges when encoding 11 years ago
Michael Niedermayer 8156e036e5 avcodec/snowdec: remove mpegvideoencdsp dependency 11 years ago
James Almer b67a0e99ee diracdec: don't call ff_emulated_edge_mc_8 directly 11 years ago
Vittorio Giovara 14b4e64eab g2meet: allow size changes within original sizes 11 years ago
Michael Niedermayer cf92cc8751 avcodec/hevc: clear HEVClcList[i] on allocation 11 years ago
James Almer ad24256e7e diracdec: remove unused dsputil context 11 years ago
Michael Niedermayer 880dbe43ca avcodec/hevc: treat current_sps like sps_list 11 years ago
Michael Niedermayer 0fc2045d5f avcodec/hevc_ps: prevent stale pointer in malloc failure case 11 years ago
Michael Niedermayer 5bda0467d2 avcodec/mpegvideo_enc: make edge for interlaced mpeg2 encoding smaller 11 years ago
Michael Niedermayer 339d8fb353 avcodec/mpegvideo_enc: check intra dc precission 11 years ago
Michael Niedermayer 97f86cd976 avcodec/mpegvideo_enc: workaround applications specifying intra dc level based on 8 and othes based on 0bit 11 years ago
Michael Niedermayer 8a91cf857b avcodec/options_table: add liberal limits to intra dc precission 11 years ago
Michael Niedermayer 19e5114eaa avcodec/mpegvideo_enc: return proper error instead of failing assertion when max rate is not set 11 years ago
Mickaël Raulet 453f8eaee2 hevc/rext: add support for Range extension tools 11 years ago
Mickaël Raulet 5a41999d81 hevc/rext: basic infrastructure for supporting range extension 11 years ago
Mickaël Raulet 250430bf28 hevc: separate residu and prediction (needed for Range Extension) 11 years ago
Mickaël Raulet 255086a7e0 hevc: use local variable for split_cu_flag 11 years ago
Mickaël Raulet f5beda3bfd hevc: move restore_tqb where it should be. 11 years ago
Mickaël Raulet 1241eb8870 hevc: simplify SAO computation, delay from one row its computation 11 years ago
Mickaël Raulet c4058b7288 hevc/cabac: add new context for new syntax elements related to Rext(cherry picked from commit 6d71e2394f52679cfc8b86fb5880f89e6bd311d4) 11 years ago
Mickaël Raulet 07b91b8d62 hevc: cleaning up, remove unused constants(cherry picked from commit 7eed32d076c57aa03011d65a64903e8bdb633978) 11 years ago
Diego Biurrun acf91215c7 x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection 11 years ago
Ben Avison 42c1cc35b7 armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6) 11 years ago
James Almer 276bef5340 x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2 11 years ago
Ronald S. Bultje ebd1c505d2 h264: fix direct temporal mvs for bottom-field-first poc order. 11 years ago
Diego Biurrun a8552ee3eb ppc: dsputil: Coalesce all init files 11 years ago
Andreas Cadhalpun 39a6e02fd4 fix spelling errors 11 years ago
Michael Niedermayer 1db641cbd2 avcodec/hevc: more clearing to avoid stale pointers 11 years ago
Michael Niedermayer ccd6911c18 avcodec/hevc_ps: do not loose all reference to pointers still in use 11 years ago
James Almer 123649dd19 x86/dsputilenc: remove some empty if statements 11 years ago
Michael Niedermayer 66558fe715 avcodec/hevc_ps: Check layer_id_included_flags count 11 years ago
Michael Niedermayer 6935ae22ed avcodec/hevc_ps: more complete check for vps_max_dec_pic_buffering 11 years ago
Michael Niedermayer 5d88e40093 avcodec/hevc: check slice_header_extension data length 11 years ago
Michael Niedermayer c79acacd2e avcodec/hevc: fix nb_sh / nb_sps check 11 years ago
Michael Niedermayer 2cebd17e3f avcodec/pgssubdec: Fix input pts 11 years ago
Diego Biurrun 1173320249 dsputil: Drop unused bit_depth parameter from all init functions 11 years ago
Gildas Cocherel 458e7c9483 hevc: implement pic_output_flag handling 11 years ago
Mickaël Raulet f43789b76e hevc: set the keyframe flag on output frames 11 years ago
Mickaël Raulet 1493b237bd hevc: Replace nal type chek with equivalent IS_IRAP macro 11 years ago