You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Derek Buitenhuis e344646c80 Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0' 9 years ago
..
aarch64 all: Add missing header guards 9 years ago
arm all: Add missing header guards 9 years ago
avr32
bfin Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73' 11 years ago
mips mips: add support for R6 9 years ago
ppc avutil/ppc/cpu: add include avassert.h 10 years ago
sh4
tomi Merge remote-tracking branch 'qatar/master' 12 years ago
x86 x86: use the new helper macros where useful 9 years ago
Makefile Merge commit '551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4' 9 years ago
adler32.c avutil/adler32: Fix data type in test code 10 years ago
adler32.h adler32: Fix doxy group definition 11 years ago
aes.c lavu/aes: test CBC functionality 10 years ago
aes.h lavu: Drop deprecated context size variables 10 years ago
aes_ctr.c avutil/aes_crt: free AVAESCTR struct properly 9 years ago
aes_ctr.h libavutil: add aes-ctr support 10 years ago
aes_internal.h lavu/aes: align AVAES struct members 10 years ago
atomic.c avutil/atomic: reuse ret to avoid dereferencing twice the same value. 10 years ago
atomic.h Merge remote-tracking branch 'qatar/master' 12 years ago
atomic_gcc.h lavu/atomic: add support for the new memory model aware gcc built-ins 11 years ago
atomic_suncc.h Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 9 years ago
atomic_win32.h msvc: Fix compilation errors due to header include order. 11 years ago
attributes.h avutil/attributes: add av_warn_unused_result 10 years ago
audio_fifo.c avfilter: add loop filters 9 years ago
audio_fifo.h avfilter: add loop filters 9 years ago
avassert.h av_assert should use AV_LOG_PANIC. 13 years ago
avstring.c avutil/avstring: add a "ALL" entry and the possibility to negate matches to av_match_name() 9 years ago
avstring.h fix some a/an typos 9 years ago
avutil.h doxygen: Remove lavu_internal group 10 years ago
avutilres.rc Add Windows resource file support for shared libraries 12 years ago
base64.c Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec' 11 years ago
base64.h lavu/base64: add AV_BASE64_DECODE_SIZE() macro 9 years ago
blowfish.c avutil: undo FF_API_CRYPTO_CONTEXT deprecation 10 years ago
blowfish.h avutil: undo FF_API_CRYPTO_CONTEXT deprecation 10 years ago
bprint.c avutil & avdevice: remove av_bprint_fd_contents() 11 years ago
bprint.h avutil/bprint: C++ compatible AVBPrint definition. 11 years ago
bswap.h Fix compile error on bfin. 11 years ago
buffer.c Merge commit '721a4efc0545548a241080b53ab480e34f366240' 9 years ago
buffer.h Merge commit '328e9a15c568843580ff3ff490748d545f16def8' 9 years ago
buffer_internal.h Merge commit '721a4efc0545548a241080b53ab480e34f366240' 9 years ago
camellia.c avutil: use EINVAL instead of -1 for the return code of crypto related init functions 10 years ago
camellia.h avutil/camellia: fix documentation for av_camellia_crypt() 10 years ago
cast5.c avutil: use EINVAL instead of -1 for the return code of crypto related init functions 10 years ago
cast5.h avutil/cast5: update Doxygen for av_cast5_init with return information 10 years ago
channel_layout.c avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing 9 years ago
channel_layout.h Merge commit 'e23f84d9652474353d8bbc42787a56ec1991908f' 10 years ago
color_utils.c avutil/color_utils: Mark test_data as static const 9 years ago
color_utils.h avutil/color_utils: Add basic transfer functions for each AVColorTransferCharacteristic 10 years ago
colorspace.h avutil/colorspace: Remove RGB_TO_Y/U/V 10 years ago
common.h avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
cpu.c avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_caps 9 years ago
cpu.h fix some a/an typos 9 years ago
cpu_internal.h x86: add some more helper macros to check for slow cpuflags 9 years ago
crc.c avutil/crc: use EINVAL instead of -1 for the return code of av_crc_init() 10 years ago
crc.h avutil/crc: avoid needless space wastage of hardcoded crc table 10 years ago
des.c Merge commit '52385410b7de012c2562fb5ba8f07a4e1112c4e7' 9 years ago
des.h avutil: undo FF_API_CRYPTO_CONTEXT deprecation 10 years ago
dict.c lavu/dict: Add new flag to allow multiple equal keys. 9 years ago
dict.h lavu/dict: Add new flag to allow multiple equal keys. 9 years ago
display.c Added a selftest to libavutil/display.c 9 years ago
display.h Added a selftest to libavutil/display.c 9 years ago
downmix_info.c Merge commit 'c98f3169bfb578c1a4e407b44524f0bfa3b4dc0c' 11 years ago
downmix_info.h fix spelling errors 11 years ago
dynarray.h fix spelling errors 11 years ago
error.c lavu/error: add missing error messages for errors supported on all platforms 10 years ago
error.h avutil/error: Introduce new error codes for 4XX and 5XX replies from remote servers 11 years ago
eval.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
eval.h avutil/eval: minor typo 10 years ago
ffmath.h all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
fifo.c avutil/fifo: add function av_fifo_generic_peek_at() 10 years ago
fifo.h avutil/fifo: add function av_fifo_generic_peek_at() 10 years ago
file.c avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile() 9 years ago
file.h avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile() 9 years ago
file_open.c avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile() 9 years ago
fixed_dsp.c x86/fixed_dsp: add ff_butterflies_fixed_sse2 9 years ago
fixed_dsp.h x86/fixed_dsp: add ff_butterflies_fixed_sse2 9 years ago
float_dsp.c avutil: merge avpriv_float_dsp_init into avpriv_float_dsp_alloc 10 years ago
float_dsp.h avutil: merge avpriv_float_dsp_init into avpriv_float_dsp_alloc 10 years ago
frame.c Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 9 years ago
frame.h Merge commit '7a6cf2771414c7ab8bca0811d589f6091a6e2b71' 9 years ago
hash.c Add tests for functions in hash.c 9 years ago
hash.h lavu/hash: add hash_final helpers. 11 years ago
hmac.c lavu/hmac: remove deprecated type ids 10 years ago
hmac.h lavu/hmac: remove deprecated type ids 10 years ago
hwcontext.c Merge commit '551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4' 9 years ago
hwcontext.h Merge commit '551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4' 9 years ago
hwcontext_cuda.c Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073' 9 years ago
hwcontext_cuda.h Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073' 9 years ago
hwcontext_internal.h Merge commit '551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4' 9 years ago
hwcontext_vaapi.c Merge commit '551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4' 9 years ago
hwcontext_vaapi.h Merge commit '551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4' 9 years ago
hwcontext_vdpau.c Merge commit 'a001ce31bc2bcf875a39b5fb22dae49120293b42' 9 years ago
hwcontext_vdpau.h Merge commit 'a001ce31bc2bcf875a39b5fb22dae49120293b42' 9 years ago
imgutils.c avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_image_fill_linesizes() still succeeds 9 years ago
imgutils.h Replace a few leftover instances of enum PixelFormat with enum AVPixelFormat 10 years ago
integer.c avutil/integer: Fix av_mod_i() with negative dividend 10 years ago
integer.h
internal.h all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
intfloat.h Reinstate proper FFmpeg license for all files. 12 years ago
intmath.c intmath: remove av_ctz. 10 years ago
intmath.h lavu: rename and move ff_parity to av_parity 9 years ago
intreadwrite.h libavutil: document side effects of macros 11 years ago
lfg.c lavu/lfg-test: add simple sample mean, stddev checks 9 years ago
lfg.h Merge remote-tracking branch 'qatar/master' 13 years ago
libavutil.v lavu: stop exporting internal functions 11 years ago
libm.h lavu/libm: add isfinite fallback 9 years ago
lls.c Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039' 9 years ago
lls.h Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039' 9 years ago
log.c avutil/log: fix zero length gnu_printf format string warning 10 years ago
log.h avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE 10 years ago
log2_tab.c Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066' 13 years ago
lzo.c avutil/lzo: fix resource leak 11 years ago
lzo.h Merge remote-tracking branch 'qatar/master' 13 years ago
macros.h Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039' 9 years ago
mastering_display_metadata.c libavutil: add mastering display metadata sidedata 9 years ago
mastering_display_metadata.h libavutil/mastering_display_metadata.h: change fields to be rationals as this is how they are typically coded. 9 years ago
mathematics.c avutil/mathematics: Fix division by 0 10 years ago
mathematics.h avutil/mathematics: correct documentation for av_gcd 10 years ago
md5.c lavu: Drop deprecated context size variables 10 years ago
md5.h lavu: Drop deprecated context size variables 10 years ago
mem.c avutil/mem: Add av_fast_mallocz() 10 years ago
mem.h avutil/mem: Add av_fast_mallocz() 10 years ago
mem_internal.h avutil/mem_internal: add missing header includes 10 years ago
motion_vector.h avutil/motion_vector: export subpel motion information 10 years ago
murmur3.c avutil/murmur3: Add () to protect the ROT() arguments 10 years ago
murmur3.h Add 128 bit murmur3 hash function. 12 years ago
opencl.c lavu/opencl: restore #if HAVE_THREADS 10 years ago
opencl.h all: Make header guard names consistent 9 years ago
opencl_internal.c lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter() 11 years ago
opencl_internal.h all: Add missing header guards 9 years ago
opt.c Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0' 9 years ago
opt.h opt: Add av_opt_copy() 9 years ago
parseutils.c avutil/parseutils: mark args as static const 9 years ago
parseutils.h Merge commit '27f274628234c1f934b9a6a6380ed567c1b4ceae' 10 years ago
pca.c avutil/pca: Check for av_malloc* failures 10 years ago
pca.h avutil/pca: Make argument of ff_pca_add() const 11 years ago
pixdesc.c Merge commit 'd264c720f7b74286840719e506daba39f83b438b' 9 years ago
pixdesc.h Merge commit '6695f178a5929eab91d3da7e9023999f1774bd0e' 9 years ago
pixelutils.c avutil: check pixdescs in a different place 10 years ago
pixelutils.h avutil: add pixelutils API 11 years ago
pixfmt.h Merge commit '7480d001312d9ba706333ec970264ed9df3f82cb' 9 years ago
qsort.h all: Add missing header guards 9 years ago
random_seed.c avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool 9 years ago
random_seed.h
rational.c lavu/rational: add more info regarding floor(x+0.5) usage 9 years ago
rational.h avutil: Add av_q2intfloat() 10 years ago
rc4.c avutil: use EINVAL instead of -1 for the return code of crypto related init functions 10 years ago
rc4.h avutil: undo FF_API_CRYPTO_CONTEXT deprecation 10 years ago
replaygain.h Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 9 years ago
reverse.c avutil: add ff_reverse as av_reverse replacement 10 years ago
ripemd.c avutil/ripemd: make rol macro more robust by adding parentheses 10 years ago
ripemd.h lavu: Add RIPEMD hashing 12 years ago
samplefmt.c avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruft 11 years ago
samplefmt.h Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 9 years ago
sha.c avutil: use EINVAL instead of -1 for the return code of crypto related init functions 10 years ago
sha.h lavu: Drop deprecated context size variables 10 years ago
sha512.c avutil: use EINVAL instead of -1 for the return code of crypto related init functions 10 years ago
sha512.h lavu: Add SHA-2 512 hashing 12 years ago
softfloat.c avutil/softfloat: Include negative numbers in cmp/gt tests 10 years ago
softfloat.h avutil/softfloat: Assert that the exponent did not overflow the legal range in av_normalize1_sf() 10 years ago
softfloat_tables.h avutil/softfloat_tables: add missing stdint.h include 10 years ago
stereo3d.c Merge commit '159a06dfc83d189f753c4583583ddfb571552ff5' 11 years ago
stereo3d.h Merge commit '440842c4eb1d7709654ec97cd687663d11ef499c' 11 years ago
tablegen.h libavutil/tablegen: add missing math.h include 10 years ago
tea.c Add support for TEA (Tiny Encryption Algorithm) 10 years ago
tea.h Add support for TEA (Tiny Encryption Algorithm) 10 years ago
thread.h lavu: add pthread asserts if ASSERT_LEVEL>1 9 years ago
threadmessage.c lavc, lavu: use avutil/thread.h instead of redundant conditional includes 10 years ago
threadmessage.h avutil/threadmessage: add av_thread_message_flush() 10 years ago
time.c Merge commit '1bd0bdcdc236099d5c0d179696951f35f5310fa5' 11 years ago
time.h Merge commit '1bd0bdcdc236099d5c0d179696951f35f5310fa5' 11 years ago
time_internal.h avutil/time_internal: do not attempt to override *time_r() macros 11 years ago
timecode.c avutil/timecode: Fix fps check 10 years ago
timecode.h lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM code 13 years ago
timer.h Merge commit '64034849dad8410bedbe1def4c533490fb85cc4a' 9 years ago
timestamp.h avutil/timestamp: Warn about missing __STDC_FORMAT_MACROS for C++ use 11 years ago
tree.c avutil/tree: clean up pointer incompatibility warnings 10 years ago
tree.h fix some a/an typos 9 years ago
twofish.c avutil: use EINVAL instead of -1 for the return code of crypto related init functions 10 years ago
twofish.h libavutil: Added twofish symmetric block cipher 10 years ago
utf8.c avutil/utf8: put under #ifdef TEST 12 years ago
utils.c Correct two build/built typos 9 years ago
version.h Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0' 9 years ago
wchar_filename.h avutil/wchar_filename: add av_warn_unused_result 10 years ago
xga_font_data.c Move xGA font data from lavc to lavu. 13 years ago
xga_font_data.h Mark data symbols shared between libraries with av_export 13 years ago
xtea.c Merge commit '588b6215b4c74945994eb9636b0699028c069ed2' 10 years ago
xtea.h Merge commit '588b6215b4c74945994eb9636b0699028c069ed2' 10 years ago