summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fate: disable fate-svq3-2James Almer2017-10-021-1/+2
* avcodec/encode: free non-referenced packets' side data in the old encode API ...James Almer2017-10-021-0/+2
* Merge commit '8e4d4efc67e154fdffd65964a7cfeef740320827'James Almer2017-10-023-2/+34
|\
| * fate: Add another SVQ3 test to increase coverageDiego Biurrun2017-02-243-2/+28
* | Merge commit 'b8f66c0838b4c645227f23a35b4d54373da4c60a'James Almer2017-10-020-0/+0
|\ \ | |/
| * aarch64: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-241-6/+6
| * arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-241-6/+6
| * aarch64: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-241-62/+62
| * arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-241-62/+62
| * aarch64: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-241-67/+43
| * arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-241-126/+120
| * arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö2017-02-242-3/+195
| * aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1Martin Storsjö2017-02-241-12/+9
| * arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-02-242-37/+14
* | Merge commit 'ed6a891c364f8b0850b557d9578b8920cc15a937'James Almer2017-10-020-0/+0
|\ \ | |/
| * Place attribute_deprecated in the right position for struct declarationsDiego Biurrun2017-02-232-3/+2
* | Merge commit '04d2afa93b6c6f320ac45dd99ce1226f3c3d5ac8'James Almer2017-10-020-0/+0
|\ \ | |/
| * mkv: Update the seek test to match 5d3953a5dcLuca Barbato2017-02-221-13/+13
| * fate: Update fate-lavf-mkv after commit 5d3953a5dcJohn Stebbins2017-02-211-2/+2
* | Merge commit '156bc0193bd47d3f4b3adaa93be0e206e12686ab'James Almer2017-10-020-0/+0
|\ \ | |/
| * fate: Add webp alpha testMark Thompson2017-02-213-2/+11
* | Merge commit '5d3953a5dcfd5f71391b7f34908517eb6f7e5146'James Almer2017-10-021-0/+2
|\ \ | |/
| * matroskaenc: factor ts_offset into block timecode computationJohn Stebbins2017-02-211-0/+1
* | avdevice/decklink_dec: remove av_dup_packet() usageJames Almer2017-10-021-6/+8
* | avdevice/decklink_dec: use av_packet_add_side_data()James Almer2017-10-021-4/+2
* | avcodec/encode: remove usage of av_dup_packet()James Almer2017-10-021-8/+12
* | avcodec/avpacket: deprecate av_copy_packet_side_data()James Almer2017-10-011-0/+3
* | Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524'James Almer2017-10-0119-66/+71
|\ \ | |/
| * build: Move cli tool sources to a separate subdirectoryDiego Biurrun2017-02-2115-50/+56
* | tools/ismindex: remove unused headerJames Almer2017-10-011-2/+0
* | libavcodec/exr : add x86 SIMD for predictorMartin Vignali2017-10-016-15/+109
* | lavfi/vmafmotion: Allow more pix_fmts.Carl Eugen Hoyos2017-10-011-9/+13
* | avdevice/decklink_dec: Used av_parity instead of duplicated functionKarthick J2017-10-011-9/+1
* | Partially revert "Merge commit '71a49fe25f2e4468fbbadbebef8d073b1b3cc1a5'"James Almer2017-10-011-1/+1
* | avfilter/vf_thumbnail_cuda: Avoid mixing declaration and statementsMichael Niedermayer2017-10-011-1/+2
* | avcodec/v4l2_context: Reduce spelling variationsMichael Niedermayer2017-10-011-2/+2
* | avcodec/v4l2_buffers: More clear return code documentationMichael Niedermayer2017-10-011-8/+8
* | avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initia...Michael Niedermayer2017-09-301-0/+3
* | lavf/bit: Fix the G.729 bit auto-detection.Carl Eugen Hoyos2017-09-301-10/+13
* | avfilter/vmaf_motion: use correct header guardsJames Almer2017-09-301-3/+3
* | avfilter: add vmafmotion filterAshish Singh2017-09-306-0/+440
* | build: fix cleaning compiled unstripped examplesJames Almer2017-09-301-1/+2
* | MAINTAINERS: add myself to the general developers listJan Ekström2017-09-301-0/+1
* | avcodec/hevc_sei: Support HEVC paired fields.Brian Matherly2017-09-303-3/+23
* | build: add missing changes to ensure examples build with progs-suffixJames Almer2017-09-291-2/+2
* | Merge commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640'James Almer2017-09-292-1/+6
|\ \ | |/
| * build: Separate logic for building examples from that for building avtoolsDiego Biurrun2017-02-212-1/+6
* | build: don't call install with the -T optionJames Almer2017-09-291-1/+1
* | Merge commit 'acb0dea27efff4b35796015b96570b59fd517078'James Almer2017-09-294-91/+100
|\ \ | |/
| * build: Split logic for building examples off into a separate MakefileDiego Biurrun2017-02-213-23/+30
OpenPOWER on IntegriCloud