| Commit message (Expand) | Author | Age | Files | Lines |
* | Opus encoder using libopus | Nathan Caldwell | 2012-10-01 | 1 | -1/+1 |
* | doc/platform: Rework the Visual Studio linking section | Derek Buitenhuis | 2012-09-28 | 1 | -41/+20 |
* | doc/faq: Change the Visual Studio entry to reflect current status | Derek Buitenhuis | 2012-09-28 | 1 | -21/+2 |
* | doc/platform: Replace Visual Studio section with build instructions | Derek Buitenhuis | 2012-09-28 | 1 | -13/+68 |
* | doc/platform: Nuke section on linking static MinGW-built libs with MSVC | Derek Buitenhuis | 2012-09-28 | 1 | -59/+0 |
* | doc/platform: Remove false claim about MinGW installer | Derek Buitenhuis | 2012-09-28 | 1 | -15/+0 |
* | doc/platform: Mention MinGW-w64 | Derek Buitenhuis | 2012-09-28 | 1 | -4/+5 |
* | Opus decoder using libopus | Nicolas George | 2012-09-28 | 1 | -0/+2 |
* | lavc: add avcodec_free_frame(). | Anton Khirnov | 2012-09-24 | 1 | -0/+4 |
* | Enhance doc on asyncts audiofilter | Andrey Utkin | 2012-09-15 | 1 | -3/+6 |
* | lavu/audioconvert: add a second low frequency channel. | Tim Walker | 2012-09-12 | 1 | -0/+3 |
* | avopt: Reorder the default_val struct, making i64 the first field | Martin Storsjö | 2012-09-04 | 1 | -0/+4 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+2 |
* | avconv: make the -passlogfile option per-stream. | Anton Khirnov | 2012-08-30 | 1 | -1/+1 |
* | avconv: make the -pass option per-stream. | Anton Khirnov | 2012-08-30 | 1 | -1/+1 |
* | lavc: add lossy/lossless codec properties. | Anton Khirnov | 2012-08-30 | 1 | -0/+4 |
* | Add reminders to update the codec descriptor list with new codec IDs. | Anton Khirnov | 2012-08-29 | 1 | -0/+2 |
* | doc/APIchanges: add an entry for codec descriptors. | Anton Khirnov | 2012-08-23 | 1 | -6/+16 |
* | lavc: add Ut Video encoder | Jan Ekström | 2012-08-20 | 1 | -1/+1 |
* | avtools: add -h demuxer/muxer | Anton Khirnov | 2012-08-19 | 1 | -0/+9 |
* | cmdutils: extend -h to allow printing codec details. | Anton Khirnov | 2012-08-19 | 1 | -2/+14 |
* | avconv: deprecate -isync. | Anton Khirnov | 2012-08-19 | 1 | -7/+0 |
* | cmdutils: refactor -codecs option. | Anton Khirnov | 2012-08-18 | 1 | -16/+9 |
* | avconv: make -shortest a per-output file option. | Anton Khirnov | 2012-08-18 | 1 | -1/+1 |
* | doc: Fix syntax errors in sample Emacs config | Jordi Ortiz | 2012-08-17 | 1 | -2/+2 |
* | rtmp: Add support for receiving incoming streams | Jordi Ortiz | 2012-08-16 | 1 | -0/+5 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | rtmp: Automatically compute the hash for SWFVerification | Samuel Pitoiset | 2012-08-15 | 1 | -0/+3 |
* | rtmp: Add support for SWFVerification | Samuel Pitoiset | 2012-08-15 | 1 | -0/+6 |
* | lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. | Anton Khirnov | 2012-08-10 | 1 | -0/+4 |
* | dict: add av_dict_count() | Mans Rullgard | 2012-08-10 | 1 | -0/+3 |
* | doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugs | Diego Biurrun | 2012-08-09 | 1 | -15/+0 |
* | vsrc_movie: discourage its use with avconv. | Anton Khirnov | 2012-08-08 | 1 | -0/+5 |
* | avconv: allow no input files. | Anton Khirnov | 2012-08-08 | 1 | -0/+8 |
* | doc: cygwin: Update list of FATE package requirements | Diego Biurrun | 2012-08-07 | 1 | -2/+2 |
* | rtmp: Add a new option 'rtmp_subscribe' | Samuel Pitoiset | 2012-08-07 | 1 | -0/+5 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | lavc: add AV prefix to codec ids. | Anton Khirnov | 2012-08-07 | 1 | -0/+3 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -0/+5 |
* | Canopus Lossless decoder | Derek Buitenhuis | 2012-08-01 | 1 | -0/+1 |
* | af_asyncts: add first_pts option | Justin Ruggles | 2012-07-29 | 1 | -0/+7 |
* | avf: introduce nobuffer option | Luca Barbato | 2012-07-29 | 1 | -0/+3 |
* | build: use COMPILE template for HOSTOBJS | Mans Rullgard | 2012-07-26 | 1 | -2/+0 |
* | rtmp: Add a new option 'rtmp_pageurl' | Samuel Pitoiset | 2012-07-25 | 1 | -0/+4 |
* | doc: Update the description of the rtmp_tcurl option | Samuel Pitoiset | 2012-07-25 | 1 | -1/+1 |
* | doc: Add Git configuration section | Diego Biurrun | 2012-07-23 | 1 | -0/+26 |
* | RTMPTE protocol support | Samuel Pitoiset | 2012-07-23 | 2 | -1/+9 |
* | RTMPE protocol support | Samuel Pitoiset | 2012-07-23 | 2 | -1/+10 |
* | G.723.1 demuxer and decoder | Mohamed Naufal Basheer | 2012-07-22 | 1 | -0/+1 |
* | lavfi: add avfilter_unref_bufferp() | Robert Nagy | 2012-07-20 | 1 | -0/+3 |