461 Commits (1837ae9d5f3eb8483c76dc708e68e466f9021cac)

Author SHA1 Message Date
Anton Khirnov 89ae244e78 h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list() 9 years ago
Anton Khirnov 0ba471d7d8 h264: eliminate copy_fields 9 years ago
Anton Khirnov 728d90a0c1 h264: decouple h264_sei from the h264 decoder 9 years ago
Anton Khirnov c8dcff0cdb h264: factor out calculating the POC count into a separate file 9 years ago
Anton Khirnov 3176217c60 h264: decouple h264_ps from the h264 decoder 9 years ago
Anton Khirnov a6e27f7add h264: factor out parsing the reference count into a separate file 9 years ago
Anton Khirnov e9f884416c h264: move reading direct_spatial_mv_pred out of ff_set_ref_count() 9 years ago
Diego Biurrun 061dc20351 h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables() 9 years ago
Anton Khirnov ad9d3384de svq3: move the dequant buffer to SVQ3Context 9 years ago
Anton Khirnov e481458bc3 h264: factor out pred weight table parsing into a separate file 9 years ago
Michael Niedermayer c50be7a52b avcodec/h264_slice: Check PPS more extensively when its not copied 9 years ago
Diego Biurrun a7da517f6a h264data: Move all data tables from a header to a .c file 9 years ago
Diego Biurrun f4d581cda3 lavc: Deduplicate zigzag_scan table 9 years ago
Mark Thompson d264c720f7 lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Michael Niedermayer 6973846618 avcodec/h264_slice: Fix dequant table init with field pictures 9 years ago
Michael Niedermayer 873158fd76 avcodec/h264_slice: assert relation between current_slice ans slice_ctx 9 years ago
Michael Niedermayer 6c6f2e49e4 avcodec/h264_slice: remove duplicate unconditional picture_structure setting code 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Michael Niedermayer 7cc01c2572 avcodec/h264_slice: Fix integer overflow in implicit weight computation 9 years ago
Mark Harris c51c08e0e7 avcodec: Use get_ue_golomb_long() when needed 9 years ago
Michael Niedermayer ef8f6464a5 avcodec/h264_slice: Simplify ref2frm indexing 9 years ago
Anton Khirnov f1ccd07680 h264: do not call frame_start() for missing frames 9 years ago
Anton Khirnov 792b9c9dfc h264: set frame_num in start_frame(), not decode_slice_header() 9 years ago
Anton Khirnov 741b494fa8 h264: eliminate default_ref_list 9 years ago
Michael Niedermayer 8000d484b8 avcodec/cabac: Check initial cabac decoder state 9 years ago
Michael Niedermayer 4ea4d2f438 avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized 9 years ago
Michael Niedermayer 6f37226b68 avcodec/h264_slice: Clear top_borders on allocation 9 years ago
Michael Niedermayer 507b01f899 avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet 9 years ago
Andreas Cadhalpun a4680e7170 avcodec: rename avpriv_color_frame to ff_color_frame 9 years ago
wm4 17fe18d21a Revert "avcodec/h264: remove redundant and bogus get_format call" 9 years ago
wm4 be583c6fd3 avcodec/h264: remove redundant and bogus get_format call 9 years ago
Michael Niedermayer 1376084dcb avcodec/h264_slice: replace assert by normal error check 9 years ago
Gwenole Beauchesne 9f8e57efe4 vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI). 9 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 9 years ago
wm4 94c0df79c7 lavc: propagate hwaccel errors 9 years ago
Sebastien Zwickert 11d923d414 avcodec: add new Videotoolbox hwaccel. 9 years ago
Michael Niedermayer c3fdf536f6 avcodec/h264_slice: Also check sei_recovery_frame_cnt for skip_frame nokey 9 years ago
Michael Niedermayer accc91642b avcodec/h264_slice: do not skip 2nd field if first was not skipped 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer 3c63d06d81 avcodec/h264_slice: Fix container cropping 9 years ago
Vittorio Giovara 3e3056f2a0 h264: Allow stream and container cropping at the same time 10 years ago
Michael Niedermayer 330863c9f1 avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/h 10 years ago
Michael Niedermayer 6323647c35 avcodec/h264_slice: Reformat IN_RANGE() uses to be readable 10 years ago
Michael Niedermayer 29b0923324 avcodec/h264_slice: Silence pointer type warnings 10 years ago
Michael Niedermayer 9ea256814d avcodec/h264_slice: assert that the first slice implies unfinished setup 10 years ago
Anton Khirnov 5ec0bdf2c5 h264: do not update the context fields copied between threads after finish_setup() 10 years ago
Anton Khirnov e49e0f58e2 h264: make sure the slices do not overlap during slice threading 10 years ago
Andreas Cadhalpun fdc64a1044 h264: er: Copy from the previous reference only if compatible 10 years ago
Andreas Cadhalpun a4fbd55d6e h264: er: Copy from the previous reference only if compatible 10 years ago