summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/nvenc: fix b frame settingsagathah2015-01-151-1/+10
* Merge commit 'def69553e745e007925147b2e7e4b32c57d08fdf'Michael Niedermayer2015-01-151-1/+1
|\
| * h264_cabac: Break infinite loopsMichael Niedermayer2015-01-151-1/+1
| * 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
* | Merge commit '014b6b416fec89777cb9cff61bcf7896eaf7cf39'Michael Niedermayer2015-01-151-4/+10
|\ \ | |/
| * vp8: improve memory allocation checksVittorio Giovara2015-01-151-4/+10
* | Merge commit 'f86f39cb9b1fcd063d5e4812132a75c06cc7acd2'Michael Niedermayer2015-01-151-62/+62
|\ \ | |/
| * tiff: support decoding GBRP and GBRAP formatsPaul B Mahol2015-01-141-57/+81
* | Merge commit '9a4aaae3b29392b6d74997e06be249d7d54a7394'Michael Niedermayer2015-01-151-1/+1
|\ \ | |/
| * lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol2015-01-141-0/+1
| * imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-142-88/+13
* | Merge commit '1e763454322f7fbc7799f6009bf2e11d7a3b9821'Michael Niedermayer2015-01-151-1/+1
|\ \ | |/
| * png: improve signature checkVittorio Giovara2015-01-141-3/+4
* | avcodec/sunrast: Use av_malloc_array()Michael Niedermayer2015-01-141-1/+1
* | avcodec/svq3: Use av_mallocz_array() for emu_edge_bufferMichael Niedermayer2015-01-141-1/+1
* | avcodec/svq3: Check av_mallocs return valueMichael Niedermayer2015-01-141-0/+4
* | avcodec/hevc: Fix handling of skipped_bytes() reallocation failuresMichael Niedermayer2015-01-131-6/+19
* | qpeg: avoid pointless invalid memcpy()wm42015-01-131-6/+7
* | avcodec/roqvideoenc: Check for av_malloc_array() failureMichael Niedermayer2015-01-131-0/+6
* | avcodec/snowenc-test: use av_mallocz_array()Michael Niedermayer2015-01-131-2/+2
* | avcodec/snowenc-test: check for av_malloc*() failuresMichael Niedermayer2015-01-131-0/+5
* | avcodec/shorten: use av_reallocp_array()Michael Niedermayer2015-01-121-4/+4
* | avcodec/snow: Fix av_malloc* failure checksMichael Niedermayer2015-01-121-4/+11
* | avcodec/snow: Use av_malloc_array()Michael Niedermayer2015-01-121-3/+3
* | avcodec/opus_imdct: Use av_malloc_array()Michael Niedermayer2015-01-121-2/+2
* | avcodec/wma: Print more details in case of spectral RLE overflowsMichael Niedermayer2015-01-121-1/+5
* | avcodec/ccaption_dec: Fix typos and cosmeticsMichael Niedermayer2015-01-121-6/+6
* | avcodec/wmadec: fix 0 frame bit_reservoirMichael Niedermayer2015-01-122-3/+23
* | avcodec/wmadec: also print the number of bits left in the nb_frames <= 0 caseMichael Niedermayer2015-01-121-1/+2
* | Adding Closed caption SupportAnshul Maheshwari2015-01-113-0/+531
* | avcodec/error_resilience: Remove special case for H.264 from is_intra_more_li...Michael Niedermayer2015-01-111-3/+0
* | avcodec/h264: Keep a reference to the last picture for ECMichael Niedermayer2015-01-114-1/+17
* | avcodec/options_table: add entries for MPEG4 video profilesMichael Niedermayer2015-01-111-0/+4
* | avcodec/proresdec_lgpl: Use av_malloc_array()Michael Niedermayer2015-01-111-1/+1
* | avcodec/pgssubdec: Use av_malloc*_array()Michael Niedermayer2015-01-111-2/+2
* | avcodec/libvo-aacenc: Use av_mallocz_array()Michael Niedermayer2015-01-111-1/+1
* | Handle r10k endianess atom DpxE.Carl Eugen Hoyos2015-01-111-1/+4
* | avcodec/libvpxenc.c: Fix linking with codec interface with msvc.Matt Oliver2015-01-101-2/+2
* | vp9: avoid infinite loop with broken fileswm42015-01-101-2/+3
* | avcodec/ratecontrol: Check for av_malloc*() failuresMichael Niedermayer2015-01-101-0/+7
* | avcodec/dvbsubdec: Return proper error codes from more functionsMichael Niedermayer2015-01-101-11/+16
* | avcodec/dvbsubdec: Add some av_malloc() failure checksMichael Niedermayer2015-01-101-0/+4