| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '5a7e35dd2351c30bab45177b9482cb8833a0ca78' | Michael Niedermayer | 2014-03-24 | 2 | -1/+7 |
|\ |
|
| * | Add replaygain side data type and code for parsing replaygain tags. | Anton Khirnov | 2014-03-24 | 2 | -1/+7 |
* | | Merge commit '0e2c3ee9a335d8a0a5edf0509e222e804d7b2619' | Michael Niedermayer | 2014-03-24 | 2 | -7/+9 |
|\| |
|
| * | lavc: give a typedeffed name to the AVPacket.side_data struct | Anton Khirnov | 2014-03-24 | 2 | -7/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-24 | 5 | -2710/+2822 |
|\| |
|
| * | h264: Split h264 slice decoding from nal decoding | Luca Barbato | 2014-03-23 | 5 | -2516/+2627 |
* | | Merge commit 'e9a77f4bc084e5174baba3a8bc869ce4d102c4f0' | Michael Niedermayer | 2014-03-24 | 3 | -786/+822 |
|\| |
|
| * | h264: move macroblock decoding into its own file | Vittorio Giovara | 2014-03-23 | 3 | -787/+823 |
* | | Merge commit 'ede2b451ccb1b2317858c7a32784a9b739ba45f4' | Michael Niedermayer | 2014-03-24 | 1 | -4/+4 |
|\| |
|
| * | build: Sort h264 objects | Luca Barbato | 2014-03-23 | 1 | -4/+4 |
* | | Merge commit 'fb7127b2c836b53ad5168887cd12871312c8708d' | Michael Niedermayer | 2014-03-24 | 1 | -5/+1 |
|\| |
|
| * | build: h264 parser depends on full h264 decoder | Luca Barbato | 2014-03-23 | 1 | -5/+1 |
* | | avcodec/x86/h264_qpel: Fix typo introduced by 322a1dda973e802db7b57f2007fad3e... | Michael Niedermayer | 2014-03-23 | 1 | -1/+1 |
* | | Move avpriv_find_pix_fmt() to utils.c | Michael Niedermayer | 2014-03-23 | 3 | -12/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-23 | 10 | -20/+52 |
|\| |
|
| * | lavc: drop ff_pixfmt_list_420 | Vittorio Giovara | 2014-03-23 | 10 | -20/+52 |
* | | avcodec: Add padding after the remaining AVFrames | Michael Niedermayer | 2014-03-23 | 3 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-22 | 1 | -1/+1 |
|\| |
|
| * | lagarith: Fix typo in printf format string | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | | Merge commit '57f09608e1600d1cf1679885a46f5004d522d68f' | Michael Niedermayer | 2014-03-22 | 10 | -366/+487 |
|\| |
|
| * | dsputil: Move thirdpel-related bits into their own context | Diego Biurrun | 2014-03-22 | 10 | -366/+487 |
* | | Merge commit '82dd1026cfc1d72b04019185bea4c1c9621ace3f' | Michael Niedermayer | 2014-03-22 | 6 | -18/+42 |
|\| |
|
| * | x86: dsputil: Move hpeldsp-related declarations to a separate header | Diego Biurrun | 2014-03-22 | 6 | -18/+42 |
* | | Merge commit 'ae116cd3ed908d28b69d5198712217ec743d74f6' | Michael Niedermayer | 2014-03-22 | 5 | -8/+37 |
|\| |
|
| * | ppc: dsputil: Move hpeldsp-related declarations to a separate header | Diego Biurrun | 2014-03-22 | 5 | -8/+37 |
* | | Merge commit '6655c933a887a2d20707fff657b614aa1d86a25b' | Michael Niedermayer | 2014-03-22 | 10 | -21/+51 |
|\| |
|
| * | x86: dsputil: Move fpel declarations to a separate header | Diego Biurrun | 2014-03-22 | 9 | -21/+50 |
* | | Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81' | Michael Niedermayer | 2014-03-22 | 13 | -45/+70 |
|\| |
|
| * | dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros | Diego Biurrun | 2014-03-22 | 12 | -43/+68 |
* | | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c' | Michael Niedermayer | 2014-03-22 | 14 | -14/+21 |
|\| |
|
| * | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 14 | -14/+21 |
* | | Merge commit '600b854ad8173995518bd917e7f86120b5505088' | Michael Niedermayer | 2014-03-22 | 3 | -16/+18 |
|\| |
|
| * | imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputil | Diego Biurrun | 2014-03-22 | 3 | -16/+18 |
* | | Merge commit '1a8d0cf77ed2611e542ae98f341d4c43a04467bd' | Michael Niedermayer | 2014-03-22 | 8 | -77/+109 |
|\| |
|
| * | x86: dsputil: Move inline assembly macros to a separate header | Diego Biurrun | 2014-03-22 | 8 | -76/+108 |
* | | Merge commit '1df0b061621b10edde87e3ab7ea83aed381c574f' | Michael Niedermayer | 2014-03-22 | 3 | -23/+27 |
|\| |
|
| * | nuv: Reuse the DSPContext from RTJpegContext | Diego Biurrun | 2014-03-22 | 3 | -23/+27 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 26 | -97/+172 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 26 | -98/+172 |
* | | avcodec/snowenc: make snow non experimental | Michael Niedermayer | 2014-03-22 | 2 | -7/+1 |
* | | Additional icl inline asm fix. | Matt Oliver | 2014-03-22 | 1 | -3/+2 |
* | | lavc/libx264: add a warning when using qscale | James Darnley | 2014-03-22 | 1 | -0/+3 |
* | | elbg: change utility_inc to 64bit | Michael Niedermayer | 2014-03-22 | 1 | -5/+15 |
* | | avcodec/snowdec: also print qbias and mvscale in debug output | Michael Niedermayer | 2014-03-21 | 1 | -2/+3 |
* | | avcodec/snowdec: forward error codes | Michael Niedermayer | 2014-03-21 | 1 | -4/+4 |
* | | avcodec/snowdec: return more specific error codes | Michael Niedermayer | 2014-03-21 | 1 | -5/+5 |
* | | avcodec/snowenc: simplify spatial_decomposition_count seting code | Michael Niedermayer | 2014-03-21 | 1 | -4/+1 |
* | | avcodec/snowenc: allow larger mb variances | Michael Niedermayer | 2014-03-21 | 1 | -1/+1 |
* | | avcodec/ratecontrol: make (mc_)mb_var_sum(_last) 64bit | Michael Niedermayer | 2014-03-21 | 2 | -9/+10 |
* | | avcodec/mpegvideo: make mc_mb_var_sum / mb_var_sum 64bit | Michael Niedermayer | 2014-03-21 | 3 | -5/+5 |