108 Commits (f72db3f2f3a8c83a4f5dede8fa03434b2bf676c6)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 2e5bde9565 h264: eliminate max_contexts 9 years ago
Anton Khirnov e065279529 h264: remove an artificial restriction on the number of slice threads 9 years ago
Anton Khirnov 4fd34e639d h264: remove pointless setting of some variables in loop_filter 9 years ago
Anton Khirnov 9c858ce33f h264: remove a pointless comment 9 years ago
Anton Khirnov b77fffa127 h264: make slice threading work with deblocking_filter=1 9 years ago
Anton Khirnov 370ddc7b38 h264: remove H264Context.pict_type 9 years ago
Anton Khirnov 56087ec0a2 h264: drop a pointless indirection 9 years ago
Anton Khirnov 99c554efc8 h264: eliminate low_delay 9 years ago
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
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
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
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Vittorio Giovara 3e3056f2a0 h264: Allow stream and container cropping at the same time 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 a4fbd55d6e h264: er: Copy from the previous reference only if compatible 10 years ago
Michael Niedermayer 08d006f5a8 h264: Fix HWACCEL_MAX for D3D11 10 years ago
Luca Barbato 0181ae9af2 h264: Make sure reinit failures mark the context as not initialized 10 years ago
Steve Lhomme d8039ef8d2 D3D11va: add a Direct3D11 video decoder similar to DXVA2 10 years ago
Anton Khirnov a0f2946068 h264: use properly allocated AVFrames 10 years ago
Anton Khirnov 88c612e3a4 h264: merge the init and reinit paths in update_thread_context() 10 years ago
Anton Khirnov 8a66fd4026 h264: drop the reinit parameter from init_slice_header() 10 years ago
Anton Khirnov c9ccbc7333 h264: update the current bit depth/chroma type in init_slice_header() 10 years ago
Anton Khirnov 29dcde2b87 h264: copy nal_length_size in update_thread_context 10 years ago
Anton Khirnov 11f024ef0a h264: move freeing the escaped RBSP buffer to free_context() 10 years ago
Anton Khirnov ee62b364be h264: eliminate ff_h264_set_parameter_from_sps() 10 years ago
Anton Khirnov 54986d6db9 h264: move context reinit lower down in update_thread_context() 10 years ago
Anton Khirnov a6cd154463 h264: move the DPB init/uninit to init_context()/free_context() 10 years ago
Anton Khirnov 9d33bab583 h264: drop H264Context.ouputed_poc 10 years ago
Anton Khirnov 27b0e6ebfd h264: drop needs_realloc 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Anton Khirnov a4d34e218f h264: disable ER by default 10 years ago
Anton Khirnov c28ed1d743 h264: move [uv]linesize to the per-slice context 10 years ago
Anton Khirnov a12d3188cb h264: use a smaller struct for the ref lists 10 years ago
Anton Khirnov 5bf3c0fa49 h264: drop the now unused per-slice H264Contexts 10 years ago