summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AIX: add support for shared buildsMichael Kostylev2013-07-261-0/+3
* avio: Don't set the seekable flag if no seek function is providedHendrik Schreiber2013-07-261-1/+1
* rtpenc: Fix some odd commentsMartin Storsjö2013-07-261-3/+1
* lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-262-5/+5
* miscellaneous typo fixesDiego Biurrun2013-07-2512-30/+31
* mpeg12: Ignore slice threading if hwaccel is activeRémi Denis-Courmont2013-07-251-3/+6
* vdpau: Fix VC-1 interlaced modeRainer Hochecker2013-07-251-1/+1
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-2510-32/+32
* twinvq: K&R formatting cosmeticsDiego Biurrun2013-07-252-439/+478
* arm: Comment out unused labels in simple_idct_armMartin Storsjö2013-07-241-8/+8
* 8bps: Make the bound-checks consistentLuca Barbato2013-07-231-2/+2
* 8bps: Bound-check the input bufferLuca Barbato2013-07-231-3/+7
* 4xm: Reject not a multiple of 16 dimensionLuca Barbato2013-07-231-0/+6
* alsdec: Clean up error pathsLuca Barbato2013-07-231-63/+75
* alsdec: Fix the clipping rangeLuca Barbato2013-07-231-6/+12
* arm: Mangle external symbols properly in new vfp assembly filesMartin Storsjö2013-07-223-4/+4
* arm: Add VFP-accelerated version of qmf_32_subbandsBen Avison2013-07-222-1/+282
* dcadsp: Add a new method, qmf_32_subbandsBen Avison2013-07-223-21/+44
* arm: Add VFP-accelerated version of fft16Martin Storsjö2013-07-223-3/+301
* arm: Add VFP-accelerated version of dca_lfe_firMartin Storsjö2013-07-223-1/+226
* arm: Add VFP-accelerated version of imdct_halfMartin Storsjö2013-07-224-1/+217
* arm: Add VFP-accelerated version of int32_to_float_fmul_array8Ben Avison2013-07-222-1/+167
* dcadec: Use int32_to_float_fmul_array8Ben Avison2013-07-221-8/+15
* fmtconvert: Add a new method, int32_to_float_fmul_array8Ben Avison2013-07-222-0/+26
* arm: Add VFP-accelerated version of int32_to_float_fmul_scalarBen Avison2013-07-222-0/+48
* arm: Add VFP-accelerated version of synth_filter_floatBen Avison2013-07-223-0/+252
* libspeexdec: fix detection of final terminator codeJustin Ruggles2013-07-211-1/+1
* configure: generate full msvc debug symbols when linking in debug modeHendrik Leppkes2013-07-211-0/+1
* libx264: Define X264_API_IMPORTS on MSVC/ICLDerek Buitenhuis2013-07-211-0/+5
* dsicinav: Clip the source size to the expected maximumLuca Barbato2013-07-191-0/+2
* dsicinav: Bound-check the source buffer when neededLuca Barbato2013-07-191-1/+3
* dsicinav: K&R formatting cosmeticsLuca Barbato2013-07-191-50/+61
* lavfi: filtfmts: use newer avfilter APIsVittorio Giovara2013-07-191-1/+9
* rtsp: Support multicast source filters (RFC 4570)Ed Torbett2013-07-192-0/+19
* rtpproto: Check the source IP if one single source has been specifiedMartin Storsjö2013-07-191-1/+57
* rtpproto: Support IGMPv3 source specific multicast inclusionEd Torbett2013-07-191-4/+11
* compat: Add missing license boilerplatesDiego Biurrun2013-07-182-2/+38
* Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun2013-07-184-10/+14
* avserver: Remove unused loadable module supportMartin Storsjö2013-07-182-41/+1
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-1834-237/+235
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-1710-14/+17
* pthread: Rename thread_init to avoid symbol collisionSean McGovern2013-07-172-4/+4
* lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö2013-07-151-0/+3
* mov: Do not allow updating the time scale after it has been setMartin Storsjö2013-07-151-0/+5
* mov: Seek back if overreading an individual atomMartin Storsjö2013-07-151-0/+6
* ac3dec: Don't consume more data than the actual input packet sizeMartin Storsjö2013-07-151-1/+1
* indeo: Reject impossible FRAMETYPE_NULLLuca Barbato2013-07-151-0/+8
* indeo: Do not reference mismatched tilesLuca Barbato2013-07-151-0/+2
* indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato2013-07-153-2/+8
* indeo5: return proper error codesLuca Barbato2013-07-151-24/+30
OpenPOWER on IntegriCloud