aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* lavf/applehttp: add log message in case of applehttp_read_header() failureStefano Sabatini2012-06-291-0/+1
| | | | Improve error reporting.
* dca: favor native over ffmpeg in table nameMichael Niedermayer2012-06-291-3/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffplay: avoid useless NULL checks in swr_free()Stefano Sabatini2012-06-291-4/+2
| | | | | swr_free() already checks for nullness, no need to add the check in calling code.
* ffplay: fix wrong reference to function in audio_decode_frame() commentStefano Sabatini2012-06-291-1/+1
| | | | | The comment now references swr_convert(), rather than audio_convert(), which was deprecated and/or dropped.
* avutil: fix project name reference in doxy sectionMichael Niedermayer2012-06-291-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dca: fix project reference in table nameMichael Niedermayer2012-06-291-3/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_ass: fix table name to refer to correct lib.Michael Niedermayer2012-06-291-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* formats.h: fix project reference in commentMichael Niedermayer2012-06-291-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* pixdesc: fix project reference in commentMichael Niedermayer2012-06-291-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Replace Libav with FFmpeg in license headers for files created by mePaul B Mahol2012-06-299-36/+36
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* git-howto: replace confusing and incorrect text about he testsuite by mostly ↵Michael Niedermayer2012-06-291-3/+4
| | | | | | a correct text. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* git-howto: partial rewrite of the push checklist to make it match sanity & ↵Michael Niedermayer2012-06-291-17/+9
| | | | | | reality. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* git-howto: remove inconvenient and odd 24h limit on rsyncMichael Niedermayer2012-06-291-5/+2
| | | | | | This was never true for FFmpeg in this form. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Makefile: remove checkheaders from the main check targetMichael Niedermayer2012-06-291-1/+1
| | | | | | | | | | checkheaders doesnt pass and noone has even noticed since a very long time. checkheaders is also unmaintained (please add yourself to MAINTAINERS if you want to maintain it) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* git-howto: cleanup, remove unreasonable recommendition.Michael Niedermayer2012-06-291-2/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-289-137/+241
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: flv: add support for G.711 doc: git: Add checklist with test steps to perform before pushing flvenc: K&R formatting cosmetics movenc: Add channel layouts for PCM. Conflicts: libavformat/flvenc.c tests/ref/fate/acodec-pcm-s16be tests/ref/fate/acodec-pcm-s24be tests/ref/fate/acodec-pcm-s32be tests/ref/fate/acodec-pcm-s8 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * flv: add support for G.711Damien Fetis2012-06-283-0/+18
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * doc: git: Add checklist with test steps to perform before pushingDiego Biurrun2012-06-281-0/+55
| |
| * flvenc: K&R formatting cosmeticsLuca Barbato2012-06-281-132/+142
| |
| * movenc: Add channel layouts for PCM.Alex Converse2012-06-275-4/+30
| |
* | ffplay: simplify code by using avfilter_unref_bufferp()Stefano Sabatini2012-06-281-9/+3
| |
* | lavfi: deprecate av_buffersrc_buffer() functionStefano Sabatini2012-06-284-1/+10
| | | | | | | | Favor av_buffersrc_add_ref() instead, which is more powerful.
* | Generate channel layout, reordering for DTS-XXCH extension and, undo ↵Nick Brereton2012-06-282-57/+309
| | | | | | | | | | | | | | embedded downmixes Reviewed-by: Benjamin Larsson <benjamin@southpole.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Parse & decode DTS XXCH framesNick Brereton2012-06-281-7/+101
| | | | | | | | | | Reviewed-by: Benjamin Larsson <benjamin@southpole.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: Fix maximum reference count check for non-b framesJeff Downs2012-06-281-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Below fixes the maximum reference count check for second reference list in non-B frames. There is nothing to prohibit full (field sized) reference list in this case as far as I can tell, and this fixes several syntax-test files here (this is a regression caused when this check was made more stringent by http://git.videolan.org/?p=ffmpeg.git;a=commit;h=dc9ce40069bde3d28f8d0b3e5bd733ae255fecb5) Probably a silly corner case seldom seen irl, but thought I'd pass along in case there was interest in correcting the check. --------------- h264: Fix maximum reference count check for non-b frames; full range is technically ok Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: warn that -t does not work with -filter_complex.Nicolas George2012-06-281-0/+3
| |
* | ffmpeg: warn when -t is used for inputs.Nicolas George2012-06-281-2/+8
| | | | | | | | | | | | | | | | | | Using -t on an input already have surprising results. Furthermore, using it on an input or an output makes a real difference if there are speed-altering filters. Implementing -t for inputs will probably result in some behavour changes.
* | sink_buffer: warn when there are too many buffers.Nicolas George2012-06-281-0/+10
| |
* | buffersrc: warn when there are too many buffers.Nicolas George2012-06-281-0/+11
| |
* | lavfi/amerge: silence warningsPaul B Mahol2012-06-281-1/+1
| | | | | | | | | | | | | | | | The warning silenced was: libavfilter/af_amerge.c:144:29: warning: conversion specifies type 'long long' but the argument has type 'int' [-Wformat] The warning was introduced after FF_API_SAMPLERATE64 removal. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | parseutils: fix sorting of colorsPaul B Mahol2012-06-281-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ffmpeg: dont copy creation_time as the destination file is not created at ↵Michael Niedermayer2012-06-281-0/+1
| | | | | | | | | | | | | | | | that time Fixes Ticket1439 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: fix compilation with ancient toolchain that doesnt support SSSE3Michael Niedermayer2012-06-281-1/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | udp: use av_freep() instead of av_free()Michael Niedermayer2012-06-281-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: add proper enum type for fmt ctx duration esitmation methodMichael Bradshaw2012-06-282-7/+14
| | | | | | | | Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-288-30/+184
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mss1: validate number of changeable palette entries mss1: report palette changed when some additional colours were decoded x86: fft: replace call to memcpy by a loop udp: Support IGMPv3 source specific multicast and source blocking dxva2: include dxva.h if found libm: Provide fallback definitions for isnan() and isinf() tcp: Pass NULL as hostname to getaddrinfo if the string is empty tcp: Set AI_PASSIVE when the socket will be used for listening Conflicts: configure libavcodec/mss1.c libavformat/udp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mss1: validate number of changeable palette entriesKostya Shishkov2012-06-271-0/+6
| |
| * mss1: report palette changed when some additional colours were decodedKostya Shishkov2012-06-271-1/+1
| |
| * x86: fft: replace call to memcpy by a loopChristophe Gisquet2012-06-271-25/+12
| | | | | | | | | | | | | | | | | | The function call was a mess to handle, and memcpy cannot make the assumptions we do in the new code. Tested on an IMC sample: 430c -> 370c. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö2012-06-273-1/+127
| | | | | | | | | | | | Based on an original patch by Stephen D'Angelo <SDAngelo@evertz.com>. Signed-off-by: Martin Storsjö <martin@martin.st>
| * dxva2: include dxva.h if foundRonald S. Bultje2012-06-272-0/+9
| | | | | | | | | | | | | | | | Apparently, some build environments require dxva.h even for dxva2, while others lack this header entirely. Including it conditionally allows building in both cases. Signed-off-by: Martin Storsjö <martin@martin.st>
| * libm: Provide fallback definitions for isnan() and isinf()Martin Storsjö2012-06-272-0/+25
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * tcp: Pass NULL as hostname to getaddrinfo if the string is emptyJordi Ortiz2012-06-271-1/+4
| | | | | | | | | | | | | | This gives you the proper v4 or v6 version of the "any address", allowing receiving connections on any address on the machine. Signed-off-by: Martin Storsjö <martin@martin.st>
| * tcp: Set AI_PASSIVE when the socket will be used for listeningJordi Ortiz2012-06-271-0/+2
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | log: change color for filters from blue to bright greenMichael Niedermayer2012-06-281-2/+2
| | | | | | | | | | | | | | The blue is difficult to read on several peoples terminals with black background. Idea-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer2012-06-283-4/+133
| | | | | | | | | | | | about 4 times faster Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | http: try to detect live akamai streams and dont enable seeking for themMichael Niedermayer2012-06-281-1/+5
| | | | | | | | | | | | Fixes ticket1320 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lsp: use av_assertMichael Niedermayer2012-06-281-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lpc: use av_assertMichael Niedermayer2012-06-281-2/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | udp: fix occasional crash on shutdownEric Petit2012-06-271-1/+1
| | | | | | | | | | | | Wait until the thread is down before destroying the fifo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>