summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '210461c0a83a5625560fa1d92229200dc7fb869b'Michael Niedermayer2014-12-191-5/+11
|\
| * imgconvert: check memory allocations and propagate errorsVittorio Giovara2014-12-181-5/+11
* | Merge commit '596b5c488fa1d40f114a64d3b73e1863cab073fb'Michael Niedermayer2014-12-191-9/+19
|\ \ | |/
| * wma: check memory allocations and propagate errorsVittorio Giovara2014-12-181-9/+19
* | Merge commit '5ac06633cb63fcc51f2471a3478b44d3f010b16b'Michael Niedermayer2014-12-191-0/+2
|\ \ | |/
| * takdec: check av_samples_get_buffer_size() return valueVittorio Giovara2014-12-181-0/+2
| * aacps: invert the order of parameters of ipdopd_reset()Vittorio Giovara2014-12-181-1/+1
| * assdec: check the right variableVittorio Giovara2014-12-181-1/+1
* | Merge commit '971099ff5a85377579eb5b8d3620e283957f097e'Michael Niedermayer2014-12-191-3/+4
|\ \ | |/
| * aacenc: correctly check returned valueVittorio Giovara2014-12-181-3/+4
* | Merge commit 'ac467d94fa6d9d626f77d4ca8125a5eb1ad5425d'Michael Niedermayer2014-12-191-1/+1
|\ \ | |/
| * lcl: return an appropriate error codeVittorio Giovara2014-12-181-1/+1
* | Merge commit 'c63dd3f0a48a9f6389d253597ab51caddc0118db'Michael Niedermayer2014-12-191-2/+8
|\ \ | |/
| * a64multi: check elbg return valuesVittorio Giovara2014-12-181-2/+8
* | Merge commit '3beb9cbad35218ed1fb3473eeb3cfc97a931bff4'Michael Niedermayer2014-12-191-22/+58
|\ \ | |/
| * roqvideo: check memory allocations and propagate errorsVittorio Giovara2014-12-181-23/+62
* | Merge commit 'ae2d41ec875965ce4ab9fdd88a5e8ba57cada67a'Michael Niedermayer2014-12-192-16/+33
|\ \ | |/
| * elbg: check memory allocations and propagate errorsVittorio Giovara2014-12-182-16/+33
* | Merge commit '67fc8a15e4182ea111cfcd05897709f09d99a33a'Michael Niedermayer2014-12-191-16/+45
|\ \ | |/
| * theora: support different visible and coded frame sizeVittorio Giovara2014-12-181-16/+45
* | Merge commit '87bd298abeb901fe16383a0d267502cc7fc03878'Michael Niedermayer2014-12-192-3/+5
|\ \ | |/
| * DPX parserPaul B Mahol2014-12-184-2/+120
* | Merge commit '3a3790b8f8b56ee6abc93ccac280eb693675e294'Michael Niedermayer2014-12-192-5/+5
|\ \ | |/
| * tiff: support encoding and decoding 64bit imagesCarl Eugen Hoyos2014-12-183-4/+10
| * h261dec: Fix context initialization sequenceMichael Niedermayer2014-12-181-2/+1
* | qdm2: Allow hard-coding VLC tables.Reimar Döffinger2014-12-185-166/+265
* | aacps.c: Move large arrays to context to reduce stack usage.Reimar Döffinger2014-12-182-2/+4
* | Merge commit '91bfac759dfd536e439ad3e35964705012c6a5a7'Michael Niedermayer2014-12-181-0/+1
|\ \ | |/
| * h261enc: Disallow sliced encodingMartin Storsjö2014-12-181-0/+1
* | avcodec/indeo3: ensure offsets are non negativeMichael Niedermayer2014-12-181-1/+2
* | avcodec/adpcm: Check ideltaMichael Niedermayer2014-12-181-0/+4
* | avcodec/h264: Check *log2_weight_denomMichael Niedermayer2014-12-181-0/+10
* | avcodec/hevc_ps: Check diff_cu_qp_delta_depthMichael Niedermayer2014-12-181-0/+8
* | avcodec/hevc: move qp_block_mask to where its usedMichael Niedermayer2014-12-181-1/+1
* | avcodec/h264: Clear delayed_pic on deallocationMichael Niedermayer2014-12-171-0/+1
* | avcodec/hevc: clear filter_slice_edges() on allocationMichael Niedermayer2014-12-171-1/+1
* | avcodec/dcadec: Check that the added xch channel isnt already thereMichael Niedermayer2014-12-171-0/+4
* | avcodec/imc: dont read bits beyond the endMichael Niedermayer2014-12-171-3/+2
* | avcodec/utils: check the private context classMichael Niedermayer2014-12-171-0/+4
* | avcodec/indeo3: use signed variables to avoid underflowMichael Niedermayer2014-12-171-2/+3
* | flacenc: calculate lower sum levels in-place.Reimar Döffinger2014-12-171-15/+19
* | avcodec/h264: make the first field of H264Context an AVClassMichael Niedermayer2014-12-171-0/+1
* | avcodec/utvideodec: Fix handling of slice_height=0Michael Niedermayer2014-12-161-0/+4
* | avcodec/xface: Add asserts to limit nb_words from becoming too largeMichael Niedermayer2014-12-161-0/+5
* | avcodec/xface: correct the XFACE_MAX_* valuesMichael Niedermayer2014-12-161-5/+5
* | avcodec/vmdvideo: Check len before using it in method 3Michael Niedermayer2014-12-161-0/+3
* | snow_dwt: Don't try and free members of non-existent arraysDerek Buitenhuis2014-12-151-2/+7
* | vp9/x86: save one register on 32bit idct32x32.Ronald S. Bultje2014-12-161-3/+48
* | avcodec/tiffenc: Consistently use ADD_ENTRY1()Michael Niedermayer2014-12-151-2/+2
* | Merge commit '10d4c5e55e5b23e165aa4c7723073ebe2c2e7da0'Michael Niedermayer2014-12-151-1/+3
|\ \ | |/
OpenPOWER on IntegriCloud