| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -5/+15 |
|\ |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -5/+15 |
* | | avcodec/svq1enc: fix undefined pointer operation | Michael Niedermayer | 2014-03-25 | 1 | -4/+11 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -1/+2 |
|\| |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | | Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8' | Michael Niedermayer | 2013-11-17 | 1 | -53/+58 |
|\| |
|
| * | svq1enc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -53/+58 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | avcodec/svq1enc: fix frame rotation code | Michael Niedermayer | 2013-07-04 | 1 | -3/+3 |
* | | Merge commit '28bc406c84b04a5f1458b90ff52ddbec73e46202' | Michael Niedermayer | 2013-04-20 | 1 | -3/+3 |
|\| |
|
| * | svq1enc: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -6/+10 |
* | | svq1enc: use hpeldsp instead of dsputil for half-pel functions. | Ronald S. Bultje | 2013-03-13 | 1 | -3/+7 |
* | | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241' | Michael Niedermayer | 2013-03-12 | 1 | -2/+2 |
|\| |
|
| * | Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. | Anton Khirnov | 2013-03-08 | 1 | -2/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -8/+7 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -4/+7 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
| * | svq1enc: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | svq1enc: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -2/+2 |
* | | svq1enc: check ff_get_buffer() return value | Michael Niedermayer | 2012-12-13 | 1 | -2/+4 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6' | Michael Niedermayer | 2012-10-11 | 1 | -283/+322 |
|\| |
|
| * | svq1: Drop a bunch of useless parentheses | Diego Biurrun | 2012-10-10 | 1 | -13/+13 |
| * | svq1: K&R formatting cosmetics | Diego Biurrun | 2012-10-10 | 1 | -283/+322 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
| * | svq1enc: Set picture_structure correctly | Michael Niedermayer | 2012-09-04 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | svq1enc: set picture_structure correctly | Michael Niedermayer | 2012-08-06 | 1 | -0/+1 |
* | | svq1enc: use av_assert | Michael Niedermayer | 2012-06-07 | 1 | -13/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | svq1enc: fix ptr type mismatch warning | Michael Niedermayer | 2012-03-30 | 1 | -1/+1 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | svq1enc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -2/+2 |
|\| |
|
| * | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-18 | 1 | -7/+17 |
|\| |
|
| * | svq1enc: switch to encode2(). | Anton Khirnov | 2012-02-17 | 1 | -7/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -3/+3 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| * | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | | Release buffers after encoding svq1. | Carl Eugen Hoyos | 2011-12-23 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-27 | 1 | -5/+1 |
|\| |
|
| * | svq1enc: remove stale altivec-related hack | Mans Rullgard | 2011-11-26 | 1 | -4/+0 |
| * | svq1enc: fix signed multiplication overflow | Mans Rullgard | 2011-11-26 | 1 | -1/+1 |