| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AVERROR_*_NOT_FOUND codes. | Nicolas George | 2010-12-19 | 1 | -0/+11 |
* | AMR-WB decoder, written as part of Google Summer of Code 2010 by Marcelo | Ronald S. Bultje | 2010-12-18 | 1 | -2/+1 |
* | Improve layout and clarify / complete documentation for the yadif | Stefano Sabatini | 2010-12-17 | 1 | -19/+26 |
* | Simplify texi files naming: ff*-doc.texi -> ff*.texi. | Stefano Sabatini | 2010-12-14 | 4 | -0/+0 |
* | Add gradfun filter, ported from MPlayer. | Nolan L | 2010-12-12 | 1 | -0/+29 |
* | Add section describing the filtergraph. | Stefano Sabatini | 2010-12-12 | 1 | -0/+91 |
* | Fix typo. | Stefano Sabatini | 2010-12-09 | 1 | -1/+1 |
* | Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from | Stefano Sabatini | 2010-12-09 | 1 | -0/+4 |
* | Deprecate the use of the NO_COLOR environment variable. | Stefano Sabatini | 2010-12-06 | 1 | -0/+2 |
* | Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of | Stefano Sabatini | 2010-12-06 | 1 | -2/+3 |
* | Allow to force colored output. | Etienne Buira | 2010-12-05 | 1 | -1/+2 |
* | Add CODEC_CAP_NEG_LINESIZES. | Stefano Sabatini | 2010-12-04 | 1 | -0/+3 |
* | Cosmetics: add empty line which was previously removed. | Stefano Sabatini | 2010-12-04 | 1 | -0/+1 |
* | Port libmpcodecs hqdn3d filter. | Baptiste Coudurier | 2010-12-04 | 1 | -0/+27 |
* | Deprecate avcodec_pix_fmt_string() in favor of | Stefano Sabatini | 2010-12-04 | 1 | -0/+4 |
* | Implement av_image_alloc() and use it in | Stefano Sabatini | 2010-12-04 | 1 | -0/+3 |
* | Add avfilter_graph_create_filter(). | Stefano Sabatini | 2010-12-02 | 1 | -0/+3 |
* | Extend the frei0r filter syntax. | Stefano Sabatini | 2010-11-30 | 1 | -1/+1 |
* | Implement frei0r source. | Stefano Sabatini | 2010-11-30 | 1 | -0/+29 |
* | Remove @anchor{} commands from the POD output. | Stefano Sabatini | 2010-11-30 | 1 | -0/+1 |
* | Mobotix .mxg demuxer | Anatoly Nenashev | 2010-11-26 | 1 | -0/+1 |
* | Fix date in last APIchanges entry. | Stefano Sabatini | 2010-11-26 | 1 | -1/+1 |
* | Implement avfilter_get_video_buffer_ref_from_arrays(). | Stefano Sabatini | 2010-11-25 | 1 | -0/+3 |
* | S/PDIF demuxer | Anssi Hannula | 2010-11-22 | 1 | -1/+1 |
* | ffmpeg.c: document default metadata mappings | Anton Khirnov | 2010-11-22 | 1 | -0/+6 |
* | Move audio channel API from libavcodec to libavcore. | Stefano Sabatini | 2010-11-21 | 1 | -0/+9 |
* | Port overlay filter from the libavfilter repo (with many fixes), | Stefano Sabatini | 2010-11-21 | 1 | -0/+58 |
* | Document added functions. | Reimar Döffinger | 2010-11-21 | 1 | -0/+6 |
* | move the av_parse_color() function from libavfilter to libavcore | Aurelien Jacobs | 2010-11-17 | 1 | -0/+3 |
* | minor bump and APIchanges for r25745 | Aurelien Jacobs | 2010-11-14 | 1 | -0/+4 |
* | Fix revision number of the last APIchanges entry. | Stefano Sabatini | 2010-11-13 | 1 | -1/+1 |
* | Make avfiltergraph.h public. | Stefano Sabatini | 2010-11-13 | 1 | -0/+3 |
* | Prefix with "ff_" the functions: | Stefano Sabatini | 2010-11-13 | 1 | -0/+8 |
* | ffmpeg.c: add an option for copying chapters | Anton Khirnov | 2010-11-12 | 1 | -0/+4 |
* | MJPEG/AVI1 to JPEG/JFIF bitstream filter. | Nicolas George | 2010-11-11 | 2 | -1/+38 |
* | Add a file for bitstream filters documentation. | Stefano Sabatini | 2010-11-08 | 2 | -0/+41 |
* | Use hierarchic names convention (prefix them with av_expr) for the | Stefano Sabatini | 2010-11-08 | 1 | -0/+12 |
* | Rename avfilter_destroy() as avfilter_free(). | Stefano Sabatini | 2010-11-08 | 1 | -0/+4 |
* | Remove graphparser.h header, move AVFilterInOut and | Stefano Sabatini | 2010-11-07 | 1 | -0/+4 |
* | Fix date in latest APIchanges entry. | Stefano Sabatini | 2010-11-07 | 1 | -1/+1 |
* | Bump lavfi minor and add APIchanges entry after the rename of | Stefano Sabatini | 2010-11-07 | 1 | -0/+4 |
* | Fix off-by-one error in APIchanges file. | Stefano Sabatini | 2010-11-04 | 1 | -2/+2 |
* | Rename avfilter_graph_destroy() to avfilter_graph_free(). | Stefano Sabatini | 2010-11-04 | 1 | -0/+4 |
* | Implement avfilter_graph_alloc(). | Stefano Sabatini | 2010-11-04 | 1 | -0/+3 |
* | Implement isnan() function evaluation. | Stefano Sabatini | 2010-11-03 | 1 | -0/+3 |
* | Add eval.texi file. | Stefano Sabatini | 2010-11-03 | 3 | -70/+172 |
* | Move settb docs after setpts docs, fix alphabetical order. | Stefano Sabatini | 2010-11-02 | 1 | -30/+30 |
* | Add setpts filter, ported from the libavfilter soc repo. | Stefano Sabatini | 2010-11-02 | 1 | -0/+60 |
* | Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and | Stefano Sabatini | 2010-11-02 | 1 | -0/+4 |
* | Implement functions: | Stefano Sabatini | 2010-11-02 | 1 | -0/+10 |