summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-12-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_uspp: Add grayscale supportMichael Niedermayer2014-12-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_uspp: assert that the qp_type is validMichael Niedermayer2014-12-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: add FFREPORT exampleLou Logan2014-12-12
| | | | | | And fix a few nits. Signed-off-by: Lou Logan <lou@lrcd.com>
* lavu/dict: check for malloc failureswm42014-12-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/utils: check for malloc failurewm42014-12-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc/avpacket: check for malloc failurewm42014-12-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Delete mp=usppArwa Arif2014-12-12
|
* avfilter/vf_spp: The qp array width is qp_stride not stride/16Michael Niedermayer2014-12-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_spp: Allocate qp storage after qp_stride is knownMichael Niedermayer2014-12-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_spp: change temporary to unsignedMichael Niedermayer2014-12-12
| | | | | | | More consistent with uspp and allows for future 10bit support Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_uspp: fix integer overflow in intermediateMichael Niedermayer2014-12-12
| | | | | | Fixes Ticket3596 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_uspp: remove YUV 411/422/440Michael Niedermayer2014-12-12
| | | | | | snow doesnt support 422/411/440 currently, so these do not work yet Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_uspp: use the average QP instead of QP[0]Michael Niedermayer2014-12-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_uspp: The qp array width is qp_stride not stride/16Michael Niedermayer2014-12-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_uspp: Allocate qp storage after qp_stride is knownMichael Niedermayer2014-12-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/version: bump for usppMichael Niedermayer2014-12-12
| | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* LICENSE: mention that uspp is GPLClément Bœsch2014-12-12
|
* build: add forgotten avcodec dependency in usppClément Bœsch2014-12-12
|
* avfilter/uspp: use AVFILTER_DEFINE_CLASS()Clément Bœsch2014-12-12
|
* avfilter/uspp: make src const in store_slice_c()Clément Bœsch2014-12-12
|
* avfilter/uspp: misc style fixesClément Bœsch2014-12-12
|
* lavfi: USPP FilterArwa Arif2014-12-12
| | | | | Previous version reviewed by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/mov: Disable XMP metadata by defaultMichael Niedermayer2014-12-11
| | | | | | | | | This was suggested by cbsrobot, ubitux and koda There are files with huge amounts of XMP data, which would otherwise be displayed in the terminal output of FFmpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/libutvideoenc: Check avpicture_get_size() return codeMichael Niedermayer2014-12-11
| | | | | | | Fixes CID1257656 Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/libutvideoenc: fix leak of info array on errorMichael Niedermayer2014-12-11
| | | | | | | Fixes CID1257657 Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* compat/avisynth/avxsynth_c: Clear all unused fields in returned structsMichael Niedermayer2014-12-11
| | | | | | Fixes: CID1257658 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/avidec: Do not fail for crazy start timesGabor Nagy2014-12-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/libxavs: fix division by 0 bitrateMichael Niedermayer2014-12-11
| | | | | | Fixes CID1257655 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/x86/hevc_mc: fix sse register countsMichael Niedermayer2014-12-11
| | | | | | | | These fix failures of --enable-xmm-clobber-test It would be better to change the code to use fewer registers, but until someone does the used register count must not be too small Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* configure: do not allow nvenc to be build on cygwin to avoid _WIN32 ↵Michael Niedermayer2014-12-11
| | | | | | | | definition hack Suggested-by: James Almer <jamrial@gmail.com> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/hevc: Silence "warning: ref0/1 may be used uninitialized in this ↵Michael Niedermayer2014-12-11
| | | | | | | | function" Also make code more robust by initializing the pointers to NULL Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: add loglevel numerical valuesLou Logan2014-12-10
| | | | | | Useful for setting FFREPORT log level. Signed-off-by: Lou Logan <lou@lrcd.com>
* Merge commit 'e737a4aaafcb1d761b7f96043c2f83ce742c64ae'Michael Niedermayer2014-12-11
|\ | | | | | | | | | | | | | | | | | | | | * commit 'e737a4aaafcb1d761b7f96043c2f83ce742c64ae': dashenc: Change the duration fields to 64 bit Conflicts: libavformat/dashenc.c See: e65849a70bfb401306038d41ebd8b5750deb3cfd Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dashenc: Change the duration fields to 64 bitMartin Storsjö2014-12-10
| | | | | | | | | | | | | | | | For the last_duration field, it's mostly theoretical, but the total_duration field more probably may need to actually be 64 bit. Bug-Id: CID 1254944 Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'c7921a480467876ece06566e0efd8f6bce9d1903'Michael Niedermayer2014-12-11
|\| | | | | | | | | | | | | * commit 'c7921a480467876ece06566e0efd8f6bce9d1903': libfdk-aacdec: Fix a boundary check Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libfdk-aacdec: Fix a boundary checkMartin Storsjö2014-12-10
| | | | | | | | | | | | | | | | | | This avoids potential out of bounds writes, with potential future versions of the library. Bug-Id: CID 1254945 CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
* | avcodec: Add NVENC encoderTimo Rothenpieler2014-12-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/hlsenc: added segment file deletionChristian Suloway2014-12-10
| | | | | | | | | | | | | | | | | | This option flag deletes segment files removed from the playlist after a period of time equal to the duration of the segment plus the duration of the playlist. Signed-off-by: Christian Suloway <csuloway@globaleagleent.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/hevc_refs: fix potential use of uninitialized min_idxMichael Niedermayer2014-12-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/yuv4mpegdec: fix "warning: field_order may be used uninitialized in ↵Michael Niedermayer2014-12-10
| | | | | | | | | | | | this function" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/flvdec: fix potential use of uninitialized variablesMichael Niedermayer2014-12-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_perspective: add av_assert0() to help gcc see that there are no ↵Michael Niedermayer2014-12-10
| | | | | | | | | | | | uninitialized variables Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '2c3f29c4894ee50635b846f202296ad79a7c0d33'Michael Niedermayer2014-12-10
|\| | | | | | | | | | | | | | | | | | | | | * commit '2c3f29c4894ee50635b846f202296ad79a7c0d33': xcbgrab: Support empty filename string correctly Conflicts: libavdevice/xcbgrab.c See: 62eca2f827d441f52125191fd78c96b67a7ba30c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * xcbgrab: Support empty filename string correctlyLuca Barbato2014-12-10
| | | | | | | | | | Bug-Id: CID 1254664 CC: libav-stable@libav.org
* | avcodec/x86/hevc_mc: remove dead branch from EPEL_FILTERMichael Niedermayer2014-12-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/avidec: Increase dshow_block_align use threshold by 1Gabor Nagy2014-12-10
| | | | | | | | | | | | Fixes 00.avi Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'fa8934d6d6a0bb290010bdf16265c40b331d56fb'Michael Niedermayer2014-12-10
|\| | | | | | | | | | | | | * commit 'fa8934d6d6a0bb290010bdf16265c40b331d56fb': dashenc: log file output progress in verbose mode Merged-by: Michael Niedermayer <michaelni@gmx.at>