summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/mjpegdec: Check for for the bitstream end in mjpeg_decode_scan_progre...Michael Niedermayer2017-02-011-0/+4
* | Merge commit 'b4bb9593834460bbbe0e70823f2c503cb01ad052'James Almer2017-01-311-12/+0
|\ \ | |/
| * ratecontrol: Drop commented out cruftVittorio Giovara2016-07-201-12/+0
* | Merge commit 'd06dfaa5cbdd20acfd2364b16c0f4ae4ddb30a65'James Almer2017-01-312-7/+8
|\ \ | |/
| * x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriateDiego Biurrun2016-07-202-6/+8
* | Merge commit '4efab89332ea39a77145e8b15562b981d9dbde68'James Almer2017-01-314-13/+17
|\ \ | |/
| * x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriateDiego Biurrun2016-07-204-13/+17
* | Merge commit '0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553'James Almer2017-01-313-11/+7
|\ \ | |/
| * x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific codeDiego Biurrun2016-07-203-11/+7
* | Merge commit '95c1df929b92d81454656c222a35ec5f7db576b4'James Almer2017-01-311-10/+10
|\ \ | |/
| * x86: hpeldsp: Drop unused function parametersDiego Biurrun2016-07-201-8/+8
* | Merge commit 'c3e83ad3b7d75f3597f47ada2616ba4479665009'James Almer2017-01-311-15/+12
|\ \ | |/
| * x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriateDiego Biurrun2016-07-201-9/+6
* | Merge commit '1dfc3cf89d0eb026af28be46294b85d79499ffb5'James Almer2017-01-316-111/+176
|\ \ | |/
| * x86: hpeldsp: Split off VP3-specific bits into a separate fileDiego Biurrun2016-07-206-111/+176
| * h264dec: do not call finish_setup() if we have not started a frameAnton Khirnov2016-07-201-1/+1
* | Merge commit '76f7e70aa04fc5dbef5242b11cbf8fe4499f61d4'Clément Bœsch2017-01-311-5/+9
|\ \ | |/
| * h264dec: handle zero-sized NAL units in get_last_needed_nal()Anton Khirnov2016-07-201-2/+9
| * h264dec: make sure not to call finish_setup() more than once per frameAnton Khirnov2016-07-201-1/+1
| * hevc: set profile based on the profile compatibility flags if neededHendrik Leppkes2016-07-201-1/+5
* | lavc/hevc: remove a few random spaces to reduce diff with libavClément Bœsch2017-01-312-3/+1
* | Merge commit 'fca3c3b61952aacc45e9ca54d86a762946c21942'Clément Bœsch2017-01-313-61/+59
|\ \ | |/
| * hevc: Add AVX2 DC IDCTJames Almer2016-07-184-2/+167
* | Merge commit 'cc16da75c2f99d92f7a6461100f041352deb6d88'Clément Bœsch2017-01-312-8/+9
|\ \ | |/
| * hevc: Add coefficient limiting to speed up IDCTMickaël Raulet2016-07-183-16/+36
* | Merge commit 'a92fd8a06256e71a0be87b03751ec3c2a4a8aa21'Clément Bœsch2017-01-311-13/+13
|\ \ | |/
| * hevc: Add DC IDCTMickaël Raulet2016-07-184-2/+31
* | Merge commit '4f247de3b797cdc9d243d26534412f81c306e5b5'Clément Bœsch2017-01-311-79/+79
|\ \ | |/
| * hevcdsp_template: Templatize IDCTMickaël Raulet2016-07-181-78/+30
* | Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d'Clément Bœsch2017-01-3111-104/+99
|\ \ | |/
| * hevc: Separate adding residual to prediction from IDCTAlexandra Hájková2016-07-184-83/+47
| * hevc: offer DXVA2 for 10bit 420Anton Khirnov2016-07-151-1/+4
* | lavc/alac: Export samplerate.Carl Eugen Hoyos2017-01-311-1/+3
* | lavc/hevcdsp: fix pretty printing mistakeClément Bœsch2017-01-301-1/+3
* | lavc/mjpegdec: consume SOS data even if the frame is discardedMatthieu Bouron2017-01-291-1/+3
* | avcodec/h264dec: Clear ref_count on slice header processing failureMichael Niedermayer2017-01-271-1/+4
* | avcodecc/ccaption_dec: remove extra word from long codec descriptionPaul B Mahol2017-01-251-1/+1
* | avcodec/utils: correct align value for interplayMichael Niedermayer2017-01-251-1/+6
* | lavc/svq3: Fail for media key encryption.Carl Eugen Hoyos2017-01-241-3/+5
* | avcodec/vp56: Check for the bitstream end, pass error codes onMichael Niedermayer2017-01-244-11/+30
* | aarch64: Add NEON optimizations for 10 and 12 bit vp9 loop filterMartin Storsjö2017-01-243-0/+936
* | aarch64: Add NEON optimizations for 10 and 12 bit vp9 itxfmMartin Storsjö2017-01-243-1/+1566
* | aarch64: Add NEON optimizations for 10 and 12 bit vp9 MCMartin Storsjö2017-01-247-2/+881
* | aarch64: vp9dsp: Restructure the bpp checksMartin Storsjö2017-01-241-15/+9
* | arm: Add NEON optimizations for 10 and 12 bit vp9 loop filterMartin Storsjö2017-01-243-0/+1107
* | arm: Add NEON optimizations for 10 and 12 bit vp9 itxfmMartin Storsjö2017-01-243-1/+1564
* | arm: Add NEON optimizations for 10 and 12 bit vp9 MCMartin Storsjö2017-01-247-2/+849
* | arm: vp9dsp: Restructure the bpp checksMartin Storsjö2017-01-241-15/+9
* | avcodec/mjpegdec: Check remaining bitstream in ljpeg_decode_yuv_scan()Michael Niedermayer2017-01-241-0/+4
* | Merge commit '38efff92f1ef81f3de20ff0460ec7b70c253d714'Clément Bœsch2017-01-243-183/+171
|\ \ | |/
OpenPOWER on IntegriCloud