summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | x86/mpegaudiodsp.c: msvc compilation error without sse/avx_externalMatt Oliver2014-05-061-0/+4
* | | gitignore: add tools/uncoded_frameLukasz Marek2014-05-061-0/+1
* | | avcodec/mpeg4videoenc: fix alternative implementation of mpeg4_encode_dc()Michael Niedermayer2014-05-061-4/+4
* | | avcodec/mpeg4videodec: fix mcbpc error messagesMichael Niedermayer2014-05-061-3/+3
* | | avcodec/snowenc: Fix "incompatible pointer type" warningMichael Niedermayer2014-05-061-1/+1
* | | avfilter/af_bs2b: Fix incompatible pointer type warningsMichael Niedermayer2014-05-061-4/+4
* | | avcodec/svq3: Fix "incompatible pointer type" warningsMichael Niedermayer2014-05-051-2/+2
* | | avformat/segment: Use av_malloc_array()Michael Niedermayer2014-05-051-2/+2
|/ /
* | avutil/file_open: Use av_mallocz_array()Michael Niedermayer2014-05-051-1/+1
* | tests/tiny_ssim: more correct error messageMichael Niedermayer2014-05-051-1/+1
* | avutil/audio_fifo: Use av_mallocz_array()Michael Niedermayer2014-05-051-1/+1
* | tools/ismindex: use av_mallocz_array()Michael Niedermayer2014-05-051-1/+1
* | tests/tiny_ssim: check dimensionsMichael Niedermayer2014-05-051-1/+8
* | lavu/fifo: add const to argumentsLukasz Marek2014-05-052-4/+4
* | avformat/astenc: avoid using AVCodecContext.frame_numberMichael Niedermayer2014-05-051-2/+2
* | Merge commit '3828eb8519c1530392ab8820b1aa784602128afc'Michael Niedermayer2014-05-052-22/+42
|\ \ | |/
| * libfdk-aac: Relicense the library wrappers to 2-clause BSDMartin Storsjö2014-05-052-22/+42
* | Merge commit '15fa856b82ea7dbbf69edc1074eb13dd00b0fa84'Michael Niedermayer2014-05-050-0/+0
|\ \ | |/
| * libfdk-aacenc: Enable 7.1 channel encodingJean First2014-05-051-0/+18
* | Merge commit '9580818c5d934bde65a95efd2cee61c174721092'Michael Niedermayer2014-05-054-16/+16
|\ \ | |/
| * avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov2014-05-033-12/+12
* | Merge commit '01947f07b81a57fb1e15114b710f6d5ae4f70a11'Michael Niedermayer2014-05-051-1/+0
|\ \ | |/
| * avconv: remove a useless lineAnton Khirnov2014-05-031-1/+0
* | Merge commit '65ed9e7585e86e6c728bc762ac9944b157e39f8d'Michael Niedermayer2014-05-051-91/+91
|\ \ | |/
| * avconv: rename 'codec' to 'enc_ctx'Anton Khirnov2014-05-031-61/+61
* | Merge commit '650a5206a944fd36a42d92f98e745972056b1f7c'Michael Niedermayer2014-05-051-48/+48
|\ \ | |/
| * avconv: rename 'icodec' to 'dec_ctx'Anton Khirnov2014-05-031-35/+35
* | Merge commit 'f3a6ad22c977c8fea87c4c5e4535061db6324d66'Michael Niedermayer2014-05-053-8/+8
|\ \ | |/
| * avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov2014-05-033-8/+8
* | Merge commit '73ed8558a61c4f1d0ce8d1f35183ac1a0a4e31e3'Michael Niedermayer2014-05-051-29/+38
|\ \ | |/
| * avconv: simplify exit_program() by using more local varsAnton Khirnov2014-05-031-24/+33
* | Fix standalone compilation of sonic lossless encoder.Carl Eugen Hoyos2014-05-051-1/+1
* | avfilter/f_select: fix incompatible pointer type warningMichael Niedermayer2014-05-051-1/+1
* | avcodec/lossless_videodsp: fix incompatible pointer type warningMichael Niedermayer2014-05-052-3/+3
* | avisynth: set duration of audio streamsHendrik Leppkes2014-05-051-0/+1
* | swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array()Michael Niedermayer2014-05-041-13/+13
* | avutil/pca: Use av_malloc_array()Michael Niedermayer2014-05-041-1/+1
* | MAINTANERS: update snow/ffv1/nut entries as these are no longer in a single fileMichael Niedermayer2014-05-041-3/+3
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-05-041-0/+11
|\ \
| * | Map --enable-lto to -ipo when compiling with icc.Carl Eugen Hoyos2014-05-041-0/+10
| * | Disable inline_asm_direct_symbol_refs if lto was requested.Carl Eugen Hoyos2014-05-041-0/+1
* | | lavf/mux: pass options to nested structs of priv dataLukasz Marek2014-05-041-1/+1
|/ /
* | avcodec/h263dec: use AV_EF_IGNORE_ERRMichael Niedermayer2014-05-042-2/+6
* | avformat: add AV_EF_IGNORE_ERRMichael Niedermayer2014-05-041-0/+1
* | avcodec: add AV_EF_IGNORE_ERRMichael Niedermayer2014-05-042-0/+2
* | doc/codecs: document ignore_errMichael Niedermayer2014-05-041-0/+5
* | avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch2014-05-041-8/+15
* | MAINTAINERS: add myself as lavd/xv maintainerLukasz Marek2014-05-041-0/+1
* | Maintainers: add myself for msvc and icl.Matt Oliver2014-05-041-0/+2
* | Enable inline asm in intel compiler on windows.Matt Oliver2014-05-041-4/+5
OpenPOWER on IntegriCloud