68097 Commits (ebf2052a6177ccdb16c1b50ffb49b4bf8bd11358)
 

Author SHA1 Message Date
Benoit Fouet ebf2052a61 avcodec/pngdec: apng: fix output buffer filling when no blending is needed. 10 years ago
Michael Niedermayer 885a763cac avcodec/ppc/h264qpel_template: protect unistd.h by #if HAVE_UNISTD_H 10 years ago
Benoit Fouet af8804ac86 avcodec/pngdec: allow for some code path optimizations. 10 years ago
Benoit Fouet aff50ae1d1 avcodec/pngdec: do not blend on transparent black 10 years ago
Rong Yan bd67d0ead1 avcodec/ppc/h264qpel: POWER LE support for put_pixels16_l2_altivec() and avg_pixels16_l2_altivec() 10 years ago
Rong Yan 8cc5a78e45 avcodec/ppc/h264qpel_template: POWER LE support for PREFIX_h264_qpel16_h_lowpass_altivec() PREFIX_h264_qpel16_v_lowpass_altivec() PREFIX_h264_qpel16_hv_lowpass_altivec() 10 years ago
Rong Yan 89f3043c7f avcodec/ppc/h264chroma_template: POWER LE support for PREFIX_h264_chroma_mc8_altivec() PREFIX_no_rnd_vc1_chroma_mc8_altivec() CHROMA_MC8_ALTIVEC_CORE_SIMPLE() CHROMA_MC8_ALTIVEC_CORE() 10 years ago
Rong Yan 57c89c50bd avcodec/ppc/h264dsp: POWER LE support for h264_idct8_add_altivec() h264_idct_dc_add_internal() h264_loop_filter_luma_altivec() write16x4() VEC_1D_DCT() weight_h264_W_altivec() biweight_h264_W_altivec() VEC_LOAD_U8_ADD_S16_STORE_U8() ALTIVEC_STORE_SUM_CLIP() 10 years ago
Michael Niedermayer f001a2bd34 Merge commit 'fcae9f212a6001d966c52dc22cd4b22e9851b428' 10 years ago
Michael Niedermayer 5ce070c16c Merge commit 'a9d8d35e4833fc4dfbf557ce73c84e9ca6224427' 10 years ago
Michael Niedermayer 21ff626ce0 Merge commit '01eac895ab350027467ffbe7278740f89ae8be75' 10 years ago
Michael Niedermayer 900fff89c9 Merge commit '44127b157e9f8acb837d4bb3a094f56b40da3ef5' 10 years ago
Michael Niedermayer 42a095d095 Merge commit '3c3b8003a13d9c3668c0bb6d79d2376da3b2b352' 10 years ago
Michael Niedermayer a105c1f204 Merge commit '857e6667f9061ae261c0b951113e4efc4329b05e' 10 years ago
Martin Storsjö fcae9f212a dashenc: Avoid a VLA-like construct 10 years ago
Bryan Huh a9d8d35e48 dashenc: Add options to make segment names configurable 10 years ago
Martin Storsjö 01eac895ab rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccess 10 years ago
Martin Storsjö 44127b157e rtmppkt: Make pkt->data reallocable 10 years ago
Martin Storsjö 3c3b8003a1 rtmpproto: Simplify code for copying data into the output packet 10 years ago
Martin Storsjö 857e6667f9 rtmpproto: Clarify a comment 10 years ago
Michael Niedermayer ea38e5a6b7 avcodec/hevc_ps: Check num_long_term_ref_pics_sps 10 years ago
Benoit Fouet cfd83a8af6 avcodec/pngdec: add support for 'over' blend operation for 'none' dispose operation. 10 years ago
Benoit Fouet 7dfee8d697 avcodec/pngdec: split P frames handling to a separate function. 10 years ago
Timo Rothenpieler 95fc80672f Move extralibs variables using ldl after ldl definition 10 years ago
Michael Niedermayer fae545ca2a Merge commit '1973079417e8701b52ba810a72cb6c7c6f7f9a56' 10 years ago
Michael Niedermayer 449bd3c0c3 Merge commit '96fda42a8f9bf84beaaf7f5991d17f2a057de86c' 10 years ago
Michael Niedermayer 6db8cd8f37 Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83' 10 years ago
Lukasz Marek f00e9c4b10 lavu/opt: add consts where possible 10 years ago
Lukasz Marek 3ff3990104 ffmpeg_opt: make use of recommended encoder configuration 10 years ago
Lukasz Marek 500d608861 lavf/ffmenc: store recommended encoder configuration 10 years ago
Lukasz Marek 568853b8f5 lavf/ffmdec: add common options to recommended encoder configuration 10 years ago
Michael Niedermayer 4760278007 Merge commit '2443e522f0059176ff8717c9c753eb6fe7e7bbf1' 10 years ago
Vincent Bernat d0f8b94b43 avformat/rtpproto: Allow to specify DSCP class 10 years ago
Vincent Bernat 5269cef408 avformat/udp: Allow to specify DSCP class 10 years ago
Michael Niedermayer 970a8f1c25 avcodec/mjpegdec: Fix integer overflow in shift 10 years ago
Clément Bœsch 92fa1d9231 avformat/mov: change conjugation for "Duplicate" 10 years ago
Clément Bœsch 5ab882d728 avformat/mov: strengthen some table allocations 10 years ago
Michael Niedermayer 98e8a9e2f2 ffmpeg: Print a debug message if the frame parameters mismatch the context 10 years ago
Michael Niedermayer 57e5812198 avcodec/hevc_ps: More complete window reset 10 years ago
Stefano Sabatini 29208e6dcf lavu/imgutils: remove redundant and wrong check in av_image_fill_arrays 10 years ago
Anton Khirnov 1973079417 opusdec: make sure all substreams have the same number of coded samples 10 years ago
Kieran Kunhya 96fda42a8f vf_interlace: get rid of useless loads 10 years ago
wm4 fbd6c97f9c lavu: fix memory leaks by using a mutex instead of atomics 10 years ago
Anton Khirnov 2443e522f0 lavu: add wrappers for the pthreads mutex API 10 years ago
Matthew Oliver 0167fa0060 msvc: Fix compilation errors due to header include order. 10 years ago
Rong Yan 22e557917d libavutil/ppc/util_altivec.h : fix load_with_perm_vec() add marcos vcswapi2s() vcswapc() VEC_SPLAT16() VEC_SLD16() for POWER LE 10 years ago
Michael Niedermayer 4ae1d6021b Merge commit '675ac56b7ee0f204963fde55295197c5df80aa91' 10 years ago
Michael Niedermayer cc663bd13a Merge commit '79fd186a5035cf16fc0ab288d8f59da8b1ba2c0e' 10 years ago
Michael Niedermayer 097de4d1d6 Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48' 10 years ago
Martin Storsjö 675ac56b7e Revert "lavf: Don't try to update files atomically with renames on windows" 10 years ago