| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend the nullsrc source, make it accept a parameter for specifying | Stefano Sabatini | 2010-10-11 | 1 | -4/+8 |
* | Implement settb filter. | Stefano Sabatini | 2010-10-11 | 1 | -0/+30 |
* | Add APIchanges entry after r25441. | Stefano Sabatini | 2010-10-10 | 1 | -0/+3 |
* | Document the SAP muxer | Martin Storsjö | 2010-10-09 | 1 | -0/+48 |
* | s/program/programs, as FFmpeg consists of many programs. | Stefano Sabatini | 2010-10-08 | 1 | -1/+1 |
* | Add a SAP (Session Announcement Protocol, RFC 2974) muxer | Martin Storsjö | 2010-10-08 | 1 | -0/+1 |
* | Add protocol documentation on the connect option to the udp protocol | Martin Storsjö | 2010-10-08 | 1 | -0/+7 |
* | custom build system documentation | Michael Niedermayer | 2010-10-06 | 1 | -0/+34 |
* | Mention to send a patch before changing API or ABI. | Carl Eugen Hoyos | 2010-10-06 | 1 | -3/+3 |
* | doc,win32: add note about the use of dllimport for global data in MSVC++ | Ramiro Polla | 2010-10-06 | 1 | -0/+9 |
* | doc,win32: update note on which files to use with shared libraries in msvc | Ramiro Polla | 2010-10-06 | 1 | -3/+6 |
* | doc: mention xmm clobber macros usage | Ramiro Polla | 2010-10-06 | 1 | -0/+6 |
* | Add protocol documentation on RTSP | Martin Storsjö | 2010-10-04 | 1 | -0/+70 |
* | Fix typo, -flags 4mv => -flags mv4. | Stefano Sabatini | 2010-10-03 | 1 | -5/+5 |
* | Add demuxer for LXF (Leitch/Harris' VR native stream format) | Tomas Härdin | 2010-10-01 | 1 | -0/+2 |
* | Add APIchanges entry for lsws change of r32368. | Stefano Sabatini | 2010-09-28 | 1 | -0/+3 |
* | Add the drawbox filter from the soc libavfilter repo. | Stefano Sabatini | 2010-09-28 | 1 | -0/+32 |
* | Update APIchanges after r25236. | Stefano Sabatini | 2010-09-27 | 1 | -0/+4 |
* | Add APIchanges entry after r25227. | Stefano Sabatini | 2010-09-27 | 1 | -0/+4 |
* | Add APIchanges entry after r25225. | Stefano Sabatini | 2010-09-27 | 1 | -0/+4 |
* | Bump version and update APIchanges after r25210. | Stefano Sabatini | 2010-09-27 | 1 | -0/+3 |
* | Port MPlayer blackframe filter. | Stefano Sabatini | 2010-09-26 | 1 | -0/+21 |
* | yadif filter, based on stefanos port of my yadif from mplayer. | Michael Niedermayer | 2010-09-25 | 1 | -0/+30 |
* | Document udp protocol. | Stefano Sabatini | 2010-09-25 | 1 | -0/+43 |
* | Slightly clarify expression in for the anullsrc source documentation. | Stefano Sabatini | 2010-09-25 | 1 | -2/+2 |
* | Add asink_anullsink - null audio sink. | S.N. Hemanth Meenakshisundaram | 2010-09-25 | 1 | -0/+13 |
* | Add asrc_anullsrc - null audio source. | Stefano Sabatini | 2010-09-25 | 1 | -0/+34 |
* | Make the crop filters accept parametric expressions. | Stefano Sabatini | 2010-09-25 | 1 | -18/+85 |
* | Change the syntax of the crop filter from x:y:w:h to w:h:x:y. | Stefano Sabatini | 2010-09-24 | 2 | -12/+12 |
* | 2nd try to fix av_log() repeated detection | Michael Niedermayer | 2010-09-24 | 1 | -0/+5 |
* | Update docs regarding writing optimizations: | Ronald S. Bultje | 2010-09-24 | 1 | -2/+49 |
* | Update doc/APIchanges after the last API changes. | Stefano Sabatini | 2010-09-24 | 1 | -0/+6 |
* | Add frei0r filter. | Stefano Sabatini | 2010-09-24 | 1 | -0/+50 |
* | Add a G.722 encoder | Martin Storsjö | 2010-09-23 | 1 | -1/+1 |
* | Fix typo (instruciton -> instruction). | Ronald S. Bultje | 2010-09-22 | 1 | -1/+1 |
* | Fix grammar in the ocv_smooth filter documentation. | Stefano Sabatini | 2010-09-16 | 1 | -4/+4 |
* | Prefer "X" over ``X'', looks more readable and more consistent with | Stefano Sabatini | 2010-09-16 | 1 | -7/+7 |
* | Implement libopencv smooth filter. | Stefano Sabatini | 2010-09-14 | 1 | -0/+27 |
* | Add R10k decoder. | Zhou Zongyi | 2010-09-13 | 1 | -0/+1 |
* | fix x11grab example in e.g. the manpage so that they actually work | Reinhard Tartler | 2010-09-13 | 1 | -2/+2 |
* | Add G.722 ADPCM audio decoder | Martin Storsjö | 2010-09-09 | 1 | -0/+1 |
* | Add APIchanges entry for the av_get_cpu_flags() addition of r25076. | Stefano Sabatini | 2010-09-08 | 1 | -0/+3 |
* | Add APIchanges entry after the recent changes to imgutils.h API of | Stefano Sabatini | 2010-09-07 | 1 | -0/+6 |
* | Add APIchanges entry after the libavcore/imgutils.h renames of r25057. | Stefano Sabatini | 2010-09-07 | 1 | -0/+4 |
* | Amend documention for the option -prefix. | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Prefer "foo" over ``foo'' in the ffprobe docs. | Stefano Sabatini | 2010-09-07 | 1 | -7/+7 |
* | Add APIchanges entry corresponding to the libavutil/cpu.h addition of | Stefano Sabatini | 2010-09-04 | 1 | -0/+4 |
* | Mention that library micro version should be reset if minor version is bumped. | Diego Biurrun | 2010-08-31 | 1 | -2/+2 |
* | Add APIchanges entry after the addition of | Stefano Sabatini | 2010-08-26 | 1 | -0/+3 |
* | Add fifo filter. | Stefano Sabatini | 2010-08-24 | 1 | -0/+9 |