summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | movtextdec.c: Add support for fontsizeNiklesh2015-07-26
| | | | | | | | | | | | | | | | Add support for fontsize in style records. The patch uses reset to directly change back to default style instead of using closing tags, since we are not handling the default styles right now. Signed-off-by: Niklesh <niklesh.lalwani@iitb.ac.in>
* | avcodec/nvenc: 2-pass mode works even with non-low latency presets nowWereCatf2015-07-26
| | | | | | | | | | | | Github: Closes #140 Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* | avcodec/avrndec: Fix croppingMichael Niedermayer2015-07-26
| | | | | | | | | | | | | | | | | | This also switches to using a separate AVCodecContext for the inner mjpeg decoder which is cleaner and avoids fields from being overwritten with wrong values Fixes Ticket162 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/dvbsubdec: Compute default CLUT based on bitmap analysisMichael Niedermayer2015-07-26
| | | | | | | | | | | | | | | | | | | | | | Fixes displaying subtitles before any CLUT has been received Fixes Ticket153 This will of course not display these initial subtitles in the correct color (as that is not known at that point) but they should look clean and not corrupted Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '4d0d55cd623bcd504867f948849380f6b4060b4d'Michael Niedermayer2015-07-26
|\| | | | | | | | | | | | | | | | | * commit '4d0d55cd623bcd504867f948849380f6b4060b4d': checkasm: Use LOCAL_ALIGNED See: f467fc02b475cd45b68aa5fb5f7c78286110ba86 See: 9e83ac6114de3d94eb992eff8ed810234069a7b2 Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * checkasm: Use LOCAL_ALIGNEDMichael Niedermayer2015-07-26
| | | | | | | | | | | | Fixes alignment issues and bus errors. Signed-off-by: Martin Storsjö <martin@martin.st>
* | swresample/x86: add missing colon to labelsJames Almer2015-07-26
| | | | | | | | | | | | Silences warnings with Nasm Signed-off-by: James Almer <jamrial@gmail.com>
* | x86/float_dsp: add missing colon to labelsJames Almer2015-07-26
| | | | | | | | | | | | Silences warnings with Nasm Signed-off-by: James Almer <jamrial@gmail.com>
* | x86/vf_interlace: add missing colon to labelsJames Almer2015-07-26
| | | | | | | | | | | | Silences warnings with Nasm Signed-off-by: James Almer <jamrial@gmail.com>
* | avcodec/x86: add missing colon to labelsJames Almer2015-07-26
| | | | | | | | | | | | Silences warnings with Nasm Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat/hlsenc: Add WebVtt support in hlsAnshul Maheshwari2015-07-26
| | | | | | | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/texturedsp: fix undefined shiftJames Almer2015-07-26
| | | | | | | | | | | | | | Silences warnings when using -Wshift-overflow (GCC 6+) Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat/ipmovie: Fix late audio detectionMichael Niedermayer2015-07-26
| | | | | | | | | | | | Fixes audio in Ticket117 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/ipmovie: Parse&handle late audio initMichael Niedermayer2015-07-26
| | | | | | | | | | | | | | Fixes Ticket117 Based on problem description by Kostya Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/ipmovie: Factor init_audio() outMichael Niedermayer2015-07-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | libavcodec/qsvdec_h264.c: using "private_spspps_buf" argument for ↵Ivan Uskov2015-07-26
| | | | | | | | | | | | av_bitstream_filter_filter() to avoid failure after decoder re-initialization. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | libavcodec/h264_mp4toannexb_bsf.c: Optional argument "private_spspps_buf" to ↵Ivan Uskov2015-07-26
| | | | | | | | | | | | avoid extradata modification. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '41d47ea85fb4ad9cfb5c2dc808a46bc1d57f3986'Michael Niedermayer2015-07-26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '41d47ea85fb4ad9cfb5c2dc808a46bc1d57f3986': lavc: add Intel libmfx-based HEVC decoder. Conflicts: Changelog configure libavcodec/Makefile libavcodec/allcodecs.c libavcodec/qsvdec.c libavcodec/qsvdec_h2645.c libavcodec/version.h Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * lavc: add Intel libmfx-based HEVC decoder.Anton Khirnov2015-07-25
| |
* | Merge commit 'bf52f773913cf74bdf0d2c8c2cb4473fa1b7801e'Michael Niedermayer2015-07-26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bf52f773913cf74bdf0d2c8c2cb4473fa1b7801e': lavc: add Intel libmfx-based MPEG2 decoder. Conflicts: configure libavcodec/qsvdec_mpeg2.c Some cosmetics merged, rest is related to the removed parser code and thus not merged Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * lavc: add Intel libmfx-based MPEG2 decoder.Anton Khirnov2015-07-25
| |
* | avcodec/nvenc: Delay frame output to increase encoding speedTimo Rothenpieler2015-07-26
| |
* | Merge commit 'f89f78c1c563d98f10ee1d7e1ed67c9f9e03b741'Michael Niedermayer2015-07-26
|\| | | | | | | | | | | | | | | | | | | * commit 'f89f78c1c563d98f10ee1d7e1ed67c9f9e03b741': lavc: add a HEVC mp4->annex B bitstream filter Conflicts: Changelog Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * lavc: add a HEVC mp4->annex B bitstream filterAnton Khirnov2015-07-25
| |
* | Merge commit '96dca089b19bf55293136277f5b081c56146e10e'Michael Niedermayer2015-07-26
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '96dca089b19bf55293136277f5b081c56146e10e': qsvdec: move qsv_process_data() from qsvdec_h264 to the common code Conflicts: libavcodec/qsvdec.c libavcodec/qsvdec_h264.c No change as the parser code has been removed Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * qsvdec: move qsv_process_data() from qsvdec_h264 to the common codeAnton Khirnov2015-07-25
| | | | | | | | It will be shared with the upcoming mpeg2 and hevc decoders.
* | avfilter/Makefile: fix order of framestep filterPaul B Mahol2015-07-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add sidechain compress audio filterPaul B Mahol2015-07-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'fa85fcf2b7d1ab822a59245077b8bb855406d3e9'Michael Niedermayer2015-07-25
|\| | | | | | | | | | | | | * commit 'fa85fcf2b7d1ab822a59245077b8bb855406d3e9': qsvenc_hevc: fix enum declaration Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * qsvenc_hevc: fix enum declarationAnton Khirnov2015-07-25
| | | | | | | | Declare a named enum, not a variable with anonymous enum type.
* | avcodec/nvenc: Remove unused parameterTimo Rothenpieler2015-07-25
| |
* | Merge commit '22522d9c2c69624fe4d81d61ee65a56610f22f1d'Michael Niedermayer2015-07-25
|\| | | | | | | | | | | | | | | | | | | * commit '22522d9c2c69624fe4d81d61ee65a56610f22f1d': qsvdec: fix a memleak of async_fifo Conflicts: libavcodec/qsvdec.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * qsvdec: fix a memleak of async_fifoAnton Khirnov2015-07-25
| | | | | | | | | | init() is called whenever format changes, so current code would leak the fifo in this case.
* | Merge commit 'aa9d15d89bb4ee8a31607d3db1b8c5334eb88d2d'Michael Niedermayer2015-07-25
|\| | | | | | | | | | | | | | | | | | | * commit 'aa9d15d89bb4ee8a31607d3db1b8c5334eb88d2d': qsvdec: avoid an infinite loop with no consumed data and no output Conflicts: libavcodec/qsvdec.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * qsvdec: avoid an infinite loop with no consumed data and no outputAnton Khirnov2015-07-25
| | | | | | | | | | | | This is triggerable with the HEVC decoder. It is unclear yet whether the bug is in the calling code or the MSDK, but it seems better to check for this in any case.
* | avcodec/aacps_fixed_tablegen: change f_center to 64bit to avoid overflowMichael Niedermayer2015-07-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/softfloat: Add a test for av_sincos_sf()Michael Niedermayer2015-07-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec: Add QSV VC-1 video decoder.Ivan Uskov2015-07-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/nutenc: Omit AV_PKT_DATA_QUALITY_STATS when storing side data.Michael Niedermayer2015-07-25
| | | | | | | | | | | | | | This side data does not serve or improve decoding the data, it thus would semantically be metadata and not side data. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec: Add QSV MPEG-2 video decoder.Ivan Uskov2015-07-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/dvdec: only attempt to conceal errors based on STA inconsistencies ↵Michael Niedermayer2015-07-25
| | | | | | | | | | | | | | | | when error_concealment is set This allows the user to disable it in the hypothetical case that STA values are wrong Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/aacps: Fix ;;Michael Niedermayer2015-07-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/aactab: Add ff_aac_eld_window_480_fixedMichael Niedermayer2015-07-25
| | | | | | | | | | | | Fixes pointer type mismatch Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/aactab: Fix rounding of elements in ff_aac_eld_window_512_fixedMichael Niedermayer2015-07-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | swscale/output: Fix "warning: assignment from incompatible pointer type"Michael Niedermayer2015-07-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/async: wake up main thread before exit background threadZhang Rui2015-07-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/async: move more code into locked area in background threadZhang Rui2015-07-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that ↵Michael Niedermayer2015-07-25
| | | | | | | | | | | | | | | | the data is inconsistent Fixes Ticket1589 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functionsShivraj Patil2015-07-24
| | | | | | | | | | | | Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | configure: fix LARGEADDRESSAWARE flag with MSVCHendrik Leppkes2015-07-24
| | | | | | | | | | | | | | Otherwise it would get translated like a library path (-L option), which breaks setting the flag. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>