| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '0676de935b1e81bc5b5698fef3e7d48ff2ea77ff' | James Almer | 2019-03-22 | 1 | -3/+7 |
|\ |
|
| * | arm: Implement a NEON version of 422 h264_h_loop_filter_chroma | Martin Storsjö | 2019-03-21 | 1 | -1/+7 |
* | | arm/h264dsp: change loop filter stride argument to ptrdiff_t | James Almer | 2019-02-20 | 1 | -4/+4 |
* | | lavc/arm: Use the neon vertical chroma loop filter also for H.264 4:2:2. | Carl Eugen Hoyos | 2015-01-31 | 1 | -1/+1 |
* | | Fix compile error on arm4/arm5 platform | Bernd Kuhls | 2014-09-23 | 1 | -0/+2 |
* | | Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8' | Michael Niedermayer | 2014-08-05 | 1 | -3/+2 |
|\| |
|
| * | h264: Move start code search functions into separate source files. | Ben Avison | 2014-08-04 | 1 | -3/+2 |
* | | Merge commit '6869612f5c7d4d2f20f69a5658328a761deadb1c' | Michael Niedermayer | 2014-07-22 | 1 | -5/+1 |
|\| |
|
| * | arm: Macroize the test for 'setend' CPU instruction support | Ben Avison | 2014-07-21 | 1 | -5/+1 |
* | | Merge commit '79fce1ec8abd017593c003917fc123f7119a78d6' | Michael Niedermayer | 2014-07-08 | 1 | -1/+5 |
|\| |
|
| * | arm: Avoid using the 'setend' instruction on ARMv7 and newer | Martin Storsjö | 2014-07-08 | 1 | -1/+5 |
* | | h264: Move search code search functions into separate source files. | Ben Avison | 2014-04-25 | 1 | -2/+2 |
* | | Merge commit '67bb3a4e285a5871770cbaa2d78bf9024961dd0f' | Michael Niedermayer | 2014-01-08 | 1 | -21/+21 |
|\| |
|
| * | arm: cosmetics: Reindent the h264dsp neon init function | Martin Storsjö | 2014-01-07 | 1 | -19/+19 |
* | | Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb' | Michael Niedermayer | 2014-01-06 | 1 | -1/+1 |
|\| |
|
| * | h264: do not use 422 functions for monochrome | Anton Khirnov | 2014-01-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-08 | 1 | -0/+4 |
|\| |
|
| * | arm: Add assembly version of h264_find_start_code_candidate | Ben Avison | 2013-08-08 | 1 | -0/+4 |
* | | Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d' | Michael Niedermayer | 2013-05-01 | 1 | -3/+3 |
|\| |
|
| * | arm: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -3/+3 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84' | Michael Niedermayer | 2013-02-06 | 1 | -2/+5 |
|\| |
|
| * | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 1 | -2/+5 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -8/+8 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -8/+8 |
* | | arm: fix compile with disable-optimizations on android | Michael Niedermayer | 2012-08-07 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -1/+5 |
|\| |
|
| * | ARM: allow runtime masking of CPU features | Mans Rullgard | 2012-04-22 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-22 | 1 | -56/+22 |
|\| |
|
| * | H264: change weight/biweight functions to take a height argument. | Ronald S. Bultje | 2011-10-21 | 1 | -56/+21 |
| * | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -4/+5 |
* | | h264: Try to fix 422 intra NEON | Michael Niedermayer | 2011-08-24 | 1 | -1/+2 |
* | | h264dec: h264: 4:2:2 intra decoding | Baptiste Coudurier | 2011-08-15 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-16 | 1 | -2/+1 |
|\| |
|
| * | ARM: update ff_h264_idct8_add4_neon for 4:4:4 changes | Mans Rullgard | 2011-06-15 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-15 | 1 | -1/+2 |
|\| |
|
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -1/+2 |
| * | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -3/+5 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-04-10 | 1 | -3/+5 |
|/ |
|
* | ARM: NEON H264 8x8 IDCT | Måns Rullgård | 2010-08-05 | 1 | -0/+9 |
* | ARM: remove some unnecessary ifdefs, fix implicit declaration warnings | Måns Rullgård | 2010-06-02 | 1 | -2/+0 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -0/+126 |