| Commit message (Expand) | Author | Age | Files | Lines |
* | doxygen: cleanup style to support older doxy | Luca Barbato | 2011-12-29 | 1 | -54/+21 |
* | avformat: Add SMJPEG demuxer. | Paul B Mahol | 2011-12-28 | 1 | -0/+2 |
* | Indeo 4 decoder | Kostya Shishkov | 2011-12-28 | 1 | -0/+1 |
* | doxygen: remove unreplaced variables from custom header and footer | Janne Grunau | 2011-12-27 | 2 | -16/+1 |
* | Add minor bumps and APIchanges entries for lavc/lavfi changes. | Anton Khirnov | 2011-12-25 | 1 | -0/+14 |
* | doxy: add website-alike style to the html output | Gautam Gupta | 2011-12-25 | 3 | -0/+1169 |
* | FAQ: add an entry for common error when using -profile | Anton Khirnov | 2011-12-25 | 1 | -0/+20 |
* | Prepare for 0.8_beta1 snapshot release | Reinhard Tartler | 2011-12-23 | 1 | -27/+25 |
* | segment: introduce segmented chain muxer | Luca Barbato | 2011-12-19 | 1 | -0/+32 |
* | APIchanges: fill in revision for AVFrame.age deprecation | Mans Rullgard | 2011-12-18 | 1 | -1/+1 |
* | avcodec: deprecate AVFrame.age | Mans Rullgard | 2011-12-18 | 1 | -0/+3 |
* | lavf: add OpenMG audio muxer. | Michael Karcher | 2011-12-18 | 1 | -1/+1 |
* | avconv: support stream specifiers in -metadata and -map_metadata | Alexandra Khirnova | 2011-12-16 | 2 | -8/+31 |
* | v410 encoder and decoder | Derek Buitenhuis | 2011-12-13 | 1 | -1/+2 |
* | doc: make developer.texi point to correct fate doc | Derek Buitenhuis | 2011-12-13 | 1 | -1/+1 |
* | lavf: add avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -0/+4 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 9 | -21/+21 |
* | Warn about avserver being broken. | Anton Khirnov | 2011-12-10 | 4 | -4/+8 |
* | doc: update to refer to avconv | Luca Barbato | 2011-12-10 | 1 | -39/+33 |
* | doc: remove some stale entries from the faq | Luca Barbato | 2011-12-10 | 1 | -135/+0 |
* | Dxtory capture format decoder | Kostya Shishkov | 2011-12-10 | 1 | -0/+1 |
* | doc: update documentation to use avconv | Luca Barbato | 2011-12-09 | 6 | -84/+84 |
* | doc: update demuxers section | Luca Barbato | 2011-12-09 | 1 | -3/+3 |
* | doc: extend external library coverage | Luca Barbato | 2011-12-09 | 1 | -10/+65 |
* | doc: split platform specific information | Luca Barbato | 2011-12-09 | 3 | -346/+360 |
* | doc: port the git-howto to texinfo | Luca Barbato | 2011-12-09 | 2 | -0/+345 |
* | doc: provide fallback css and customize @float | Luca Barbato | 2011-12-09 | 1 | -0/+86 |
* | doc: document fate in a texinfo | Luca Barbato | 2011-12-09 | 3 | -45/+136 |
* | doc: add pulseaudio to the input list | Luca Barbato | 2011-12-08 | 1 | -0/+1 |
* | cljr: add encoder | Paul B Mahol | 2011-12-08 | 1 | -1/+1 |
* | build: merge lists of HTML documentation targets | Diego Biurrun | 2011-12-08 | 1 | -2/+6 |
* | doc: add editor configuration section with Vim and Emacs settings | Diego Biurrun | 2011-12-07 | 1 | -0/+25 |
* | doc: document preferred Doxygen syntax and make patcheck detect it | Diego Biurrun | 2011-12-04 | 1 | -0/+5 |
* | doc: break some long lines in developer.texi | Luca Barbato | 2011-12-03 | 1 | -11/+16 |
* | drawtext: make x and y parametric | Luca Barbato | 2011-12-03 | 1 | -0/+27 |
* | doc: remove space between variable and post increment in example code | Janne Grunau | 2011-12-03 | 1 | -1/+1 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -0/+7 |
* | avcodec: change number of plane pointers from 4 to 8 at next major bump. | Justin Ruggles | 2011-12-02 | 1 | -0/+6 |
* | Update developers documentation with coding conventions. | Victor Vasiliev | 2011-12-02 | 1 | -26/+97 |
* | doc: improve general documentation for MacOSX | Luca Barbato | 2011-12-02 | 1 | -2/+11 |
* | Add PlayStation Portable PMP format demuxer | Reimar Döffinger | 2011-12-01 | 1 | -0/+1 |
* | APIchanges: fill in some blanks | Mans Rullgard | 2011-11-28 | 1 | -6/+6 |
* | doc: cleanup filter section | Luca Barbato | 2011-11-28 | 1 | -10/+9 |
* | avformat: add CRI ADX format demuxer | Justin Ruggles | 2011-11-26 | 1 | -0/+2 |
* | libavutil: add utility functions to simplify allocation of audio buffers. | Justin Ruggles | 2011-11-23 | 1 | -0/+4 |
* | libavutil: add planar sample formats and av_sample_fmt_is_planar() | Justin Ruggles | 2011-11-23 | 1 | -0/+3 |
* | doc/filters: fix some typos. | Anton Khirnov | 2011-11-21 | 1 | -2/+2 |
* | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles | 2011-11-19 | 1 | -0/+8 |
* | Add an APIchanges entry and a minor bump for avio changes. | Anton Khirnov | 2011-11-18 | 1 | -0/+10 |
* | avutil: Add av_timegm as a public function | Martin Storsjö | 2011-11-16 | 1 | -0/+3 |