summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* | Merge commit '9a4aaae3b29392b6d74997e06be249d7d54a7394'Michael Niedermayer2015-01-15
|\|
| * lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol2015-01-14
| * imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-14
* | Merge commit '1e763454322f7fbc7799f6009bf2e11d7a3b9821'Michael Niedermayer2015-01-15
|\|
| * png: improve signature checkVittorio Giovara2015-01-14
* | avcodec/sunrast: Use av_malloc_array()Michael Niedermayer2015-01-14
* | avcodec/svq3: Use av_mallocz_array() for emu_edge_bufferMichael Niedermayer2015-01-14
* | avcodec/svq3: Check av_mallocs return valueMichael Niedermayer2015-01-14
* | avcodec/hevc: Fix handling of skipped_bytes() reallocation failuresMichael Niedermayer2015-01-13
* | qpeg: avoid pointless invalid memcpy()wm42015-01-13
* | avcodec/roqvideoenc: Check for av_malloc_array() failureMichael Niedermayer2015-01-13
* | avcodec/snowenc-test: use av_mallocz_array()Michael Niedermayer2015-01-13
* | avcodec/snowenc-test: check for av_malloc*() failuresMichael Niedermayer2015-01-13
* | avcodec/shorten: use av_reallocp_array()Michael Niedermayer2015-01-12
* | avcodec/snow: Fix av_malloc* failure checksMichael Niedermayer2015-01-12
* | avcodec/snow: Use av_malloc_array()Michael Niedermayer2015-01-12
* | avcodec/opus_imdct: Use av_malloc_array()Michael Niedermayer2015-01-12
* | avcodec/wma: Print more details in case of spectral RLE overflowsMichael Niedermayer2015-01-12
* | avcodec/ccaption_dec: Fix typos and cosmeticsMichael Niedermayer2015-01-12
* | avcodec/wmadec: fix 0 frame bit_reservoirMichael Niedermayer2015-01-12
* | avcodec/wmadec: also print the number of bits left in the nb_frames <= 0 caseMichael Niedermayer2015-01-12
* | Adding Closed caption SupportAnshul Maheshwari2015-01-11
* | avcodec/error_resilience: Remove special case for H.264 from is_intra_more_li...Michael Niedermayer2015-01-11
* | avcodec/h264: Keep a reference to the last picture for ECMichael Niedermayer2015-01-11
* | avcodec/options_table: add entries for MPEG4 video profilesMichael Niedermayer2015-01-11
* | avcodec/proresdec_lgpl: Use av_malloc_array()Michael Niedermayer2015-01-11