| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump major versions of all libraries. | Anton Khirnov | 2014-08-09 | 1 | -2/+2 |
* | Postpone API-incompatible changes until the next bump. | Anton Khirnov | 2014-08-09 | 1 | -8/+8 |
* | avcodec: Deprecate dtg_active_format field in favor of avframe side-data | Kieran Kunhya | 2014-08-03 | 1 | -0/+3 |
* | filtfmts: Replace deprecated uses of AVFilterPad | Diego Biurrun | 2014-08-03 | 1 | -4/+6 |
* | vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrame | Diego Biurrun | 2014-08-03 | 1 | -1/+1 |
* | af_channelmap: Set the frame channel layout | Luca Barbato | 2014-08-02 | 1 | -0/+2 |
* | af_join: Set the output frame format | Luca Barbato | 2014-08-02 | 1 | -0/+1 |
* | Revert "vf_interlace: deprecate lowpass option" | Vittorio Giovara | 2014-08-01 | 2 | -38/+34 |
* | vf_select: Drop a debug av_log with an unchecked double to enum conversion | Diego Biurrun | 2014-07-29 | 1 | -12/+0 |
* | af_compand: make sure request_frame always outputs at least one frame | Andrew Kelley | 2014-07-08 | 1 | -3/+15 |
* | vf_showinfo: print display transformation values | Vittorio Giovara | 2014-06-14 | 1 | -0/+5 |
* | af_resample: Use avresample_get_out_samples | Luca Barbato | 2014-05-28 | 1 | -7/+2 |
* | lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB | Anton Khirnov | 2014-05-26 | 1 | -7/+11 |
* | buffersrc: avoid using AV_PIX_FMT_NB | Anton Khirnov | 2014-05-26 | 1 | -1/+1 |
* | vf_fieldorder: avoid using AV_PIX_FMT_NB | Anton Khirnov | 2014-05-26 | 1 | -2/+3 |
* | vf_scale: use the pixfmt descriptor API | Anton Khirnov | 2014-05-26 | 1 | -2/+8 |
* | vf_format: rework format list parsing | Anton Khirnov | 2014-05-26 | 1 | -51/+79 |
* | build: handle library dependencies in configure | Janne Grunau | 2014-05-13 | 1 | -5/+0 |
* | lavfi: add Bauer stereo-to-binaural audio filter | Alessandro Ghedini | 2014-05-01 | 4 | -1/+225 |
* | filtfmts: remove unused lavf include | Vittorio Giovara | 2014-04-19 | 1 | -1/+0 |
* | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 34 | -40/+40 |
* | drawtext: Add fontconfig support | Luca Barbato | 2014-04-17 | 1 | -4/+96 |
* | af_volume: implement replaygain clipping prevention | Alessandro Ghedini | 2014-04-13 | 2 | -6/+18 |
* | libavfilter: Add asettb filter for setting timebase for audio | Nicolas George | 2014-04-10 | 4 | -3/+48 |
* | x86: Drop some unnecessary YASM ifdefs | Diego Biurrun | 2014-04-04 | 1 | -2/+0 |
* | af_ashowinfo: print a more descriptive name for AV_MATRIX_ENCODING_DOLBY | Anton Khirnov | 2014-04-04 | 1 | -1/+1 |
* | af_volume: implement replaygain pre-amplification | Alessandro Ghedini | 2014-04-04 | 2 | -1/+4 |
* | vf_settb: rename to settb | Katerina Barone-Adesi | 2014-04-02 | 2 | -1/+1 |
* | vf_transpose: K&R formatting cosmetics | Vittorio Giovara | 2014-03-25 | 1 | -33/+35 |
* | {v,a}f_showinfo: print frame side data | Anton Khirnov | 2014-03-24 | 2 | -0/+165 |
* | af_volume: support using replaygain frame side data | Anton Khirnov | 2014-03-24 | 2 | -0/+47 |
* | avfilter: more correct printf format specifiers | Diego Biurrun | 2014-03-22 | 2 | -3/+5 |
* | af_channelmap: fix ONE_STR mapping mode | Anton Khirnov | 2014-03-16 | 1 | -1/+1 |
* | vf_shuffleplanes: fix the type of the mapping indices | Anton Khirnov | 2014-03-06 | 1 | -1/+1 |
* | lavfi: add shuffleplanes filter | Anton Khirnov | 2014-03-05 | 4 | -1/+175 |
* | lavfi: use the correct filter context for logging an error. | Anton Khirnov | 2014-03-05 | 1 | -1/+1 |
* | avfilter: Add missing emms_c when needed | Luca Barbato | 2014-03-05 | 3 | -0/+4 |
* | vf_frei0r: fix missing end of line character | Vittorio Giovara | 2014-03-04 | 1 | -1/+1 |
* | vf_frei0r: refactor library loading from env variable | Vittorio Giovara | 2014-03-04 | 1 | -6/+12 |
* | vf_frei0r: prevent a segfault when filter parameters are not set | Vittorio Giovara | 2014-03-04 | 1 | -0/+4 |
* | vf_frei0r: adjust error messages | Vittorio Giovara | 2014-03-04 | 1 | -12/+12 |
* | af_compand: replace strtok_r() with av_get_token() | Anton Khirnov | 2014-02-28 | 1 | -8/+24 |
* | lavfi: add compand audio filter | Andrew Kelley | 2014-02-26 | 4 | -2/+591 |
* | af_volume: preserve frame properties | Anton Khirnov | 2014-02-24 | 1 | -1/+7 |
* | af_resample: preserve frame properties | Anton Khirnov | 2014-02-24 | 1 | -0/+8 |
* | Use av_frame_copy() to simplify code where appropriate. | Anton Khirnov | 2014-02-24 | 1 | -3/+1 |
* | vf_interlace: deprecate lowpass option | Vittorio Giovara | 2014-02-19 | 2 | -30/+39 |
* | lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy group | Anton Khirnov | 2014-02-14 | 2 | -0/+22 |
* | buffersink: document special error codes returned from av_buffersink_get_frame | Anton Khirnov | 2014-02-14 | 1 | -2/+9 |
* | buffersrc: Have function parameter names match between .c and .h file | Diego Biurrun | 2014-02-12 | 1 | -5/+6 |