summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2'Michael Niedermayer2015-07-1210-656/+669
|\
| * hevc: remove HEVCContext usage from hevc_psAnton Khirnov2015-07-128-484/+495
* | Merge commit 'ab05ed4c322ed0488ac9b5d2ef5d4ffa55a946a7'Michael Niedermayer2015-07-121-0/+17
|\ \ | |/
| * mpegvideo_parser: export pixel format and dimensionsAnton Khirnov2015-07-121-0/+17
| * hevc: check slice address lengthAndreas Cadhalpun2015-07-121-1/+1
* | Merge commit '86eee85daddb682fa072c2e2657c90a514b855e3'Michael Niedermayer2015-07-121-1/+3
|\ \ | |/
| * bytestream2: set the reader to the end when reading more than availableAnton Khirnov2015-07-121-1/+3
* | movtextdec.c: Add support for highlight and hilightcolor boxNiklesh2015-07-121-80/+172
* | avcodec/dcadec: silence request_channels deprecation warningsJames Almer2015-07-121-2/+14
* | Merge commit '355864ef7a9548ee6491a25de1e0650bd983a667'Michael Niedermayer2015-07-121-2/+5
|\ \ | |/
| * g726: Do not crash on user mistakeLuca Barbato2015-07-111-2/+5
| * imc: Use correct position for flcoeffs2 calculationAndreas Cadhalpun2015-07-101-1/+1
* | avcodec/utils: Assert that the pointer is set when size is in ff_fast_malloc()Michael Niedermayer2015-07-111-1/+3
* | avcodec/utils: Avoid undefined void casts in ff_fast_malloc()Michael Niedermayer2015-07-111-5/+8
* | avcodec/utils: Fix potential overflow in overallocation codeMichael Niedermayer2015-07-111-1/+1
* | avcodec/mpeg4videodec: Check P cbpyMichael Niedermayer2015-07-111-0/+5
* | imc: use correct position for flcoeffs2 calculationAndreas Cadhalpun2015-07-111-1/+1
* | avcodec/j2kenc: remove unused variableMichael Niedermayer2015-07-101-1/+0
* | hevc: check slice address lengthAndreas Cadhalpun2015-07-102-2/+2
* | avcodec/utils: Document 32 min for h264 widthMichael Niedermayer2015-07-101-0/+5
* | avcodec/g2meet: Check R/G/B values in epic_decode_pixel_pred()Michael Niedermayer2015-07-101-0/+5
* | snow: remove an obsolete av_assert2Andreas Cadhalpun2015-07-101-2/+2
* | avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() fo...Michael Niedermayer2015-07-101-1/+3
* | avcodec/motion_est_template: Fix undefined behavior in small_diamond_search()Michael Niedermayer2015-07-101-2/+2
* | avcodec/libopenh264enc: Do not truncate frame rateMichael Niedermayer2015-07-101-1/+1
* | Merge commit '67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7'Michael Niedermayer2015-07-101-0/+2
|\ \ | |/
| * libvpx: Add the library headerVittorio Giovara2015-07-091-0/+2
| * lavc: Add nvenc.h to the skipheaderLuca Barbato2015-07-091-0/+1
* | libavcodec/qsvenc.c: improving handling for return codes of MFXVideoENCODE_En...Ivan Uskov2015-07-101-5/+13
* | avcodec/mpegvideo: Clear pointers in ff_mpv_common_init()Michael Niedermayer2015-07-091-4/+78
* | libavcodec/qsvenc.c: Fix for too agressive height alignment during frame enco...Ivan Uskov2015-07-092-4/+7
* | avcodec/qsvenc_hevc: Attempt to fix error: too few arguments to function ff_h...Michael Niedermayer2015-07-091-1/+1
* | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]Jovan Zelincevic2015-07-094-5/+11
* | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4]Djordje Pesut2015-07-095-146/+809
* | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]Jovan Zelincevic2015-07-0916-35/+680
* | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4]Jovan Zelincevic2015-07-096-3060/+3136
* | avcodec/hevc_ps: Remove gotos from ff_hevc_parse_sps()Michael Niedermayer2015-07-091-50/+29
* | Merge commit '66acb76bb0492b263215ca9b4d927a7be39ace02'Michael Niedermayer2015-07-0911-17/+474
|\ \ | |/
| * lavc: add Intel libmfx-based HEVC encoderAnton Khirnov2015-07-0811-16/+473
* | Merge commit '3a85397e8bb477eb34678d9edc52893f57003226'Michael Niedermayer2015-07-094-4/+125
|\ \ | |/
| * lavc: add Intel libmfx-based MPEG2 encoderAnton Khirnov2015-07-084-4/+125
* | Merge commit '69ab9f53f901eac6a649e22d28cf093357870627'Michael Niedermayer2015-07-094-123/+156
|\ \ | |/
| * hevc: split bitstream unescaping to a separate fileAnton Khirnov2015-07-084-103/+137
* | avcodec/hevc_ps: Do not return success on failures in ff_hevc_parse_sps()Michael Niedermayer2015-07-091-0/+1
* | Merge commit 'fd124d8357b1becfde3ac8d5e3320127cf97a5b7'Michael Niedermayer2015-07-093-111/+129
|\ \ | |/
| * hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov2015-07-083-92/+112
* | avcodev/libdcadec: implement request_channel_layoutJames Almer2015-07-081-0/+33
* | libavcodec/qsvenc.c: fix incorrect loop condition.Ivan Uskov2015-07-091-2/+5
* | Merge commit '1761ab838c75223a6b97d8c0720d09275374c53d'Michael Niedermayer2015-07-095-7/+24
|\ \ | |/
| * lavc: Deprecate avctx.rc_strategyVittorio Giovara2015-07-085-7/+24
OpenPOWER on IntegriCloud