19160 Commits (fe4d5fe9361162f9033ff1bd84bfc1b2091ba785)

Author SHA1 Message Date
Anton Khirnov 9929b3564c pthread_frame: simplify the code by using new AVPacket API 11 years ago
Anton Khirnov cdf58f0599 avpacket: fix copying side data in av_packet_copy_props() 11 years ago
Anton Khirnov c9f8809ee4 hevc/intra_pred: simplify neighboring sample derivation 11 years ago
Mickaël Raulet 25bb7eaf9e hevc/intra_pred: drop unnecessary conditions in loops 11 years ago
Mickaël Raulet 4c390b1ba9 hevc/intra_pred: optimize EXTEND_()* 11 years ago
Anton Khirnov a1c2b48018 hevc: templatize intra_pred 11 years ago
Mickaël Raulet 04db5794cd hevc: templatize pred_planar 11 years ago
Anton Khirnov fd056029f4 lavc: add avcodec_free_context(). 11 years ago
Anton Khirnov e1b66778b6 lavc: remove the locking code in avcodec_close() 11 years ago
Janne Grunau d3f5b94762 aarch64: opus NEON iMDCT and FFT 11 years ago
Anton Khirnov 3b2fbe67bd lavc: properly handle subtitle_header in avcodec_copy_context() 11 years ago
Anton Khirnov efc7df6c1f lavc: preserve the original private data in avcodec_copy_context() 11 years ago
Anton Khirnov b70d7a4ac7 lavc: add a native Opus decoder. 11 years ago
Janne Grunau 449511740f build: handle library dependencies in configure 11 years ago
Janne Grunau 9aa4592076 aarch64: assembler in clang-3.4 ignores the division by two 11 years ago
Anton Khirnov 67afcefb35 lavc: Add new VDA hwaccel 11 years ago
Anton Khirnov 31a46750c7 vda: use hwaccel private data for internal bitstream buffer 11 years ago
Anton Khirnov dd2d3b766b lavc: Add hwaccel private data and init/uninit callbacks 11 years ago
Luca Barbato ebc29519d1 hwaccel: Support specific frame allocators 11 years ago
Anton Khirnov a871ef0cc9 hwaccel: Rename priv_data_size to frame_priv_data_size 11 years ago
Anton Khirnov 08bb256758 lavc: document which parts of AVHWAccel are private. 11 years ago
Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 11 years ago
Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 11 years ago
nu774 9880a0d4b1 pcm-dvd: Fix 20bit decoding 11 years ago
Martin Storsjö 3828eb8519 libfdk-aac: Relicense the library wrappers to 2-clause BSD 11 years ago
Jean First 15fa856b82 libfdk-aacenc: Enable 7.1 channel encoding 11 years ago
Luca Barbato 925c37874b vp9: Read the frame size as unsigned 11 years ago
Luca Barbato a90d92ce2a aac: K&R formatting cosmetics 11 years ago
Luca Barbato c6b42e8549 flv: K&R formatting cosmetics 11 years ago
Anton Khirnov ba71c74017 lavc: deprecate AVCodecContext.codec_name 11 years ago
Anton Khirnov e7fc9796d8 lavc: do not use AVCodecContext.codec_name in avcodec_string() 11 years ago
Anton Khirnov a2941c8cb2 lavc: move CODEC_FLAG_MV0 to mpegvideo 11 years ago
Anton Khirnov 6484149158 lavc: make the xvid-specific "gmc" flag a private option of libxvid 11 years ago
Anton Khirnov b2c31710c9 lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo 11 years ago
Anton Khirnov 5fccedaa67 lavc: deprecate CODEC_FLAG_INPUT_PRESERVED 11 years ago
Anton Khirnov 9d76dd952f h264: drop commented out cruft 11 years ago
Anton Khirnov c1f92d1358 mpegvideo: remove unused MpegEncContext.b4_stride 11 years ago
Anton Khirnov 6a13505c06 mpegvideo: move the MpegEncContext fields used from arm asm to the beginning 11 years ago
Michael Niedermayer b2b4afe811 hwaccel: fix dxva2 & vaapi loop filter parameters 11 years ago
Hendrik Leppkes ed4b757177 dxva2_h264: add a workaround for old Intel GPUs 11 years ago
Hendrik Leppkes 2fcef90bee dxva2_h264: set the correct ref frame index in the long slice struct 11 years ago
Alessandro Ghedini cdf6eb5a97 vc1: Do not return an error when skipping b frames 11 years ago
Janne Grunau a88e1d1c59 lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets 11 years ago
Kostya Shishkov 7cade8ea2b on2avc: change a comment at #endif to match actual define 11 years ago
Kostya Shishkov e2834567d7 On2 AVC decoder 11 years ago
Derek Buitenhuis d7eb8f9033 fic: Make warning message more accurate 11 years ago
Derek Buitenhuis 7596fc3d4b fic: Remove redundant clips 11 years ago
Derek Buitenhuis e299cb2cd3 fic: Simplify alpha blending 11 years ago
Derek Buitenhuis 9155c595f1 fic: Support rendering cursors 11 years ago
Derek Buitenhuis 40b331e1f4 fic: Use proper quantization matrix index 11 years ago