summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | ffmpeg_filter: Do not override the dimensions in sub2video_prepare()Michael Niedermayer2015-08-151-2/+2
| | | | | | | | | | | | Fixes ticket4744 part1 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/flashsvenc: Correct max dimension in error messageMichael Niedermayer2015-08-151-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/svq1enc: Check dimensionsMichael Niedermayer2015-08-151-0/+5
| | | | | | | | | | | | Fixes assertion failure Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | movtextdec: Add support for automatic text wrappingNiklesh2015-08-141-1/+24
| | | | | | | | | | | | | | | | | | | | | | The value of wrap_flag in the Text Wrap Box specifies if the text is to be wrapped or not. Uses 'end of line wrap' amongst the wrap styles supported by ASS if the text is to be wrapped, i.e; fill as much text in a line as possible, then break to next line. The 3GPP spec has no provision for smart wrapping. Signed-off-by: Niklesh <niklesh.lalwani@iitb.ac.in>
* | examples/avio_list_dir: add move and delete methodsMariusz Szczepańczyk2015-08-151-16/+76
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/avf_avectorscope: add polar modePaul B Mahol2015-08-142-2/+25
| |
* | avcodec/qsvenc: Set MaxKpbs to rc_max_rate for CBR and VBR (bitrate is equal ↵Sven Dueking2015-08-141-1/+1
| | | | | | | | | | | | to rc_max_rate for CBR) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | mxfdec: set AVFMT_SEEK_TO_PTS demuxer flagMarton Balint2015-08-141-0/+1
| | | | | | | | | | | | Since 53f2ef2c4afb1d49a679dea9163cb0e4671f3117 seeking is done using PTS. Signed-off-by: Marton Balint <cus@passwd.hu>
* | avcodec/faxcompr: negate uncompressed runsMichael Niedermayer2015-08-141-1/+1
| | | | | | | | | | | | | | Fixes remaining part of Ticket700 Found-by: ami_stuff Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/faxcompr: Factor decode_uncompressed() outMichael Niedermayer2015-08-141-127/+85
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavf/mpegts: apply misc option description fixesStefano Sabatini2015-08-141-8/+8
| | | | | | | | Use impersonal form, drop capitalization and ending dot.
* | doc/demuxers/mpegts: apply a minor grammar fix to option descriptionStefano Sabatini2015-08-141-1/+1
| | | | | | | | Consistently use impersonal form.
* | doc/demuxers/mpegts: update documentationStefano Sabatini2015-08-141-0/+13
| | | | | | | | | | | | The description is yet crappy, it merely copies the description of the added and undocumented options and their value range. More descriptive documentation is welcome.
* | ffmpeg_opt: Prefer audio streams with packetsMichael Niedermayer2015-08-141-3/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/rmdec: MLTI with multiple MDPR supportMichael Niedermayer2015-08-141-8/+38
| | | | | | | | | | | | Fixes Ticket4496 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/rmdec: Move MLTI handling out of ff_rm_read_mdpr_codecdata()Michael Niedermayer2015-08-141-15/+22
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavf/ftp: implement NLST methodMariusz Szczepańczyk2015-08-141-14/+81
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/developer: Suggest everyone to help with patch reviewsMichael Niedermayer2015-08-131-0/+4
| | | | | | | | | | | | | | Reviewed-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: compn <tempn@mi.rr.com> Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | crypto_bench: add support for ripemd-128James Almer2015-08-131-0/+4
| | | | | | | | | | Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: James Almer <jamrial@gmail.com>
* | crypto_bench: add support for xteaJames Almer2015-08-131-0/+24
| | | | | | | | | | Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: James Almer <jamrial@gmail.com>
* | crypto_bench: add support for rc4James Almer2015-08-131-0/+24
| | | | | | | | | | Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: James Almer <jamrial@gmail.com>
* | crypto_bench: add support for blowfishJames Almer2015-08-131-0/+45
| | | | | | | | | | Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: James Almer <jamrial@gmail.com>
* | avcodec/tiff: Support uncompressed G3 CCITT faxMichael Niedermayer2015-08-131-5/+1
| | | | | | | | | | | | Fixes part of Ticket700 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/faxcompr: Support uncompressed escapes in decode_group3_1d_line()Michael Niedermayer2015-08-131-2/+71
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/tiff: Support uncompressed G4 CCITT faxMichael Niedermayer2015-08-131-1/+1
| | | | | | | | | | | | Fixes part of ticket700 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/faxcompr: Support cmode == 9 && xxx == 7Michael Niedermayer2015-08-131-2/+72
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/faxcompr: Print the unsupported mode numberMichael Niedermayer2015-08-131-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/wavdec: Detect wrongly interpreted specification about the sample ↵Michael Niedermayer2015-08-131-0/+9
| | | | | | | | | | | | | | | | value in the fact chunk Fixes Ticket703 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/wavdec: Do not discard sample_count due to roundingMichael Niedermayer2015-08-131-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/tls_gnutls: correct version detection for certificate supportGanesh Ajjanagadde2015-08-131-1/+1
| | | | | | | | | | | | | | Fixes Ticket3748 Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/dvbsubdec: Print field lens in case they are too lergeMichael Niedermayer2015-08-131-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avisynth: fix setting stream timebaseMarton Balint2015-08-131-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Stream timebase should be set using avpriv_set_pts_info, otherwise avctx->pkt_timebase is not correct. This should fix ticket #4766. Patch is only compile tested. Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Stephen Hutchinson <qyot27@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | movtextdec: Use default style information from movtext headerNiklesh2015-08-123-10/+84
| | | | | | | | | | | | | | | | As suggested, posting the combined patch with the fate changes. The patch sets the default style in ASS from the default style information present in the movtext header. Signed-off-by: Niklesh <niklesh.lalwani@iitb.ac.in>
* | avcodec/mpeg12dec: Check chroma_formatMichael Niedermayer2015-08-121-0/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/avidec: Simplify dshow_block_align based special case detectionMichael Niedermayer2015-08-121-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter: add aphasemeter filterPaul B Mahol2015-08-127-1/+278
| |
* | avformat: Move MAX_PROBE_PACKETS to internal.hMichael Niedermayer2015-08-122-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'ab43beefab9147673e09679e04be08431684a5db'Hendrik Leppkes2015-08-120-0/+0
|\ \ | |/ | | | | | | | | | | | | | | * commit 'ab43beefab9147673e09679e04be08431684a5db': x86inc: Drop SECTION_TEXT macro See f0b7882ceb791ff32267ad97bd21a09e9cbf83d5 Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-1119-30/+18
| | | | | | | | | | | | | | The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '1c6bb813284732d9a1acacfe99522d9f66ebf73e'Hendrik Leppkes2015-08-120-0/+0
|\ \ | |/ | | | | | | | | | | | | | | * commit '1c6bb813284732d9a1acacfe99522d9f66ebf73e': x86inc: Disable vpbroadcastq workaround in newer yasm versions See f151fbd9e58c7af6535efb342d868bf803afef34 Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-111-9/+11
| | | | | | | | | | | | The bug was fixed in 1.3.0, so only perform the workaround in earlier versions. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'f5e486f6f8c242bb2be01ad3ae952b5733ba1113'Hendrik Leppkes2015-08-120-0/+0
|\ \ | |/ | | | | | | | | | | | | | | * commit 'f5e486f6f8c242bb2be01ad3ae952b5733ba1113': x86inc: Fix instantiation of YMM registers See e93d3a22cb53bd88f551c1ad05cf3db3d453a396 Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * x86inc: Fix instantiation of YMM registersChristophe Gisquet2015-08-111-1/+1
| | | | | | | | | | Signed-off-by: Henrik Gramner <henrik@gramner.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'b114d28a18050b5ebd22fc067332e5487243889c'Hendrik Leppkes2015-08-120-0/+0
|\ \ | |/ | | | | | | | | | | | | | | * commit 'b114d28a18050b5ebd22fc067332e5487243889c': x86inc: warn when instructions incompatible with current cpuflags are used See a1684311b3de0766932c42b1ffdd59823d786bc2 Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov2015-08-111-288/+299
| | | | | | | | | | Signed-off-by: Henrik Gramner <henrik@gramner.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '9f1245eb9620a70feaa00ba745c6c7a56a839556'Hendrik Leppkes2015-08-120-0/+0
|\ \ | |/ | | | | | | | | | | | | | | * commit '9f1245eb9620a70feaa00ba745c6c7a56a839556': x86inc: Support arbitrary stack alignments See 826790f59640a84813e8dd81c2bba559516f8e4d Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-112-24/+42
| | | | | | | | | | | | | | | | Change ALLOC_STACK to always align the stack before allocating stack space for consistency. Previously alignment would occur either before or after allocating stack space depending on whether manual alignment was required or not. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '8c75ba55a4367c854b577c849ea2195bd78c4c81'Hendrik Leppkes2015-08-120-0/+0
|\ \ | |/ | | | | | | | | | | | | | | * commit '8c75ba55a4367c854b577c849ea2195bd78c4c81': x86inc: warn if XOP integer FMA instruction emulation is impossible See 8db0f71b49a360dd64ae482fa4244db055f117eb Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-111-2/+5
| | | | | | | | | | | | | | | | | | | | | | Emulation requires a temporary register if arguments 1 and 4 are the same; this doesn't obey the semantics of the original instruction, so we can't emulate that in x86inc. Also add pmacsdql emulation. Signed-off-by: Henrik Gramner <henrik@gramner.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '8f4a06faf45c1cbcabec610f4b47824171379934'Hendrik Leppkes2015-08-120-0/+0
|\ \ | |/ | | | | | | | | | | | | | | * commit '8f4a06faf45c1cbcabec610f4b47824171379934': checkasm: Remove unnecessary include See 5e8e121fccc247942a42b609f1e32060950c1a65 Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
OpenPOWER on IntegriCloud