| Commit message (Expand) | Author | Age | Files | Lines |
* | RELEASE_NOTES: mention new filters | Vittorio Giovara | 2014-03-23 | 1 | -3/+6 |
* | dsputil: Move thirdpel-related bits into their own context | Diego Biurrun | 2014-03-22 | 1 | -3/+0 |
* | RGBA64 pixel formats | Jean First | 2014-03-16 | 1 | -0/+3 |
* | Remove all SPARC architecture optimizations | Diego Biurrun | 2014-03-13 | 1 | -11/+0 |
* | avconv: Match stream id | Luca Barbato | 2014-03-13 | 1 | -0/+2 |
* | doc: Point to the correct, actually maintained gas-preprocessor repo | Martin Storsjö | 2014-03-12 | 1 | -2/+2 |
* | http: Allow setting a Content-Type for POST requests | Clément Bœsch | 2014-03-11 | 1 | -0/+3 |
* | http: Improve options descriptions | Alessandro Ghedini | 2014-03-11 | 1 | -0/+13 |
* | http: Add support for selecting a request range | Anssi Hannula | 2014-03-11 | 1 | -0/+6 |
* | http: Support setting custom User-Agent | Clément Bœsch | 2014-03-11 | 1 | -0/+4 |
* | http: Export Content-Type information | Michael Niedermayer | 2014-03-11 | 1 | -0/+3 |
* | http: Add support reading ICY metadata | Luca Barbato | 2014-03-11 | 1 | -0/+20 |
* | doc: Add section about AviSynth support | Stephen Hutchinson | 2014-03-11 | 1 | -0/+32 |
* | lavfi: add shuffleplanes filter | Anton Khirnov | 2014-03-05 | 1 | -0/+30 |
* | lavfi: add compand audio filter | Andrew Kelley | 2014-02-26 | 1 | -0/+73 |
* | libavfilter: example audio filtering program | Anton Khirnov | 2014-02-25 | 2 | -1/+366 |
* | texi2pod: always declare the pod file as UTF-8 encoded | Janne Grunau | 2014-02-24 | 1 | -0/+2 |
* | doc: fix one accented word | Vittorio Giovara | 2014-02-24 | 1 | -1/+1 |
* | doc: name correct header | Vittorio Giovara | 2014-02-24 | 1 | -1/+1 |
* | frame: add a convenience function for copying AVFrame data | Anton Khirnov | 2014-02-24 | 1 | -0/+3 |
* | avconv: support forcing codec tags for input streams | Anton Khirnov | 2014-02-24 | 1 | -1/+1 |
* | lavr: add a function for checking whether AVAudioResampleContext is open | Anton Khirnov | 2014-02-22 | 1 | -0/+3 |
* | AVOptions: add flags for read/read-only options | Anton Khirnov | 2014-02-19 | 1 | -0/+4 |
* | AVOptions: deprecate unused AV_OPT_FLAG_METADATA | Anton Khirnov | 2014-02-19 | 1 | -0/+3 |
* | doc: Name the MOV muxer as it should be called | Luca Barbato | 2014-02-19 | 1 | -1/+1 |
* | doc: Sort the muxer documentation | Luca Barbato | 2014-02-19 | 1 | -137/+137 |
* | vf_interlace: deprecate lowpass option | Vittorio Giovara | 2014-02-19 | 1 | -5/+2 |
* | doc: Fix project name typo | Diego Biurrun | 2014-02-16 | 1 | -1/+1 |
* | Move all example programs to doc/examples | Diego Biurrun | 2014-02-16 | 6 | -4/+657 |
* | lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type. | Tim Walker | 2014-02-15 | 1 | -0/+4 |
* | doc/examples: misc Doxygen markup improvements | Diego Biurrun | 2014-02-14 | 2 | -3/+6 |
* | build: doxy: Include code examples in Doxygen documentation | Diego Biurrun | 2014-02-14 | 1 | -1/+1 |
* | doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh | Diego Biurrun | 2014-02-14 | 2 | -2/+2 |
* | build: Do not pass HTML snippets and stylesheet as input to Doxygen | Diego Biurrun | 2014-02-14 | 1 | -2/+3 |
* | Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.sh | Diego Biurrun | 2014-02-14 | 1 | -3/+3 |
* | Add libx265 encoder | Derek Buitenhuis | 2014-02-12 | 1 | -2/+17 |
* | build: fix examples compilation when EXESUF is not empty | Christophe Gisquet | 2014-02-10 | 1 | -1/+1 |
* | avplay: add support for seeking to chapter marks | Anton Khirnov | 2014-02-10 | 1 | -0/+3 |
* | doc/APIchanges: mark the place where 9 was branched | Anton Khirnov | 2014-02-10 | 1 | -0/+4 |
* | doc/APIchanges: fill in missing hashes and dates | Anton Khirnov | 2014-02-10 | 1 | -15/+15 |
* | Mirillis FIC video decoder | Kostya Shishkov | 2014-02-08 | 1 | -0/+2 |
* | lavf: improve handling of sparse streams when muxing | Luca Barbato | 2014-02-04 | 1 | -0/+4 |
* | vf_overlay: add eof_action switch | Keith Lawson | 2014-02-04 | 1 | -0/+19 |
* | doc: document correct option to list encoders | John Stebbins | 2014-01-29 | 1 | -1/+1 |
* | doc: add decoders.texi | John Stebbins | 2014-01-29 | 3 | -0/+58 |
* | lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width(). | Anton Khirnov | 2014-01-20 | 1 | -0/+5 |
* | mp3enc: allow omitting the id3v2 header with -id3v2_version 0 | Anton Khirnov | 2014-01-17 | 1 | -2/+9 |
* | mp3enc: add an option for disabling the Xing frame. | Anton Khirnov | 2014-01-17 | 1 | -3/+4 |
* | lavfi: add framepack filter | Vittorio Giovara | 2014-01-09 | 1 | -0/+45 |
* | ATRAC3+ decoder | Maxim Polijakowski | 2014-01-09 | 1 | -0/+1 |