summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avdevice/openal-dec: Check the return code of av_new_packet()Michael Niedermayer2015-01-191-1/+2
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* libavformat/mxfdec.c: support demuxing opatom audio without indexMark Reid2015-01-181-0/+59
| | | | | Reviewed-by: Tomas Härdin <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/svq1enc: fix error handling/cleanup in case of ff_get_buffer() or ↵Michael Niedermayer2015-01-181-5/+11
| | | | | | scratchbuffer alloc failure Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/svq1enc: Check memory allocationsMichael Niedermayer2015-01-181-0/+10
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avformat/rmdec: Check the return value of av_get_packet()Michael Niedermayer2015-01-181-6/+11
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avformat/nsvdec: Check the return value of av_get_packet()Michael Niedermayer2015-01-181-2/+3
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avfilter/showcqt: add gamma2 optionMuhammad Faiz2015-01-182-1/+14
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/mpegvideo_parser: Check the ff_set_dimensions() return codeMichael Niedermayer2015-01-181-2/+6
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/mpegvideo_parser: more robust dimension setupMichael Niedermayer2015-01-181-2/+2
| | | | | | Before this missing seq headers could have led to wrong dimensions Signed-off-by: Michael Niedermayer <[email protected]>
* avformat/sbgdec: remove double ;;Clément Bœsch2015-01-181-1/+1
|
* avdevice/pulse_audio_dec: remove double ;;Clément Bœsch2015-01-181-2/+2
|
* avcodec/vp8: remove double ;;Clément Bœsch2015-01-181-2/+2
|
* avcodec/tiffenc: remove double ;;Clément Bœsch2015-01-181-2/+2
|
* avformat/asfdec: Check the av_get_packet() return valueMichael Niedermayer2015-01-171-1/+6
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avformat/rtpdec_hevc: Fix 2 "may be used uninitialized in this function" ↵Michael Niedermayer2015-01-171-1/+3
| | | | | | warnings Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/nvenc: Add support for nvenc api version 5Timo Rothenpieler2015-01-171-1/+12
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/dvbsubdec: Check get_region() return valueMichael Niedermayer2015-01-171-0/+6
| | | | | | Fixes null pointer dereference with DEBUG enabled Signed-off-by: Michael Niedermayer <[email protected]>
* avformat/nsvdec: Check av_get_packet() return valueMichael Niedermayer2015-01-171-1/+3
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avfilter/vf_frei0r: fix build with DEBUG enabledMichael Niedermayer2015-01-171-3/+3
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avfilter/vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer2015-01-171-0/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/mss12: Use av_malloc_array()Michael Niedermayer2015-01-171-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/libopusenc: Use av_mallocz_array()Michael Niedermayer2015-01-171-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/libmp3lame: use av_malloc_array()Michael Niedermayer2015-01-171-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/flac_parser: fix handling EOF if no headers are foundMichael Niedermayer2015-01-171-1/+1
| | | | | | | Fixes assertion failure Fixes Ticket4269 Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/flac_parser: print error messages in case of errorsMichael Niedermayer2015-01-171-1/+6
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* Fix precission typosMichael Niedermayer2015-01-162-2/+2
| | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <[email protected]>
* avfilter/vf_framepack: Check and update frame_rateMichael Niedermayer2015-01-162-14/+25
| | | | | | | The frame_rate update was missing leaving the output frame rate wrong. Signed-off-by: Michael Niedermayer <[email protected]>
* ffmpeg: Use filter graph output frame rate also for frame duration estimationMichael Niedermayer2015-01-161-0/+8
| | | | | | | | Previously the duration was sometimes wrong, this addition limits the value and improves which frames are choosen when reducing the frame rate Signed-off-by: Michael Niedermayer <[email protected]>
* ffmpeg: Maintain higher precision pts between video filter and fps codeMichael Niedermayer2015-01-162-11/+23
| | | | | | | | | | | | This is a bit ugly as it attempts to keep most of the computation in integers before the double based fps code. The use of integers is to reduce the chances of rounding differences between platforms Previously the timestamp was rounded to the encoder timebase before being converted back to double precision which could cause loss of precision Signed-off-by: Michael Niedermayer <[email protected]>
* ffmpeg: drop redundant frame_pts valueMichael Niedermayer2015-01-161-5/+2
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* Merge commit '3941df546276b190cc9362fd093e6721e8e52f50'Michael Niedermayer2015-01-161-1/+1
|\ | | | | | | | | | | | | * commit '3941df546276b190cc9362fd093e6721e8e52f50': aea: Return proper error code on invalid header Merged-by: Michael Niedermayer <[email protected]>
| * aea: Return proper error code on invalid headerNidhi Makhijani2015-01-161-1/+1
| |
* | Merge commit '2df7277711cbe3ca5415ff8e31228dcffa309211'Michael Niedermayer2015-01-160-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2df7277711cbe3ca5415ff8e31228dcffa309211': swscale: fix gbrap to gbrap alpha scaling Conflicts: libswscale/input.c tests/ref/fate/filter-pixfmts-scale Not merged, the code works fine as is and does not work with this change Merged-by: Michael Niedermayer <[email protected]>
| * swscale: fix gbrap to gbrap alpha scalingVittorio Giovara2015-01-162-4/+3
| |
* | Merge commit '89df3fd49e9992441f680326902b4912d79f514f'Michael Niedermayer2015-01-160-0/+0
|\| | | | | | | | | | | | | | | | | * commit '89df3fd49e9992441f680326902b4912d79f514f': swscale: fix warning about incompatible function pointer type Not merged, this change is incorrect for FFmpeg Merged-by: Michael Niedermayer <[email protected]>
| * swscale: fix warning about incompatible function pointer typeVittorio Giovara2015-01-161-1/+1
| |
* | ffmpeg: improve data stream supportAnshul Maheshwari2015-01-162-0/+7
| | | | | | | | | | | | | | This adds data codec/stream handling where previously there was only audio/video/subtitles Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat: Improve data streams/codec supportAnshul Maheshwari2015-01-164-2/+22
| | | | | | | | | | | | | | This adds data codec/stream handling where previously there was only audio/video/subtitles Signed-off-by: Michael Niedermayer <[email protected]>
* | avdevice: Use av_format_get_control_message_cb()Michael Niedermayer2015-01-161-2/+2
| | | | | | | | | | | | | | This is required as the location of this field could change and is specified in libavformat not avdevice Signed-off-by: Michael Niedermayer <[email protected]>
* | ffmpeg: Add bitrate value under -progress actionraxon1s2015-01-161-4/+9
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/g2meet: Use av_mallocz_array() for framebuffer allocationMichael Niedermayer2015-01-151-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/g722enc: Use av_mallocz_array()Michael Niedermayer2015-01-151-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/flashsv2enc: use av_realloc_array()Michael Niedermayer2015-01-151-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/parser: Check that the parser return code is validMichael Niedermayer2015-01-151-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/flac_parser: Check for av_malloc() failureMichael Niedermayer2015-01-151-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/flac_parser: Use sizeof(variable) instead of sizeof(type)Michael Niedermayer2015-01-151-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avutil/pixfmt: Support the AV_PIX_FMT_GBRAP* formats with ↵Michael Niedermayer2015-01-151-0/+3
| | | | | | | | | | | | AV_HAVE_INCOMPATIBLE_LIBAV_ABI Signed-off-by: Michael Niedermayer <[email protected]>
* | avutil/pixfmt: Document the duplicated AV_PIX_FMT_GBRAP* formatsMichael Niedermayer2015-01-151-0/+5
| | | | | | | | | | | | This is similar to the other duplicated cases Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat/id3v2: remove unused variableMichael Niedermayer2015-01-151-1/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | doc: fix showpalette positionClément Bœsch2015-01-151-13/+13
| |