246 Commits (2f9cd8861797df5b4d2e36143dfa8268b65cfd38)

Author SHA1 Message Date
Andreas Rheinhardt c3ff716808 avcodec/h264_*: Remove unnecessary internal.h inclusions 3 years ago
Andreas Rheinhardt 0ebfd64858 avcodec/h264dec: Move pack8to16 to its only user 3 years ago
Hao Chen 024e934480 avcodec: [loongarch] Optimize decode_significance/_8x8_loongarch. 3 years ago
Andreas Rheinhardt 25c8507818 Remove/replace some unnecessary avcodec.h inclusions 3 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Michael Niedermayer f26a63c4ee avcodec/h264_cabac: Tighten allowed coeff_abs range 7 years ago
Anton Mitrofanov 70946e6059 h264dec: Fix mix of lossless and lossy MBs decoding 7 years ago
Anton Mitrofanov 18d3f36d3c h264_cabac: Fix CABAC+8x8dct in 4:4:4 7 years ago
Wan-Teh Chang 99c5ac2039 avcodec/h264: Declare the local variable decode_chroma as const. 7 years ago
Anton Mitrofanov cf231b68da avcodec/h264: Fix mix of lossless and lossy MBs decoding 8 years ago
Anton Mitrofanov 840b41b2a6 avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4 8 years ago
Michael Niedermayer a3a4082599 avcodec/h264_cabac: Fix runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself 8 years ago
Michael Niedermayer 258763ad0e avcodec/h264_cabac: runtime error: signed integer overflow: 2147483647 + 14 cannot be represented in type 'int' 8 years ago
Diego Biurrun 0a35f128f3 cabac: x86: Give optimizations header a more meaningful name 8 years ago
Anton Khirnov 8281cd5cb8 h264_cabac: drop an always true condition 9 years ago
Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
James Almer 94011f994a avodec/h264dec: fix compilation with -DTRACE 9 years ago
Anton Khirnov 6e92181bf8 h264: pass just the PPS to get_chroma_qp() 9 years ago
Diego Biurrun 4f81f8dba7 Drop unnecessary golomb.h #includes 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun c11c693acc h264: Drop broken trace debug output 9 years ago
Anton Khirnov 3176217c60 h264: decouple h264_ps from the h264 decoder 9 years ago
Anton Khirnov ecc31f6b08 h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parse 9 years ago
Diego Biurrun a7da517f6a h264data: Move all data tables from a header to a .c file 9 years ago
Michael Niedermayer e5655a32bc avcodec/h264_cabac: Check decode_cabac_mb_mvd() for failure 9 years ago
Michael Niedermayer 8000d484b8 avcodec/cabac: Check initial cabac decoder state 9 years ago
Vittorio Giovara 10aa6f9db4 h264: Use the correct argument context in debug log 9 years ago
Michael Niedermayer d52a8bf158 avcodec/h264_cabac: Use ff_tlog() for block level information 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 563a8b4aac avcodec/h264_cabac: Drop local_ref_count 10 years ago
Michael Niedermayer 20f5be1038 avcodec/h264_cabac: Fix intra4x4_pred_mode_cache argument to av_dlog() 10 years ago
Anton Khirnov b53569e068 h264_cabac: remove now unnecessary H264Context function parameters 10 years ago
Anton Khirnov ba7e165b86 h264_cabac: constify all uses of H264Context 10 years ago
Anton Khirnov e9b2383bf8 h264: move mb_mbaff into the per-slice context 10 years ago
Anton Khirnov bc98e8c0e0 h264: move mb_field_decoding_flag into the per-slice context 10 years ago
Anton Khirnov d4d9068cdf h264: move mb_{x,y} into the per-slice context 10 years ago
Anton Khirnov 0edbe6faa7 h264: move mb_xy into the per-slice context 10 years ago
Anton Khirnov a9b201cacf h264: move cabac_init_idc into the per-slice context 10 years ago
Anton Khirnov bd3e460b73 h264: move direct_cache into the per-slice context 10 years ago
Anton Khirnov 6479c79f55 h264: move mvd_cache into the per-slice context 10 years ago
Anton Khirnov 5c8280c307 h264: move last_qscale_diff into the per-slice context 10 years ago
Anton Khirnov e7226984ac h264: move [{top,left}_]cbp into the per-slice context 10 years ago
Anton Khirnov 30da98adbd h264: move cabac[_state] into the per-slice context 10 years ago
Anton Khirnov bf03a878a7 h264: move mb[_{padding,luma_dc}] into the per-slice context 10 years ago
Anton Khirnov b063582e0c h264: move intra_pcm_ptr into the per-slice context 10 years ago
Anton Khirnov 95eb35f305 h264: move the ref lists variables into the per-slice context 10 years ago
Anton Khirnov ed451a08a4 h264: move sub_mb_type into the per-slice context 10 years ago
Anton Khirnov 56febc993b h264: move the slice type variables into the per-slice context 10 years ago
Anton Khirnov 99a35d1ccb h264: move neighbor_transform_size into the per-slice context 10 years ago
Anton Khirnov e6287f077c h264: move {mv,ref}_cache into the per-slice context 10 years ago