Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-23avcodec/h264: Partially decode and display single fields try #2Michael Niedermayer
This like the previous attempt does not fully correctly decode this type of non standard H.264, but it now works fully automatic requiring no manual filters or flags to be used See Ticket2254 Reviewed-by: Kieran Kunhya <kierank@obe.tv> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-22libx265: Pass through user-set frame typeDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-01-22avcodec/mpegvideo: also export 0,0 motion vectorsMichael Niedermayer
Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-22lavc/pnm: Support decoding ya16.Carl Eugen Hoyos
2015-01-22lavc/pamenc: Support encoding ya16be.Carl Eugen Hoyos
2015-01-22lavc/tiffenc: Support encoding ya16le.Carl Eugen Hoyos
2015-01-22lavc/pngenc: Support encoding ya16be.Carl Eugen Hoyos
2015-01-21avcodec/nvenc: set repeatSPSPPS flag for streamingagathah
Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-21libavcodec/ppc/mpegvideoencdsp.c: fix stack smashing in pix_norm1_altivec() ↵Andreas Cadhalpun
and pix_sum_altivec() The vec_ste calls were mistakenly changed to vec_vsx_st in c5ca76a, which caused stack smashing. Changing them back fixes crashes on ppc64el, when configured with --toolchain=hardened. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-20Merge commit '440119b18836887d98c9e337c5911563bb43588c'Michael Niedermayer
* commit '440119b18836887d98c9e337c5911563bb43588c': libopenh264enc: Move a declaration of a variable into an ifdef Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-20Merge commit 'bba02479260d0e7dec8c530a7e75a1c7aa53c06e'Michael Niedermayer
* commit 'bba02479260d0e7dec8c530a7e75a1c7aa53c06e': libopenh264enc: Remove a workaround for silencing warnings about unused variables in the OpenH264 header Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-20libopenh264enc: Move a declaration of a variable into an ifdefMartin Storsjö
This avoids needing an attribute for silencing warnings about it being unused. Signed-off-by: Martin Storsjö <martin@martin.st>
2015-01-20libopenh264enc: Remove a workaround for silencing warnings about unused ↵Martin Storsjö
variables in the OpenH264 header The 1.3 release branch of OpenH264 (as well as the master branch) have been updated so that GCC no longer warns about this variable as being unused. Signed-off-by: Martin Storsjö <martin@martin.st>
2015-01-20changed name of erase_display_memory to screen_changedAnshul Maheshwari
Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-20Initilaize array to known sizeAnshul Maheshwari
Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-20CHAR_DEBUG to av_dlogAnshul Maheshwari
Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-20Cosmetic changes in cc_captionAnshul Maheshwari
Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-20Revert "avcodec/h264: also show frames with missing fields when ↵Michael Niedermayer
CODEC_FLAG2_SHOW_ALL is set" Fixes regression Fixes Ticket4274 Suggested-by: kierank This reverts commit fe439c20698fc4992b9373cb068efb438fe1a098.
2015-01-20avcodec/snowdec: AVMotionVector supportMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-20avcodec/snowdec: set AVFrame.pict_type correctlyMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-19h264: unref leaking error recovery picturewm4
This leaked a frame on each avcodec_flush_buffers() call, if frame threading was enabled. It caused severe memory usage in player if you were seeking a lot. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-19avcodec/xsubdec: Check av_mallocz() return codesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-19avcodec/xan: Use av_realloc_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-18avcodec/svq1enc: fix error handling/cleanup in case of ff_get_buffer() or ↵Michael Niedermayer
scratchbuffer alloc failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-18avcodec/svq1enc: Check memory allocationsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-18avcodec/mpegvideo_parser: Check the ff_set_dimensions() return codeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-18avcodec/mpegvideo_parser: more robust dimension setupMichael Niedermayer
Before this missing seq headers could have led to wrong dimensions Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-18avcodec/vp8: remove double ;;Clément Bœsch
2015-01-18avcodec/tiffenc: remove double ;;Clément Bœsch
2015-01-17avcodec/nvenc: Add support for nvenc api version 5Timo Rothenpieler
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-17avcodec/dvbsubdec: Check get_region() return valueMichael Niedermayer
Fixes null pointer dereference with DEBUG enabled Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-17avcodec/mss12: Use av_malloc_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-17avcodec/libopusenc: Use av_mallocz_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-17avcodec/libmp3lame: use av_malloc_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-17avcodec/flac_parser: fix handling EOF if no headers are foundMichael Niedermayer
Fixes assertion failure Fixes Ticket4269 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-17avcodec/flac_parser: print error messages in case of errorsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-17Fix precission typosMichael Niedermayer
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-16avcodec/g2meet: Use av_mallocz_array() for framebuffer allocationMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-16avcodec/g722enc: Use av_mallocz_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-16avcodec/flashsv2enc: use av_realloc_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-15avcodec/parser: Check that the parser return code is validMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-15avcodec/flac_parser: Check for av_malloc() failureMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-15avcodec/flac_parser: Use sizeof(variable) instead of sizeof(type)Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-15avcodec/nvenc: fix b frame settingsagathah
Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-15Merge commit 'def69553e745e007925147b2e7e4b32c57d08fdf'Michael Niedermayer
* commit 'def69553e745e007925147b2e7e4b32c57d08fdf': h264_cabac: Break infinite loops Conflicts: libavcodec/h264_cabac.c See: cdf0877bc341684c56ac1fe057397adbadf329ee Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-15Merge commit '8a9641a652ed1546fedfda22584f79d3d423096e'Michael Niedermayer
* commit '8a9641a652ed1546fedfda22584f79d3d423096e': bsf: check memory allocations Conflicts: libavcodec/noise_bsf.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-15Merge commit '014b6b416fec89777cb9cff61bcf7896eaf7cf39'Michael Niedermayer
* commit '014b6b416fec89777cb9cff61bcf7896eaf7cf39': vp8: improve memory allocation checks Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-15h264_cabac: Break infinite loopsMichael Niedermayer
This fixes out of array reads and/or infinite loops. 30 is the maximum number of bits that can be read into coeff_abs below. CC: libav-stable@libav.org Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Martin Storsjö <martin@martin.st>
2015-01-15Merge commit 'f86f39cb9b1fcd063d5e4812132a75c06cc7acd2'Michael Niedermayer
* commit 'f86f39cb9b1fcd063d5e4812132a75c06cc7acd2': tiff: support decoding GBRP and GBRAP formats Conflicts: libavcodec/tiff.c See: 379ad9788b80e05c0379adc49b26704dfd27d564 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-15Merge commit '9a4aaae3b29392b6d74997e06be249d7d54a7394'Michael Niedermayer
* commit '9a4aaae3b29392b6d74997e06be249d7d54a7394': lavc: add GBRAP to avcodec_align_dimensions2 See: 5c057433ccd32f37ddc828d3f82c5b1ad7d3e3db Merged-by: Michael Niedermayer <michaelni@gmx.at>