41906 Commits (a31ab5071246768976923de3b318b57312b7ad9b)
 

Author SHA1 Message Date
Mans Rullgard 6bac8971cc bfin: libswscale: remove unnecessary #includes 13 years ago
Paul B Mahol 420990db30 libilbc: use designated initializers for AVClass 13 years ago
Paul B Mahol 10952e0602 lavfi/color: fix typo 13 years ago
Michael Niedermayer 18d7bea695 wmv2enc: fix rounding flag. 13 years ago
Paul B Mahol 9e7543361c lavfi/color: use AVOptions 13 years ago
Michael Niedermayer cabbd271a5 Merge remote-tracking branch 'qatar/master' 13 years ago
Martin Storsjö 042b272a4a udp: Properly check for invalid sockets 13 years ago
Martin Storsjö bb6c1abb0e tcp: Check the return value from getsockopt 13 years ago
Martin Storsjö a840cdda6c network: Use av_strerror for getting error messages 13 years ago
Martin Storsjö 860b40f1f2 udp: Properly print error from getnameinfo 13 years ago
Martin Storsjö 6aa4e88106 mmst: Use AVUNERROR() to convert error codes to the right range for strerror 13 years ago
Martin Storsjö 561687696f network: Pass pointers of the right type to get/setsockopt/ioctlsocket on windows 13 years ago
Samuel Pitoiset 9d811fd80f rtmp: Reduce the number of idle posts sent by sleeping 50ms 13 years ago
Paul B Mahol 6b9446e932 avidec: add .category 13 years ago
Pavel Koshevoy 5fa8226420 libavfilter: improve atempo audio quality 13 years ago
Michael Niedermayer 08613d50d6 lavf: separate muxer/demuxer class category 13 years ago
Michael Niedermayer 6fb7d03d74 lavc: seperate encoder/decoder class category 13 years ago
Michael Niedermayer e69263cd01 avutil: add get_category() for the case where one AVClass can have more than 1 category 13 years ago
Michael Niedermayer b76f77ee0d log: swap colors for muxer and codec layer 13 years ago
Michael Niedermayer 0412e5187e lavfi/avfilter: use av_assert 13 years ago
Michael Niedermayer 82ac6a66f9 rv40dsp: use av_assert 13 years ago
Stefano Sabatini db142a8395 lavfi/avcodec: make avfilter_fill_frame_from*() functions use avfilter_copy_buf_props() 13 years ago
Stefano Sabatini 8f8d8b9538 lavfi/avcodec: always use av_frame* accessors in avfilter_copy_buf_props() 13 years ago
Stefano Sabatini d5761fe47d lavfi/avcodec: copy pos field from AVFilterBuffer to AVFrame pkt_pos 13 years ago
Stefano Sabatini 208c5a08da lavc/qtrlenc: return proper error codes from qtrle_encode_init() 13 years ago
Stefano Sabatini 5793a6d9f9 lavc/libschroedinger: add missing failure checks in ff_create_schro_frame() 13 years ago
Michael Niedermayer 97726e86be x86/intmath: fix type of FASTDIV 13 years ago
Paul B Mahol 7238ed6c84 avidec: use designated initializers for AVClass 13 years ago
Paul B Mahol ef8bea9107 mov: use designated initializers for AVClass 13 years ago
Carl Eugen Hoyos c47fc942d4 Fix dependencies for the atempo filter. 13 years ago
Diego Biurrun 4cc2920dd2 flvdec: remove incomplete, disabled seeking code 13 years ago
Ronald S. Bultje be1a839ca6 mem: add support for _aligned_malloc() as found on Windows 13 years ago
Simon A. Eugster 7146177d18 lavc: Extend the documentation for avcodec_init_packet 13 years ago
Michael Niedermayer 0c142e4cda swr: introduce filter_alloc in preparation of SIMD resample optimisations 13 years ago
Michael Niedermayer 80e857c967 swr/resample: optimize C code for the most common case 13 years ago
Ronald S. Bultje 8703f0140f flvdec: remove incomplete, disabled seeking code 13 years ago
Ronald S. Bultje 51a2b5546b http: replace atoll() with strtoll() 13 years ago
Ronald S. Bultje ae2bb52cd2 mpegts: remove unused/incomplete/broken seeking code 13 years ago
Stefano Sabatini c90e8054af lavc/avcodec.h: fix reference to nonexistent function in av_picture_copy() doxy 13 years ago
Stefano Sabatini 18b4404dc3 lavc/imgconvert: fix check on av_image_check_size() return code in avpicture_get_size() 13 years ago
Stefano Sabatini 0b2ecf8224 lavc/imgconvert: remove pointless switch block from avpicture_fill() 13 years ago
Stefano Sabatini b583ccc3db lavc/rawdec: propagate duration from packet to frame 13 years ago
Justin Ruggles ae46fbee1d af_amix: allow float planar sample format as input 13 years ago
Justin Ruggles f0ece49e74 af_amix: use AVFloatDSPContext.vector_fmac_scalar() 13 years ago
Justin Ruggles 82b2df9790 float_dsp: add x86-optimized functions for vector_fmac_scalar() 13 years ago
Justin Ruggles cb5042d02c float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil 13 years ago
Justin Ruggles 4e4dd71730 lavr: Add x86-optimized function for flt to s32 conversion 13 years ago
Justin Ruggles 6c63cbfe7a lavr: Add x86-optimized function for flt to s16 conversion 13 years ago
Justin Ruggles 97ce1ba867 lavr: Add x86-optimized functions for s32 to flt conversion 13 years ago
Justin Ruggles 5904f25b9f lavr: Add x86-optimized functions for s32 to s16 conversion 13 years ago