aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat/rtpdec_hevc: Fix 2 "may be used uninitialized in this function" warn...Michael Niedermayer2015-01-171-1/+3
* avcodec/nvenc: Add support for nvenc api version 5Timo Rothenpieler2015-01-171-1/+12
* avcodec/dvbsubdec: Check get_region() return valueMichael Niedermayer2015-01-171-0/+6
* avformat/nsvdec: Check av_get_packet() return valueMichael Niedermayer2015-01-171-1/+3
* avfilter/vf_frei0r: fix build with DEBUG enabledMichael Niedermayer2015-01-171-3/+3
* avfilter/vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer2015-01-171-0/+1
* avcodec/mss12: Use av_malloc_array()Michael Niedermayer2015-01-171-1/+1
* avcodec/libopusenc: Use av_mallocz_array()Michael Niedermayer2015-01-171-1/+1
* avcodec/libmp3lame: use av_malloc_array()Michael Niedermayer2015-01-171-1/+1
* avcodec/flac_parser: fix handling EOF if no headers are foundMichael Niedermayer2015-01-171-1/+1
* avcodec/flac_parser: print error messages in case of errorsMichael Niedermayer2015-01-171-1/+6
* Fix precission typosMichael Niedermayer2015-01-162-2/+2
* avfilter/vf_framepack: Check and update frame_rateMichael Niedermayer2015-01-162-14/+25
* ffmpeg: Use filter graph output frame rate also for frame duration estimationMichael Niedermayer2015-01-161-0/+8
* ffmpeg: Maintain higher precision pts between video filter and fps codeMichael Niedermayer2015-01-162-11/+23
* ffmpeg: drop redundant frame_pts valueMichael Niedermayer2015-01-161-5/+2
* Merge commit '3941df546276b190cc9362fd093e6721e8e52f50'Michael Niedermayer2015-01-161-1/+1
|\
| * aea: Return proper error code on invalid headerNidhi Makhijani2015-01-161-1/+1
* | Merge commit '2df7277711cbe3ca5415ff8e31228dcffa309211'Michael Niedermayer2015-01-160-0/+0
|\|
| * swscale: fix gbrap to gbrap alpha scalingVittorio Giovara2015-01-162-4/+3
* | Merge commit '89df3fd49e9992441f680326902b4912d79f514f'Michael Niedermayer2015-01-160-0/+0
|\|
| * swscale: fix warning about incompatible function pointer typeVittorio Giovara2015-01-161-1/+1
* | ffmpeg: improve data stream supportAnshul Maheshwari2015-01-162-0/+7
* | avformat: Improve data streams/codec supportAnshul Maheshwari2015-01-164-2/+22
* | avdevice: Use av_format_get_control_message_cb()Michael Niedermayer2015-01-161-2/+2
* | ffmpeg: Add bitrate value under -progress actionraxon1s2015-01-161-4/+9
* | avcodec/g2meet: Use av_mallocz_array() for framebuffer allocationMichael Niedermayer2015-01-151-1/+1
* | avcodec/g722enc: Use av_mallocz_array()Michael Niedermayer2015-01-151-3/+3
* | avcodec/flashsv2enc: use av_realloc_array()Michael Niedermayer2015-01-151-2/+2
* | avcodec/parser: Check that the parser return code is validMichael Niedermayer2015-01-151-0/+2
* | avcodec/flac_parser: Check for av_malloc() failureMichael Niedermayer2015-01-151-0/+5
* | avcodec/flac_parser: Use sizeof(variable) instead of sizeof(type)Michael Niedermayer2015-01-151-1/+1
* | avutil/pixfmt: Support the AV_PIX_FMT_GBRAP* formats with AV_HAVE_INCOMPATIBL...Michael Niedermayer2015-01-151-0/+3
* | avutil/pixfmt: Document the duplicated AV_PIX_FMT_GBRAP* formatsMichael Niedermayer2015-01-151-0/+5
* | avformat/id3v2: remove unused variableMichael Niedermayer2015-01-151-1/+0
* | doc: fix showpalette positionClément Bœsch2015-01-151-13/+13
* | avfilter: add showpalette filterClément Bœsch2015-01-158-2/+464
* | avcodec/nvenc: fix b frame settingsagathah2015-01-151-1/+10
* | Merge commit '024e5a2d5ff8a94adce48abb15ce2fb471f9d18e'Michael Niedermayer2015-01-151-0/+7
|\|
| * rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packetsMartin Storsjö2015-01-151-0/+7
* | Merge commit 'def69553e745e007925147b2e7e4b32c57d08fdf'Michael Niedermayer2015-01-151-1/+1
|\|
| * h264_cabac: Break infinite loopsMichael Niedermayer2015-01-151-1/+1
* | Merge commit '402fb5550e36dd994b13941ef5499f9087afd345'Michael Niedermayer2015-01-150-0/+0
|\|
| * opus_parser: drop unused variableVittorio Giovara2015-01-151-1/+1
* | Merge commit '8a9641a652ed1546fedfda22584f79d3d423096e'Michael Niedermayer2015-01-156-2/+22
|\|
| * bsf: check memory allocationsVittorio Giovara2015-01-157-3/+24