Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by using | Justin Ruggles | 2011-03-28 | 1 | -17/+17 |
| | | | | exponent reference blocks. | ||||
* | Chronomaster DFA decoder | Kostya Shishkov | 2011-03-28 | 11 | -2/+526 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | framebuffer device demuxer | Stefano Sabatini | 2011-03-28 | 7 | -1/+281 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | cosmetics: fix dashed line length after 070c5d0 | Janne Grunau | 2011-03-28 | 2 | -2/+2 |
| | |||||
* | http: header field names are case insensitive | Tyler | 2011-03-28 | 1 | -7/+7 |
| | | | | | | | | | Amazon S3 sends header field names all lowercase. This is actually acceptable according to the HTTP standard. http://tools.ietf.org/html/rfc2616#section-4.2 Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | ac3enc: Add codec-specific options for writing AC-3 metadata. | Justin Ruggles | 2011-03-27 | 6 | -18/+782 |
| | |||||
* | Remove arrozcru URL from documentation | Ramiro Polla | 2011-03-27 | 2 | -8/+0 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | sndio support for playback and record | Brad | 2011-03-27 | 11 | -2/+403 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | dsputil: allow to skip drawing of top/bottom edges. | Alexander Strange | 2011-03-26 | 5 | -52/+70 |
| | |||||
* | Split fate-psx-str-v3 into a video-only and audio-only test. | Ronald S. Bultje | 2011-03-26 | 3 | -39/+41 |
| | |||||
* | mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom. | Justin Ruggles | 2011-03-25 | 1 | -1/+5 |
| | |||||
* | Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser | Justin Ruggles | 2011-03-25 | 8 | -3/+29 |
| | | | | and decoder, and vice-versa for the AC-3 encoder. | ||||
* | Use audio_service_type to set stream disposition. | Justin Ruggles | 2011-03-25 | 1 | -0/+13 |
| | |||||
* | Add APIchanges entry for audio_service_type. | Justin Ruggles | 2011-03-25 | 1 | -0/+3 |
| | |||||
* | Add audio_service_type field to AVCodecContext for encoding and reporting | Justin Ruggles | 2011-03-25 | 5 | -1/+54 |
| | | | | of the service type in the audio bitstream. | ||||
* | configure: in check_ld, place new -l flags before existing ones | Mans Rullgard | 2011-03-25 | 1 | -1/+1 |
| | | | | | | This fixes some library tests when --as-needed is in effect. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | support @heading, @subheading, @subsubheading, and @subsubsection in | Justin Ruggles | 2011-03-25 | 1 | -2/+4 |
| | | | | texi2pod.pl | ||||
* | doc: update build system documentation | Luca Barbato | 2011-03-25 | 2 | -25/+63 |
| | | | | | | | Split normal build system documentation and the fate one. Document THREADS make variable and provide an introduction to fate. Document DESTDIR make variable and add some generic targets. | ||||
* | aacenc: indentation | Young Han Lee | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | aacenc: fix the side calculation in search_for_ms | Young Han Lee | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | vp8.c: rename EDGE_* to VP8_EDGE_*. | Alexander Strange | 2011-03-24 | 1 | -5/+5 |
| | |||||
* | matroskadec: set default duration for simple block | John Stebbins | 2011-03-25 | 1 | -0/+2 |
| | | | | | | | | | | | When a normal Block is parsed, duration is initialized to AV_NOPTS_VALUE. If it is not changed, then the track's default duration is used. But for SimpleBlock, duration is initialized to 0 instead of AV_NOPTS_VALUE. This is due to the difference in how EBML_NEST vs EBML_PASS are processed. Setting duration to 0 leads eventually to wrongly estimate the frame duration in util.c Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | When building for MinGW32 disable strict ANSI compliancy. | Diego Elio Pettenò | 2011-03-24 | 1 | -0/+1 |
| | | | | | | | | When -std=c99 is used, GCC defines __STRICT_ANSI__ to hide non-ANSI interfaces; on MinGW32, when this macro is defined, some functions that are part of POSIX but not of Windows APIs are disabled, including strcasecmp(). Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | ARM: fix ff_apply_window_int16_neon() prototype | Mans Rullgard | 2011-03-24 | 1 | -1/+1 |
| | | | | | | The length argument should be unsigned. No change in code. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | configure: check for --as-needed support early | Mans Rullgard | 2011-03-24 | 1 | -1/+2 |
| | | | | | | | | This moves the check for --as-needed linker support before all library tests, ensuring consistent behaviour between the checks and the actual link step. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | ARM: NEON optimised apply_window_int16() | Mans Rullgard | 2011-03-24 | 2 | -0/+28 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | ac3enc: NEON optimised shift functions | Mans Rullgard | 2011-03-24 | 2 | -0/+25 |
| | |||||
* | ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min | Mans Rullgard | 2011-03-24 | 5 | -0/+100 |
| | |||||
* | mpeg12.c: fix slice threading for mpeg2 field picture mode. | Ronald S. Bultje | 2011-03-24 | 1 | -1/+13 |
| | | | | Fixes "make THREADS=2 fate-mpeg2-field-enc". | ||||
* | ffmetadec.c: fix compiler warnings. | Ronald S. Bultje | 2011-03-24 | 1 | -2/+2 |
| | |||||
* | configure: Don't explicitly disable ffplay or in/outdevices on dos | Martin Storsjö | 2011-03-24 | 1 | -2/+0 |
| | | | | The normal dependency tracking system disables them just fine. | ||||
* | configure: Remove the explicit disabling of ffserver | Martin Storsjö | 2011-03-24 | 1 | -2/+1 |
| | | | | | It is automatically disabled on both mingw and dos due to the lack of fork. | ||||
* | configure: Add fork as a dependency to ffserver | Martin Storsjö | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | avio: make udp_set_remote_url/get_local_port internal. | Anton Khirnov | 2011-03-23 | 5 | -13/+19 |
| | |||||
* | asfdec: also subtract preroll when reading simple index object | Vladimir Pantelic | 2011-03-23 | 1 | -2/+2 |
| | | | | | | | This was missed when ASF was changed to return timestamps without preroll. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | matroskaenc: remove a variable that's unused after bc17bd9. | Anton Khirnov | 2011-03-23 | 1 | -1/+0 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avio: cosmetics - nicer vertical alignment. | Anton Khirnov | 2011-03-23 | 2 | -2/+2 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Remove unnecessary icc version checks | Mans Rullgard | 2011-03-23 | 3 | -5/+5 |
| | | | | | | | | With unknown attribute warnings disabled, these checks are no longer needed. Removing them improves readability while having no effect on generated code. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Disable 'attribute "foo" ignored' warnings from icc | Mans Rullgard | 2011-03-23 | 1 | -1/+2 |
| | | | | | | | | ICC lies about the version of gcc it emulates, which results in unsupported attributes sometimes being used. The warning is an annoyance and should be disabled. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | rtsp: Don't use a locale dependent format string | Martin Storsjö | 2011-03-23 | 1 | -2/+1 |
| | | | | | | | In this particular case, we aren't ever printing anything else than 0.000 anyway. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Add xd55 codec tag for XDCAM HD422 720p25 CBR files. | Tomas Härdin | 2011-03-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | configure: get libavcodec version from new version.h header | Mans Rullgard | 2011-03-23 | 1 | -1/+1 |
| | | | | | | This fixes shared library versioning after 3dd851c. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | lavc: move the version macros to a new installed header. | Anton Khirnov | 2011-03-22 | 3 | -52/+77 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_config | Anton Khirnov | 2011-03-22 | 1 | -18/+5 |
| | | | | | | | This also fixes broken SBR detection, which produced files with double sample rate since 8ae0fa2. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Do not use format string "%0.3f" for RTSP Range field. | Carl Eugen Hoyos | 2011-03-22 | 1 | -2/+3 |
| | | | | | | The format string was locale-depending. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Add apply_window_int16() to DSPContext with x86-optimized versions and use it | Justin Ruggles | 2011-03-22 | 11 | -36/+210 |
| | | | | in the ac3_fixed encoder. | ||||
* | Document usage of import libraries created by dlltool | Martin Storsjö | 2011-03-23 | 1 | -0/+6 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | configure: Set the correct lib target for arm/wince dlltool | Martin Storsjö | 2011-03-23 | 1 | -1/+1 |
| | | | | | | The correct machine name for dlltool is arm-wince. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | fate: simplify regression-funcs.sh | Luca Barbato | 2011-03-23 | 1 | -8/+4 |
| | | | | Factor ffmpeg calls using run_ffmpeg() | ||||
* | fate: add support for multithread testing | Luca Barbato | 2011-03-23 | 3 | -4/+6 |
| | | | | Add a THREADS variable to fate calls. |