summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: fix detection of math functions with 2 parameters.Michael Niedermayer2012-10-24
| | | | | | The code from libav seems to have been entirely untested. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'Michael Niedermayer2012-10-24
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '80521c1997a23e148edf89e11b939ab8646297ca': build: allow targets to specify extra objects to link with executables swscale: avoid pointless use of compound literals libm: add fallbacks for various single-precision functions network: use getservbyport() only if available network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLEN Include sys/time.h before sys/resource.h Conflicts: Makefile configure libavutil/libm.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: allow targets to specify extra objects to link with executablesMans Rullgard2012-10-23
| | | | | | | | | | | | | | This allows targets to include special objects when linking executables without including them in (shared) libraries. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * swscale: avoid pointless use of compound literalsMans Rullgard2012-10-23
| | | | | | | | | | | | Some compilers (e.g. old gcc) have trouble with these. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-23
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * network: use getservbyport() only if availableMans Rullgard2012-10-23
| | | | | | | | | | | | | | The absence of this function will only give a less informative string back from our fallback implementation of getnameinfo(). Signed-off-by: Mans Rullgard <mans@mansr.com>
| * network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLENMans Rullgard2012-10-23
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Include sys/time.h before sys/resource.hMans Rullgard2012-10-23
| | | | | | | | | | | | | | Some systems require sys/time.h being explicitly included before sys/resource.h. The configure check already does this. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | yuv2rgb: fix integer overflow in fill_gv_table()Michael Niedermayer2012-10-24
| | | | | | | | | | Fixes CID703747 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | yuv2rgb: fix integer overflow in fill_tableMichael Niedermayer2012-10-24
| | | | | | | | | | Fixes CID703748 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swscale_unscaled: remove unused variablesMichael Niedermayer2012-10-24
| | | | | | | | | | Fixes CID739472 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified ↵Michael Niedermayer2012-10-24
| | | | | | | | | | | | instead of failing Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegvideo enc: choose VBV buffer size for mpeg1/2 when none is specified ↵Michael Niedermayer2012-10-24
| | | | | | | | | | | | instead of failing Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | examples/decoding_encoding: add and use the decode_write_frame functionStefano Sabatini2012-10-24
| | | | | | | | Allow to factorize code in video_decode_example(), simplify.
* | lavc/utils: fix a few grammar/style nits in log messagesStefano Sabatini2012-10-24
| | | | | | | | | | | | In avcodec_open2(), apply consistent casing and avoid "or" conjunction at the beginning of a sentence, in the messages issued in case of experimental codec usage.
* | lavc/utils: propagate or return meaningful error codes in avcodec_open2()Stefano Sabatini2012-10-24
| |
* | Do not detect mov with maximum score if the atom size is too small.Carl Eugen Hoyos2012-10-23
| | | | | | | | Fixes mpegts-in-mov, ticket #987 / issue 2223.
* | lavd/lavfi: add graph_file optionStefano Sabatini2012-10-23
| | | | | | | | | | | | | | | | Allow to specify a filename where to put the filtergraph description. This is useful to override limitations or glitches of particular shell environments, and allows a level of indirection for specifying filtergraphs.
* | lavfi/sendcmd: move buf init() variable to internal scope where it is usedStefano Sabatini2012-10-23
| |
* | lavfi/sendcmd: release file in case of failed allocationStefano Sabatini2012-10-23
| | | | | | | | Avoid hanging file.
* | x11: Fix x11grab BadCursorIsaac Dooley2012-10-23
| | | | | | | | | | | | | | | | Fixes Ticket1738 Based-on: A fix found in a perl module (http://ffmpeg.org/pipermail/ffmpeg-user/2012-August/008804.html) Reviewed-by: Clemens Fruhwirth <clemens@endorphin.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | pnmdec: use more meaningful error codesPaul B Mahol2012-10-23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf: fix duration estimation for multi program TSMichael Niedermayer2012-10-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: increase retries to guess duration from pts by 1Michael Niedermayer2012-10-23
| | | | | | | | | | | | This fixes finding the duration for one TS file Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | asfdec: ignore stored duration for truncated filesMichael Niedermayer2012-10-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | wtvdec: display warning for encrypted wtv files (instead of 'unsupported ↵Peter Ross2012-10-23
| | | | | | | | | | | | chunk' messages) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-23
|\| | | | | | | | | | | | | | | * qatar/master: fate: check that dependencies actually exist fate: fix ENCMUX macro Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: check that dependencies actually existMans Rullgard2012-10-23
| | | | | | | | | | | | | | This causes make to exit with an error message if a nonexistent dependency is specified rather than silently dropping the test. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: fix ENCMUX macroMans Rullgard2012-10-23
| | | | | | | | | | | | This matches how it is actually being called. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | Merge commit 'ec444c84cfd30ef34a4e7b4ec7ee77d7e5250d25'Michael Niedermayer2012-10-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ec444c84cfd30ef34a4e7b4ec7ee77d7e5250d25': mpegaudiodec: Fix buffer handling on random access mpegaudio: Refactor mp3on4 flush function fate: Add dependencies for audio tests fate: cosmetics: Group idct8x8 test together with all other libavcodec tests fate: More fine-grained dependencies for libavcodec test programs Conflicts: tests/fate/audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpegaudiodec: Fix buffer handling on random accessMichael Niedermayer2012-10-23
| |
| * mpegaudio: Refactor mp3on4 flush functionDiego Biurrun2012-10-23
| |
| * fate: Add dependencies for audio testsDiego Biurrun2012-10-23
| |
| * fate: cosmetics: Group idct8x8 test together with all other libavcodec testsDiego Biurrun2012-10-23
| |
| * fate: More fine-grained dependencies for libavcodec test programsDiego Biurrun2012-10-23
| |
* | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer2012-10-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8b8899ac3233b4f7af83ded0dc032fad8902d714': fate: Declare avcodec/avformat deps in the respective Makefile snippets fate: Add dependencies for WMA and WavPack tests Improve wording and spelling of av_log_missing_feature messages. lavu: remove disabled FF_API_AV_FIFO_PEEK cruft Conflicts: libavcodec/aacsbr.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Declare avcodec/avformat deps in the respective Makefile snippetsDiego Biurrun2012-10-23
| |
| * fate: Add dependencies for WMA and WavPack testsDiego Biurrun2012-10-23
| |
| * Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
| |
| * lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2012-10-23
| |
* | Merge commit 'c692957c4edd119920cd7f2121628dd183589e6a'Michael Niedermayer2012-10-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c692957c4edd119920cd7f2121628dd183589e6a': lavu: remove disabled avoptions cruft lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft Conflicts: libavutil/opt.c libavutil/opt.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: remove disabled avoptions cruftAnton Khirnov2012-10-23
| |
| * lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov2012-10-23
| |
* | Merge commit '468ea9d5b14f92fe61f47f034e67066f65163f5f'Michael Niedermayer2012-10-23
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '468ea9d5b14f92fe61f47f034e67066f65163f5f': Revert "avutil: make some tables visible again" Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility" Conflicts: libavcodec/sqrt_tab.c libavutil/libavutil.v Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Revert "avutil: make some tables visible again"Anton Khirnov2012-10-23
| | | | | | | | | | | | This reverts commit def8c94699877d015154a03d43e2b8f479cd89a0. After the major bump this is no longer necessary.
| * Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI ↵Anton Khirnov2012-10-23
| | | | | | | | | | | | | | | | compatibility" This reverts commit d15c21e5fa3961f10026da1a3080a3aa3cf4cec9. After the major bump this is no longer necessary.
* | Merge commit 'add3a6902ea4d459f36655656a1f8daa409118a7'Michael Niedermayer2012-10-23
|\| | | | | | | | | | | | | | | | | | | * commit 'add3a6902ea4d459f36655656a1f8daa409118a7': lavu: bump major to 52 Conflicts: libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: bump major to 52Anton Khirnov2012-10-23
| | | | | | | | | | | | In addition to the recent tables mess, the AVOption defaults behavior changed, so an old lavc used with a new lavu will get completely messed up defaults.
* | Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a'Michael Niedermayer2012-10-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a': lavu: postpone recent deprecations until the next major bump APIchanges: update lavr bump date avconv: only apply presets when we have an encoder. atrac3: replace a calculation with FFALIGN() atrac3: remove unused ATRAC3Context field, sample_rate atrac3: use sizeof(variable) instead of sizeof(type) atrac3: simplify MDCT window calculation Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: postpone recent deprecations until the next major bumpAnton Khirnov2012-10-23
| |