17516 Commits (c3ebfcd6e1327ca7bbcaee822e593c2da6cfd352)

Author SHA1 Message Date
  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
  Janne Grunau 08149b2b39 wmapro: unref skipped frames 13 years ago
  Janne Grunau e3232f3431 svq1: use av_frame_free to free refcounted frame 13 years ago
  Anton Khirnov 669cc0f364 lavc: fix get_buffer() compatibility layer for audio. 13 years ago
  Anton Khirnov 98cec5c84f ratecontrol: remove an unused variable 14 years ago
  Anton Khirnov e2c2974120 vorbisdec: do not leak the first frame. 13 years ago
  Anton Khirnov adfa53d67c lavc: remove disabled FF_API_VDA_ASYNC cruft 13 years ago
  Anton Khirnov bdd1567c35 lavc: remove disabled FF_API_CODEC_ID cruft 13 years ago
  Anton Khirnov 7d42fd6bb9 lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft 13 years ago
  Anton Khirnov 845017105f lavc: remove disabled FF_API_DSP_MASK cruft 13 years ago
  Anton Khirnov d03a94e2b7 lavc: remove disabled FF_API_SUB_ID cruft 13 years ago
  Anton Khirnov 2a11369523 lavc: remove disabled FF_API_INTER_THRESHOLD cruft 13 years ago
  Anton Khirnov 9d6cf81f02 lavc: remove disabled FF_API_COLOR_TABLE_ID cruft 13 years ago
  Anton Khirnov 3b0f586f07 lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft 13 years ago