summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/pnm: Support decoding ya16.Carl Eugen Hoyos2015-01-22
* lavc/pamenc: Support encoding ya16be.Carl Eugen Hoyos2015-01-22
* lavc/tiffenc: Support encoding ya16le.Carl Eugen Hoyos2015-01-22
* lavc/pngenc: Support encoding ya16be.Carl Eugen Hoyos2015-01-22
* avcodec/nvenc: set repeatSPSPPS flag for streamingagathah2015-01-21
* libavcodec/ppc/mpegvideoencdsp.c: fix stack smashing in pix_norm1_altivec() a...Andreas Cadhalpun2015-01-21
* Merge commit '440119b18836887d98c9e337c5911563bb43588c'Michael Niedermayer2015-01-20
|\
| * libopenh264enc: Move a declaration of a variable into an ifdefMartin Storsjö2015-01-20
* | Merge commit 'bba02479260d0e7dec8c530a7e75a1c7aa53c06e'Michael Niedermayer2015-01-20
|\|
| * libopenh264enc: Remove a workaround for silencing warnings about unused varia...Martin Storsjö2015-01-20
* | changed name of erase_display_memory to screen_changedAnshul Maheshwari2015-01-20
* | Initilaize array to known sizeAnshul Maheshwari2015-01-20
* | CHAR_DEBUG to av_dlogAnshul Maheshwari2015-01-20
* | Cosmetic changes in cc_captionAnshul Maheshwari2015-01-20
* | Revert "avcodec/h264: also show frames with missing fields when CODEC_FLAG2_S...Michael Niedermayer2015-01-20
* | avcodec/snowdec: AVMotionVector supportMichael Niedermayer2015-01-20
* | avcodec/snowdec: set AVFrame.pict_type correctlyMichael Niedermayer2015-01-20
* | h264: unref leaking error recovery picturewm42015-01-19
* | avcodec/xsubdec: Check av_mallocz() return codesMichael Niedermayer2015-01-19
* | avcodec/xan: Use av_realloc_array()Michael Niedermayer2015-01-19
* | avcodec/svq1enc: fix error handling/cleanup in case of ff_get_buffer() or scr...Michael Niedermayer2015-01-18
* | avcodec/svq1enc: Check memory allocationsMichael Niedermayer2015-01-18
* | avcodec/mpegvideo_parser: Check the ff_set_dimensions() return codeMichael Niedermayer2015-01-18
* | avcodec/mpegvideo_parser: more robust dimension setupMichael Niedermayer2015-01-18
* | avcodec/vp8: remove double ;;Clément Bœsch2015-01-18
* | avcodec/tiffenc: remove double ;;Clément Bœsch2015-01-18
* | avcodec/nvenc: Add support for nvenc api version 5Timo Rothenpieler2015-01-17
* | avcodec/dvbsubdec: Check get_region() return valueMichael Niedermayer2015-01-17
* | avcodec/mss12: Use av_malloc_array()Michael Niedermayer2015-01-17
* | avcodec/libopusenc: Use av_mallocz_array()Michael Niedermayer2015-01-17
* | avcodec/libmp3lame: use av_malloc_array()Michael Niedermayer2015-01-17
* | avcodec/flac_parser: fix handling EOF if no headers are foundMichael Niedermayer2015-01-17
* | avcodec/flac_parser: print error messages in case of errorsMichael Niedermayer2015-01-17
* | Fix precission typosMichael Niedermayer2015-01-16
* | avcodec/g2meet: Use av_mallocz_array() for framebuffer allocationMichael Niedermayer2015-01-15
* | avcodec/g722enc: Use av_mallocz_array()Michael Niedermayer2015-01-15
* | avcodec/flashsv2enc: use av_realloc_array()Michael Niedermayer2015-01-15
* | avcodec/parser: Check that the parser return code is validMichael Niedermayer2015-01-15
* | avcodec/flac_parser: Check for av_malloc() failureMichael Niedermayer2015-01-15
* | avcodec/flac_parser: Use sizeof(variable) instead of sizeof(type)Michael Niedermayer2015-01-15
* | avcodec/nvenc: fix b frame settingsagathah2015-01-15
* | Merge commit 'def69553e745e007925147b2e7e4b32c57d08fdf'Michael Niedermayer2015-01-15
|\|
| * h264_cabac: Break infinite loopsMichael Niedermayer2015-01-15
| * opus_parser: drop unused variableVittorio Giovara2015-01-15
* | Merge commit '8a9641a652ed1546fedfda22584f79d3d423096e'Michael Niedermayer2015-01-15
|\|
| * bsf: check memory allocationsVittorio Giovara2015-01-15
* | Merge commit '014b6b416fec89777cb9cff61bcf7896eaf7cf39'Michael Niedermayer2015-01-15
|\|
| * vp8: improve memory allocation checksVittorio Giovara2015-01-15
* | Merge commit 'f86f39cb9b1fcd063d5e4812132a75c06cc7acd2'Michael Niedermayer2015-01-15
|\|
| * tiff: support decoding GBRP and GBRAP formatsPaul B Mahol2015-01-14