summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* http: export icecast metadata as an option with name "metadata".Andrew Stone2014-08-131-0/+31
* AVOption: add support for dictionary types.Andrew Stone2014-08-134-14/+77
* lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone2014-08-133-1/+27
* configure: Check for nanosleep in headers as well, not only in libsMartin Storsjö2014-08-131-1/+1
* w32threads: Use newer thread synchronization functions when targeting VistaMartin Storsjö2014-08-131-0/+12
* http: Stop reading after receiving the whole file for non-chunked transfersMartin Storsjö2014-08-131-1/+2
* ffv1dec: check that global parameters do not change in version 0/1Michael Niedermayer2014-08-121-7/+25
* hevc_mvs: avoid deriving tmvp in amvpChristophe Gisquet2014-08-121-1/+2
* hevc: wait proper position for tmvpChristophe Gisquet2014-08-121-1/+2
* hevc: use intreadwriteChristophe Gisquet2014-08-123-18/+13
* hevc: derive partial merge listChristophe Gisquet2014-08-121-9/+33
* hevc: derive partially amvp listChristophe Gisquet2014-08-121-0/+5
* hevc: simplify roundingChristophe Gisquet2014-08-121-4/+4
* hevc: reorder loopsChristophe Gisquet2014-08-121-6/+6
* configure: Don't pass MSVC compiler options -M[TD] to armasmMartin Storsjö2014-08-101-0/+12
* avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bumpDiego Biurrun2014-08-101-1/+1
* lavc: drop the av_fast_{re,m}alloc compatibility wrappersAnton Khirnov2014-08-101-12/+0
* mpegts: Return proper error code on invalid input dataNidhi Makhijani2014-08-101-5/+5
* Prepare for 11_alpha2 ReleaseReinhard Tartler2014-08-101-1/+1
* configure: Suggest upgrading gas-preprocessor instead of just installingMartin Storsjö2014-08-101-1/+1
* configure: Enable gas-preprocessor on all OSes but only if availableDiego Biurrun2014-08-101-3/+13
* configure: Add probe identification of MS armasmMartin Storsjö2014-08-101-0/+5
* tiff: Improve grayscale supportDiego Elio Pettenò2014-08-101-11/+3
* avresample: Introduce AVFrame-based APILuca Barbato2014-08-106-2/+209
* mpeg: Suppress a compiler warning on callback typeLuca Barbato2014-08-091-1/+2
* lavc: remove obsolete and disabled avpriv functionsAnton Khirnov2014-08-096-45/+0
* Remove obsolete FF_API_REFERENCE_DTS cruft.Anton Khirnov2014-08-092-8/+0
* Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov2014-08-093-12/+0
* Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-094-9/+0
* Bump major versions of all libraries.Anton Khirnov2014-08-098-22/+22
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-096-51/+51
* hevc_filter: avoid excessive calls to ff_hevc_get_ref_list()Anton Khirnov2014-08-091-16/+20
* hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()Anton Khirnov2014-08-091-10/+6
* hevc_filter: move some conditions out of loopsAnton Khirnov2014-08-091-18/+23
* hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov2014-08-093-46/+36
* hevc_filter: drop more redundant checksAnton Khirnov2014-08-091-4/+0
* hevc_filter: drop redundant checksAnton Khirnov2014-08-091-6/+2
* hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabledAnton Khirnov2014-08-091-3/+5
* avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-086-4/+17
* xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun2014-08-083-13/+10
* idct: cosmetics: Drop one unnecessary if-block levelDiego Biurrun2014-08-081-17/+15
* configure: Only run gas checks on ARM and PowerPCDiego Biurrun2014-08-081-1/+1
* configure: Die if gas is unavailable under aarch64 as well as ARMDiego Biurrun2014-08-081-1/+1
* mpeg: K&R formatting cosmeticsLuca Barbato2014-08-081-312/+335
* mpegts: Use av_free() to free memory allocated by av_strdup()Diego Biurrun2014-08-081-3/+3
* mpegts: Fix memory leaks and related crashes in mpegs_write_header()Diego Biurrun2014-08-071-3/+18
* mpegts: Avoid unnecessary variable shadowingDiego Biurrun2014-08-071-1/+0
* mpegts: Drop some unnecessary parenthesesDiego Biurrun2014-08-071-6/+6
* mpegts: K&R formatting cosmeticsDiego Biurrun2014-08-071-196/+216
* swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-074-9/+4
OpenPOWER on IntegriCloud