summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc/APIchanges: fill in and correct some valuesMichael Niedermayer2015-01-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/APIchanges: Add av_find_best_pix_fmt_of_2() and av_get_pix_fmt_loss()Michael Niedermayer2015-01-21
| | | | | | | also add deprecation note for avcodec_get_pix_fmt_loss(), avcodec_find_best_pix_fmt_of_2() Found-by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/nvenc: set repeatSPSPPS flag for streamingagathah2015-01-21
| | | | | Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: fix memleaks on errorsMichael Niedermayer2015-01-21
| | | | | | Found-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavcodec/ppc/mpegvideoencdsp.c: fix stack smashing in pix_norm1_altivec() ↵Andreas Cadhalpun2015-01-21
| | | | | | | | | | | | 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>
* Merge commit '440119b18836887d98c9e337c5911563bb43588c'Michael Niedermayer2015-01-20
|\ | | | | | | | | | | | | * commit '440119b18836887d98c9e337c5911563bb43588c': libopenh264enc: Move a declaration of a variable into an ifdef Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libopenh264enc: Move a declaration of a variable into an ifdefMartin Storsjö2015-01-20
| | | | | | | | | | | | | | This avoids needing an attribute for silencing warnings about it being unused. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'bba02479260d0e7dec8c530a7e75a1c7aa53c06e'Michael Niedermayer2015-01-20
|\| | | | | | | | | | | | | * commit 'bba02479260d0e7dec8c530a7e75a1c7aa53c06e': libopenh264enc: Remove a workaround for silencing warnings about unused variables in the OpenH264 header Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libopenh264enc: Remove a workaround for silencing warnings about unused ↵Martin Storsjö2015-01-20
| | | | | | | | | | | | | | | | | | | | 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>
* | Merge commit 'ea3fc9fe68752eb1b9078b28bea18a1e781d1c2c'Michael Niedermayer2015-01-20
|\| | | | | | | | | | | | | | | * commit 'ea3fc9fe68752eb1b9078b28bea18a1e781d1c2c': smoothstreamingenc: Add a missing "goto fail" See: f2e12f8942e5434df3d0f41851a1560fc4663dae Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer2015-01-19
| | | | | | | | | | | | | | | | This goto wasn't necessary originally, but it should have been added when the write_manifest call was added in 8e276378. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
* | avfilter/af_join: swap av_mallocz_array() args for consistency with the ↵Paul B Mahol2015-01-20
| | | | | | | | | | | | prototype Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_join: Use av_mallocz_array()Paul B Mahol2015-01-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_ashowinfo: Use av_realloc_array()Michael Niedermayer2015-01-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avdevice/alsa-audio-common: Use *alloc_array()Michael Niedermayer2015-01-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fix Makefile: remove ilpackPaul B Mahol2015-01-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: remove mp=ilpackPaul B Mahol2015-01-20
| | | | | | | | | | | | | | Filter does not work, asserts here. scale=interl=1,format=yuv422p should be used instead. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | changed name of erase_display_memory to screen_changedAnshul Maheshwari2015-01-20
| | | | | | | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Initilaize array to known sizeAnshul Maheshwari2015-01-20
| | | | | | | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | CHAR_DEBUG to av_dlogAnshul Maheshwari2015-01-20
| | | | | | | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Cosmetic changes in cc_captionAnshul Maheshwari2015-01-20
| | | | | | | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Revert "avcodec/h264: also show frames with missing fields when ↵Michael Niedermayer2015-01-20
| | | | | | | | | | | | | | | | | | | | | | CODEC_FLAG2_SHOW_ALL is set" Fixes regression Fixes Ticket4274 Suggested-by: kierank This reverts commit fe439c20698fc4992b9373cb068efb438fe1a098.
* | avcodec/snowdec: AVMotionVector supportMichael Niedermayer2015-01-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/snowdec: set AVFrame.pict_type correctlyMichael Niedermayer2015-01-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_idet: factorize av_frame_free(&idet->prev)Michael Niedermayer2015-01-19
| | | | | | | | | | Found-by: Pascal Massimino <pascal.massimino@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: unref leaking error recovery picturewm42015-01-19
| | | | | | | | | | | | | | | | 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>
* | avcodec/xsubdec: Check av_mallocz() return codesMichael Niedermayer2015-01-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/xan: Use av_realloc_array()Michael Niedermayer2015-01-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/avfilter: allow idet like scale to have parameter changesMichael Niedermayer2015-01-19
| | | | | | | | | | | | Fixes assertion failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_idet: flush internal buffers on parameter changesMichael Niedermayer2015-01-19
| | | | | | | | | | | | This is needed to auto insert the filter by default Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_idet: reduce noisyness if the filter has been auto insertedMichael Niedermayer2015-01-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: Reduce noisiness of frame clipping in rate convertionMichael Niedermayer2015-01-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: Favor filter graph based duration over ost->frame_rate in fps codeMichael Niedermayer2015-01-19
| | | | | | | | | | | | The fate change adds a last frame with a subtitle not displayed in the previous Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avdevice/openal-dec: Check the return code of av_new_packet()Michael Niedermayer2015-01-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavformat/mxfdec.c: support demuxing opatom audio without indexMark Reid2015-01-18
| | | | | | | | | | Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/svq1enc: fix error handling/cleanup in case of ff_get_buffer() or ↵Michael Niedermayer2015-01-18
| | | | | | | | | | | | scratchbuffer alloc failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/svq1enc: Check memory allocationsMichael Niedermayer2015-01-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/rmdec: Check the return value of av_get_packet()Michael Niedermayer2015-01-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/nsvdec: Check the return value of av_get_packet()Michael Niedermayer2015-01-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/showcqt: add gamma2 optionMuhammad Faiz2015-01-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpegvideo_parser: Check the ff_set_dimensions() return codeMichael Niedermayer2015-01-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpegvideo_parser: more robust dimension setupMichael Niedermayer2015-01-18
| | | | | | | | | | | | Before this missing seq headers could have led to wrong dimensions Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/sbgdec: remove double ;;Clément Bœsch2015-01-18
| |
* | avdevice/pulse_audio_dec: remove double ;;Clément Bœsch2015-01-18
| |
* | avcodec/vp8: remove double ;;Clément Bœsch2015-01-18
| |
* | avcodec/tiffenc: remove double ;;Clément Bœsch2015-01-18
| |
* | avformat/asfdec: Check the av_get_packet() return valueMichael Niedermayer2015-01-17
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/rtpdec_hevc: Fix 2 "may be used uninitialized in this function" ↵Michael Niedermayer2015-01-17
| | | | | | | | | | | | warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/nvenc: Add support for nvenc api version 5Timo Rothenpieler2015-01-17
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/dvbsubdec: Check get_region() return valueMichael Niedermayer2015-01-17
| | | | | | | | | | | | Fixes null pointer dereference with DEBUG enabled Signed-off-by: Michael Niedermayer <michaelni@gmx.at>