| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: add functions for accessing the fourcc<->CodecID mapping tables. | Anton Khirnov | 2012-01-31 | 1 | -0/+3 |
* | lavc: add avcodec_is_open(). | Anton Khirnov | 2012-01-31 | 1 | -0/+3 |
* | avconv: deprecate the -deinterlace option | Anton Khirnov | 2012-01-30 | 1 | -0/+2 |
* | doc: Fix the name of the new function | Martin Storsjö | 2012-01-30 | 1 | -1/+1 |
* | doc: Document mov/mp4 fragmentation options | Martin Storsjö | 2012-01-30 | 1 | -0/+61 |
* | avutil: make intfloat api public | Paul B Mahol | 2012-01-30 | 1 | -0/+4 |
* | APIchanges: mention avcodec_alloc_context()/2/3 | Anton Khirnov | 2012-01-28 | 1 | -0/+2 |
* | lavf: increase major version from 53 to 54. | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | lavc: increase major version to 54. | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | doc: Update APIchanges with info on muxer flushing | Martin Storsjö | 2012-01-25 | 1 | -0/+6 |
* | Remove ffmpeg. | Anton Khirnov | 2012-01-23 | 1 | -1091/+0 |
* | XWD encoder and decoder | Paul B Mahol | 2012-01-23 | 1 | -0/+2 |
* | doc/APIChanges: fill in missing dates and hashes | Anton Khirnov | 2012-01-21 | 1 | -5/+5 |
* | RELEASE_NOTES: mention hiding private symbols in shared builds. | Anton Khirnov | 2012-01-18 | 1 | -0/+9 |
* | RELEASE_NOTES: mention some notable API changes in 0.8 | Anton Khirnov | 2012-01-18 | 1 | -5/+25 |
* | add SMJPEG muxer | Paul B Mahol | 2012-01-16 | 1 | -1/+1 |
* | avcodec: bump minor version and add APIChanges for the new audio encoding API | Justin Ruggles | 2012-01-15 | 1 | -0/+8 |
* | lavfi: move version macros to a new installed header version.h | Anton Khirnov | 2012-01-12 | 1 | -0/+3 |
* | doc: Replace ffmpeg references in avserver config file by avconv. | Diego Biurrun | 2012-01-11 | 1 | -6/+6 |
* | doc: Fix names of av_log color environment variables. | Diego Biurrun | 2012-01-11 | 1 | -2/+2 |
* | Fix a bunch of platform name and other typos. | Diego Biurrun | 2012-01-11 | 1 | -3/+3 |
* | No longer build libpostproc by default | Reinhard Tartler | 2012-01-11 | 1 | -1/+1 |
* | doc: fix stray reference to FFmpeg | Luca Barbato | 2012-01-10 | 1 | -1/+1 |
* | faq: Solutions for common problems with sample paths when running FATE. | Diego Biurrun | 2012-01-07 | 1 | -0/+12 |
* | avconv: add symbolic names for -vsync parameters | Anton Khirnov | 2012-01-04 | 1 | -4/+4 |
* | v4l2: list available formats | Luca Barbato | 2012-01-04 | 1 | -1/+1 |
* | adx: add an adx muxer | Justin Ruggles | 2012-01-03 | 1 | -1/+1 |
* | APIchanges: mention cleaned up header includes | Jonathan Nieder | 2012-01-04 | 1 | -2/+4 |
* | lavu: bump lavu minor for av_popcount64 | Janne Grunau | 2012-01-03 | 1 | -4/+7 |
* | Release notes: mention cleaned up header includes | Reinhard Tartler | 2012-01-02 | 1 | -2/+5 |
* | 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 |