18119 Commits (00a63bfb87af6cf7bcdf85848830a90c7e052d41)

Author SHA1 Message Date
  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
  Anton Khirnov c2597c5a0a h264_refs: cosmetics, reformat 13 years ago
  Anton Khirnov f08fefc4d0 h264: remove a useless svq3 condition 13 years ago
  Anton Khirnov 07054015cf mpegvideo: remove FMT_H264 13 years ago
  Anton Khirnov ee8704916d mpegvideo: reindent 13 years ago
  Anton Khirnov 19cac8e301 mpegvideo: remove useless references to h264 and svq3 13 years ago
  Anton Khirnov d6ed604cf4 lavc: remove disabled FF_API_IDCT cruft 13 years ago
  Anton Khirnov 3bcdf8dcb9 lavc: remove disabled FF_API_SNOW cruft 13 years ago
  Anton Khirnov fcb07e8b33 lavc: remove disabled FF_API_MMI cruft 13 years ago
  Anton Khirnov de27d2b92f lavc: remove disabled FF_API_LIBMPEG2 cruft 13 years ago
  Anton Khirnov 0517c9e098 lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft 13 years ago
  Janne Grunau 684e3d2e1c ra144: check buffer size before requesting a buffer 13 years ago