26060 Commits (cba322d76d4a00b659d7de030018d6003820c715)
 

Author SHA1 Message Date
Kostya Shishkov cba322d76d Make WMV3 decoder attempt to decode WMVP as well 14 years ago
Kostya Shishkov 10f93363b7 RES_SM in WMV3 is really two flags, so split it in decoder 14 years ago
Stefano Sabatini b0f65613ac Cosmetics: fix style nits. 14 years ago
Reimar Döffinger 02b424d9c8 Add d suffix to movd target register to make it work with nasm. 14 years ago
Reimar Döffinger dc77e985b7 Split and then simplify address generation macro. 14 years ago
Måns Rullgård 8c067b5dfd Update rv20 seek test reference 14 years ago
Michael Niedermayer 53eb458a72 Fix rv20 encoding so the binary decoder can decode it. 14 years ago
Baptiste Coudurier 48f7f29f52 In yadif filter, use current frame when previous is missing, 14 years ago
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
Måns Rullgård 2c1da681b8 Create libavfilter/$arch when building outside source tree 14 years ago
Michael Niedermayer 9f27ca3f25 Stefanos port was missing DIRS variable in the Makefile for the newly added x86 14 years ago
Stefano Sabatini 5900deeb90 Bump lavfi minor and add Changelog notice after yadif addition. 14 years ago
Michael Niedermayer 96a1459ed5 Fix 0 vs 1 porting bug from mplayer. 14 years ago
Michael Niedermayer acbac56789 yadif filter, based on stefanos port of my yadif from mplayer. 14 years ago
Maksym Veremeyenko b299c4e4d3 Support deinterlacing of YUVJ422P in old deinterlacer. 14 years ago
Stefano Sabatini 1afab33857 Prefix enum var_name symbols with VAR_, to avoid conflicts with already 14 years ago
Stefano Sabatini 921bf9f1ff Fix memleak introduced in: 14 years ago
Stefano Sabatini 0fb226b37a Document udp protocol. 14 years ago
Stefano Sabatini 6ef93402f4 Slightly clarify expression in for the anullsrc source documentation. 14 years ago
Reimar Döffinger b641982b23 rawdec: ensure that there is always a valid palette for formats that 14 years ago
S.N. Hemanth Meenakshisundaram f0a5543898 Add asink_anullsink - null audio sink. 14 years ago
Stefano Sabatini 1ee410f330 Add asrc_anullsrc - null audio source. 14 years ago
Stefano Sabatini 6afd569e1d Make ffprobe able to set AVFormatContext options. 14 years ago
Stefano Sabatini 20e021c711 Add more missing checks in opt_default(), prevent a crash if 14 years ago
Stefano Sabatini 75b67a8a99 Make the crop filters accept parametric expressions. 14 years ago
Stefano Sabatini 2bc05d3547 Change the syntax of the crop filter from x:y:w:h to w:h:x:y. 14 years ago
Måns Rullgård d66a546f77 vorbisenc: remove VLAs 14 years ago
Stefano Sabatini a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 14 years ago
Stefano Sabatini 120119225a Add missing NULL checks, fix crash. 14 years ago
Martin Storsjö 6df4029549 Add an AVOption max_delay for AVFormatContext->max_delay 14 years ago
Stefano Sabatini d860aaf8cd Add missing existence checks in opt_default(). 14 years ago
Michael Niedermayer d7cd001ff2 indent 14 years ago
Michael Niedermayer 8a19053361 Cosmetic (rename detect_repeats to is_atty which matches the truth) 14 years ago
Michael Niedermayer 3f07e8dbee Doxy consistency cosmetics 14 years ago
Michael Niedermayer 6b6bca6443 Enable AV_LOG_SKIP_REPEATED to maintain previous behavior. 14 years ago
Michael Niedermayer 1c1c80f0a3 2nd try to fix av_log() repeated detection 14 years ago
Ronald S. Bultje 7e117771cd Remove unused variable. 14 years ago
Ronald S. Bultje ae11291865 Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, this 14 years ago
Ronald S. Bultje 4bca677494 Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in the 14 years ago
Ronald S. Bultje d801f1c848 Update docs regarding writing optimizations: 14 years ago
Stefano Sabatini 32eba9f27e Remove unnecessary av_strdup() and av_free(). 14 years ago
Stefano Sabatini 07cac2a082 Update doc/APIchanges after the last API changes. 14 years ago
Stefano Sabatini f66eb58ec4 Make ffplay -h show the settable AVOptions. 14 years ago
Stefano Sabatini e44c01563f Deprecate av_opt_show() in favor of a new function av_opt_show2(), 14 years ago
Stefano Sabatini 47941088f9 Add frei0r filter. 14 years ago
Martin Storsjö 21e681ba57 Add a G.722 encoder 14 years ago
Reimar Döffinger 2efcde73fc rawdec: only allocate a full-frame size buffer if it actually will 14 years ago
Michael Niedermayer 177477f57a Correct terminology bug in poll_frame() 14 years ago
Måns Rullgård c4795e8069 fate: print commands being executed with V=1 14 years ago
Carl Eugen Hoyos b7d56a17ae Fix indentation after r25158. 14 years ago