summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* aacenc: correctly check returned valueVittorio Giovara2014-12-181-3/+4
* lcl: return an appropriate error codeVittorio Giovara2014-12-181-1/+1
* a64multi: check elbg return valuesVittorio Giovara2014-12-181-2/+8
* roqvideo: check memory allocations and propagate errorsVittorio Giovara2014-12-181-23/+62
* elbg: check memory allocations and propagate errorsVittorio Giovara2014-12-182-16/+33
* theora: support different visible and coded frame sizeVittorio Giovara2014-12-181-16/+45
* DPX parserPaul B Mahol2014-12-184-2/+120
* tiff: support encoding and decoding 64bit imagesCarl Eugen Hoyos2014-12-183-4/+10
* h261dec: Fix context initialization sequenceMichael Niedermayer2014-12-181-2/+1
* h261enc: Disallow sliced encodingMartin Storsjö2014-12-181-0/+1
* tiff: set the correct return value when check_size() failsVittorio Giovara2014-12-151-1/+3
* tiff: Check the check_size() return value and forward itLuca Barbato2014-12-151-23/+40
* prores: Evaluate all the quantizersLuca Barbato2014-12-151-3/+2
* mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara2014-12-153-6/+6
* mpegvideo: remove unused function declarationVittorio Giovara2014-12-151-1/+0
* hevc: always clip luma_log2_weight_denomVittorio Giovara2014-12-151-1/+1
* vaapi: wrap codec specific functions in appropiate #ifsThiago Santos2014-12-141-0/+4
* svq1dec: Unbreak the scratch buffer allocationMichael Niedermayer2014-12-141-2/+3
* asvenc: Forward the error instead of asserting on itLuca Barbato2014-12-141-5/+11
* vdpau: add mapping for H.264 Constrained Baseline profile and fallbackRémi Denis-Courmont2014-12-142-0/+13
* vdpau: add mapping for H.264 Extended profileRémi Denis-Courmont2014-12-142-0/+8
* vdpau: revector macro to reduce line spanRémi Denis-Courmont2014-12-141-16/+17
* libfdk-aacdec: Fix a boundary checkMartin Storsjö2014-12-101-1/+1
* arm: mlpdsp: handle pic offset calculation in a macroJanne Grunau2014-12-091-16/+20
* arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm position ...Janne Grunau2014-12-091-10/+13
* aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-092-28/+27
* arm: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-093-3/+3
* h264: increase MAX_SLICES to 32Vittorio Giovara2014-12-081-1/+1
* dpx: always write the image offsetZoltan Kovacs2014-12-081-0/+1
* arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumbMartin Storsjö2014-12-081-10/+5
* arm: fft_vfp: Add a missing "endconst" when building in thumb modeMartin Storsjö2014-12-081-0/+1
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-055-49/+378
* lavc: mention that the parser callback never returns an errorVittorio Giovara2014-12-051-0/+2
* mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() failsMichael Niedermayer2014-12-031-3/+3
* mpegvideo: free_context_frame() cannot fail, make it return voidMichael Niedermayer2014-12-031-5/+2
* mpegvideo: replace assert about interlaced EC with debug av_log()Michael Niedermayer2014-12-031-1/+3
* mpeg12dec: Use more specific error codesMichael Niedermayer2014-12-031-51/+51
* mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence()Michael Niedermayer2014-12-031-2/+7
* exr: Add a gamma flag to exr loader to avoid bandingGonzalo Garramuno2014-12-031-7/+110
* h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc failsMichael Niedermayer2014-12-031-1/+1
* h264: Fix memory leak on ff_h264_decode_init() failureDale Curtis2014-12-031-1/+3
* options_table: fix colorspace minimum option valueJon Morley2014-12-021-1/+1
* aac: Simplify decode_mid_side_stereoLuca Barbato2014-12-021-4/+3
* opusdec: make sure all substreams have the same number of coded samplesAnton Khirnov2014-11-271-0/+6
* vorbis_parser: Include stdint.h in the header, to make it work standaloneMartin Storsjö2014-11-251-0/+2
* hnm4: change width/height to int to fix hypothetical integer overflowsMichael Niedermayer2014-11-251-2/+2
* hnm4: Use av_image_check_sizeLuca Barbato2014-11-251-0/+6
OpenPOWER on IntegriCloud