| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg.c manual: clarify map_meta_data usage. | Anton Khirnov | 2010-10-27 | 1 | -1/+2 |
* | Add example to the filter pad documentation. | Stefano Sabatini | 2010-10-25 | 1 | -0/+9 |
* | doc: fill documentation for vfwcap | Ramiro Polla | 2010-10-23 | 1 | -0/+4 |
* | Add a demuxer for receiving raw rtp:// URLs without an SDP description | Martin Storsjö | 2010-10-19 | 1 | -1/+1 |
* | Add a -force_key_frames option to ffmpeg. | Nicolas George | 2010-10-18 | 1 | -0/+6 |
* | Add transpose filter. | Stefano Sabatini | 2010-10-18 | 1 | -0/+41 |
* | Remove -crop* options. | Stefano Sabatini | 2010-10-18 | 1 | -8/+7 |
* | Remove docs for the not anymore existing option -convert_tags. | Stefano Sabatini | 2010-10-16 | 1 | -3/+0 |
* | Add avfilter_graph_config(). | Stefano Sabatini | 2010-10-16 | 1 | -0/+3 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -0/+5 |
* | Add a SAP demuxer | Martin Storsjö | 2010-10-13 | 2 | -2/+46 |
* | Cosmetics: remove pointless empty line. | Stefano Sabatini | 2010-10-12 | 1 | -1/+0 |
* | Extend buffer source to accept the time base for the output PTS. | Stefano Sabatini | 2010-10-12 | 1 | -6/+10 |
* | Implement cropdetect filter. | Stefano Sabatini | 2010-10-12 | 1 | -0/+35 |
* | 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 |