summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec: bump minor after addition of MagicYUV encoderJames Almer2017-10-281-2/+2
* avcodec: add MagicYUV encoderPaul B Mahol2017-10-283-1/+560
* Merge commit '95a8a03a191204c3ca5c8cf6b69ab166765d5ff3'James Almer2017-10-271-35/+41
|\
| * Add FM Screen Capture Codec decoderPaul B Mahol2017-04-136-1/+647
* | avcodec/audiotoolboxdec: fix ac3_parser header includeJames Almer2017-10-271-1/+1
* | Merge commit '89d9869d2491d4209d707a8e7f29c58227ae5a4e'James Almer2017-10-272-0/+201
|\ \ | |/
| * hevc: Add NEON 16x16 IDCTAlexandra Hájková2017-04-122-0/+201
* | Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer2017-10-277-32/+120
|\ \ | |/
| * ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov2017-04-126-20/+85
| * decode: Initialize ret before using itVittorio Giovara2017-04-101-1/+1
* | Merge commit '6ac0e7818399a57e4684202bac79f35b3561ad1e'James Almer2017-10-261-0/+4
|\ \ | |/
| * mpeg4videodec: raise an error if sprite_trajectory.table is NULLSean McGovern2017-04-051-0/+4
| * qsvenc: Allow use of hw_device_ctx to make the internal sessionMark Thompson2017-04-021-0/+7
| * qsvdec: Allow use of hw_device_ctx to make the internal sessionMark Thompson2017-04-021-2/+14
| * qsv: Add ability to create a session from a deviceMark Thompson2017-04-024-24/+46
| * vaapi_encode: Add VP9 supportMark Thompson2017-04-024-1/+314
| * vp9: Add bsf to fix reordering in raw streamsMark Thompson2017-04-023-0/+413
* | Merge commit '0cf949a01193dcf6f83fd95d46792dd94479b4e4'James Almer2017-10-261-4/+6
|\ \ | |/
| * vp9: Add bsf to merge superframesRonald S. Bultje2017-04-023-0/+209
| * pthread_frame: Propagate sw_pix_fmt across threadsMark Thompson2017-04-021-0/+1
* | lavc/avcodec: Constify the return value of av_bitstream_filter_next().Carl Eugen Hoyos2017-10-263-3/+3
* | avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd()James Almer2017-10-264-7/+20
* | avcodec/tak: remove GetBitContext usage from avpriv_tak_parse_streaminfo()James Almer2017-10-262-4/+21
* | avcodec/mips: Improve hevc bi weighted hv mc msa functionsKaustubh Raste2017-10-251-252/+454
* | avcodec/mips: Improve avc chroma copy and avg vert mc msa functionsKaustubh Raste2017-10-251-352/+275
* | avcodec/mips: Improve avc put mc 11, 31, 13 and 33 msa functionsKaustubh Raste2017-10-251-160/+240
* | Merge commit '26d9b60373bf45bc4f91ff6815f5fa36764d4d7b'James Almer2017-10-241-1/+1
|\ \ | |/
| * hevc: Avoid using LOCAL_ALIGNED for 4 byte alignmentMartin Storsjö2017-03-311-1/+1
| * dcadec: remove extra indirectionAnton Khirnov2017-03-291-6/+3
| * hevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignmentMartin Storsjö2017-03-291-10/+12
| * arm: Always build the hevcdsp_init_arm.c fileMartin Storsjö2017-03-281-2/+2
* | libopus: Add channel mapping 2 support in libopusdecFelicia Lim2017-10-251-10/+29
* | Merge commit '0b9a237b2386ff84a6f99716bd58fa27a1b767e7'James Almer2017-10-246-241/+221
|\ \ | |/
| * hevc: Add NEON 4x4 and 8x8 IDCTAlexandra Hájková2017-03-275-0/+280
* | cbs_h264: Fix format specifierMark Thompson2017-10-241-1/+1
* | cbs_mpeg2: Fix format specifierMark Thompson2017-10-241-1/+1
* | cbs_mpeg2: Fix type for marker_bit readingMark Thompson2017-10-241-1/+1
* | lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering settingJun Zhao2017-10-241-1/+1
* | lavc/dvbsub: Add the missing line separator to dvb_encode_rle8().Carl Eugen Hoyos2017-10-241-2/+2
* | lavc/dvbsub: Do not fail hard in the region block for 256-colour encoding.JULIAN GARDNER2017-10-241-0/+3
* | Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer2017-10-239-560/+2
|\ \ | |/
* | Merge commit '0648dec19db83bc8c87814d195e32cbad5698a40'James Almer2017-10-233-14/+0
|\ \ | |/
| * lavc: Drop deprecated stream codec tagVittorio Giovara2017-03-233-15/+1
* | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-2314-376/+1
|\ \ | |/
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-2314-357/+1
| * lavc: Drop deprecated time_base variable for decodingVittorio Giovara2017-03-234-18/+0
* | avodec/vaapi: drop deprecated vaapi_context fieldsJames Almer2017-10-232-112/+0
* | avcodec: drop deprecated vismv optionJames Almer2017-10-234-234/+0
* | Merge commit '48bb0da050329e5111b00a12dfc154b7e78fb3a3'James Almer2017-10-233-12/+0
|\ \ | |/
| * lavc: Drop deprecated way of setting audio delay on encodeVittorio Giovara2017-03-233-12/+0
OpenPOWER on IntegriCloud