17540 Commits (d767e2f969933b4e450ed4e69ea2bf8ca864838c)

Author SHA1 Message Date
  Janne Grunau 05fa79b844 hwaccel: fix use with frame based multithreading 13 years ago
  Janne Grunau c24469e812 utils: add workaround for AVHWAccel in ff_get_buffer compat code 13 years ago
  Martin Storsjö a2acadd058 x86: vc1dsp: Fix indentation 13 years ago
  Ronald S. Bultje 0b499c9b06 h264: Make it possible to compile without error_resilience 13 years ago
  Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 13 years ago
  Martin Storsjö 75644335b9 lavc: Move start code finding to utils.c 13 years ago
  Kostya Shishkov 613a37eca4 ape: 3.80-3.92 decoding support 13 years ago
  Martin Storsjö ccd349e555 h264: Remove an unused variable 13 years ago
  Janne Grunau e5c2794a71 x86: consistently use unaligned movs in the unaligned bswap 13 years ago
  Martin Storsjö 285ff14413 x86: Change a missed occurrance of int to ptrdiff_t for strides 13 years ago
  Martin Storsjö 352dbdb96c x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_video function 13 years ago
  Anton Khirnov 4e33582a0b tscc2: allocate AVFrame properly. 13 years ago
  Anton Khirnov fcf75022d7 h264: remove redundant freeing of DPB in h264_decode_end 13 years ago
  Anton Khirnov 23e85be58f h264: add a parameter to the CHROMA444 macro. 13 years ago
  Anton Khirnov e962bd08ee h264: add a parameter to the CHROMA422 macro. 13 years ago
  Anton Khirnov 6d2b6f21eb h264: add a parameter to the CABAC macro. 13 years ago
  Anton Khirnov a6931d8ece h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. 13 years ago
  Anton Khirnov 7fa00653a5 h264: add a parameter to the FIELD_PICTURE macro. 13 years ago
  Anton Khirnov 7bece9b22f h264: add a parameter to the FRAME_MBAFF macro. 13 years ago
  Anton Khirnov da6be8fcec h264: add a parameter to the MB_FIELD macro. 13 years ago
  Anton Khirnov 82313eaa34 h264: add a parameter to the MB_MBAFF macro. 13 years ago
  Anton Khirnov 48d0fd2d62 h264: merge common_init() into ff_h264_decode_init. 14 years ago
  Anton Khirnov 25408b2a06 h264: make ff_h264_frame_start static. 13 years ago
  Janne Grunau a157c7f2b8 h264: fix bit depth changes with frame threading 13 years ago
  Hendrik Leppkes c3ebfcd6e1 mpegvideo: allocate hwaccel privdata after the frame buffer 13 years ago
  Hendrik Leppkes 9c9ede44f3 h264: allocate hwaccel privdata after the frame buffer 13 years ago
  Hendrik Leppkes c71c80f53b pthread: unref already decoded frames when flushing the decoder 13 years ago
  Hendrik Leppkes 4e70d66ded mpegvideo: fix allocation of the hwaccel_picture_private data 13 years ago
  Anton Khirnov 1516bf7af1 lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting. 13 years ago
  Anton Khirnov c977039e58 lavc, lavfi: fix counting number of planes in AVBufferRef wrappers 13 years ago
  Anton Khirnov ce0124acac mpeg12: do not fail on zero dimensions in the sequence header. 13 years ago
  Anton Khirnov 6552808014 lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers 13 years ago
  Xi Wang eba1ff3130 atrac3: avoid oversized shifting in decode_bytes() 13 years ago
  Kostya Shishkov c42e262513 add support for Monkey's Audio versions from 3.93 13 years ago
  Kostya Shishkov 9652d4fcfc ape: provide two additional bytes in buffer for old MAC versions 13 years ago
  Kostya Shishkov b164d66e35 ape: make version-dependent decoding functions called via pointers 13 years ago
  Janne Grunau b066d90211 vaapi: fix argument for ff_vaapi_common_end_frame call 13 years ago
  Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 13 years ago
  Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 13 years ago
  Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 13 years ago
  Diego Biurrun f099d3d1d5 Add av_log_{ask_for_sample|missing_feature} replacements to libavutil 13 years ago
  Janne Grunau 91d4823f70 avpacket: copy side data type and size in av_dup_packet 13 years ago
  Michael Niedermayer 0fe4b48540 cabac: remove unused argument of ff_init_cabac_states() 13 years ago
  Nicolas George be40d6cc2b rawdec: fix a typo -- || instead of | 13 years ago
  Luca Barbato a8b6015823 dsputil: convert remaining functions to use ptrdiff_t strides 13 years ago
  Diego Biurrun a4472ac01e Add informative messages to av_log_ask_for_sample calls lacking them 13 years ago
  Luca Barbato 202c2acc40 vda: remove async decoder leftovers 13 years ago
  Janne Grunau a2816230c5 avframe: call release_buffer only if it is set 13 years ago
  Anton Khirnov fce68c9355 pthread: unref the decoded but not returned frames on close. 13 years ago
  Anton Khirnov 555000c7d5 h264: check that DPB is allocated before accessing it in flush_dpb() 13 years ago