| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -8/+8 |
|\ |
|
| * | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -8/+8 |
* | | Merge commit 'b88cc5cca111132b42c2ee99662bfefe7652e3da' | Michael Niedermayer | 2014-06-02 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | bink: Rename BinkDSPContext member so as not to clash with BlockDSPContext | Diego Biurrun | 2014-06-02 | 1 | -10/+10 |
* | | Merge commit 'cb52a17cb62297802b0a77e5af9850d87c3f925b' | Michael Niedermayer | 2014-05-30 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | dsputil: Move Bink-specific add_pixels8 to binkdsp | Diego Biurrun | 2014-05-29 | 1 | -2/+2 |
* | | avcodec/bink: use av_mallocz for data | Michael Niedermayer | 2013-12-15 | 1 | -1/+1 |
* | | avcodec/bink: fix seeking to frame 0 | Michael Niedermayer | 2013-10-30 | 1 | -1/+12 |
* | | 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 |
| * | bink: Bound check the quantization matrix. | Luca Barbato | 2013-08-05 | 1 | -0/+3 |
* | | libavcodec/bink.c: Fix duplicate words | Michael Niedermayer | 2013-08-12 | 1 | -1/+1 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
| * | bink: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -7/+10 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -6/+2 |
* | | bink: use hpeldsp instead of dsputil for half-pel functions. | Ronald S. Bultje | 2013-03-13 | 1 | -7/+10 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -37/+30 |
|\ \
| |/ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -37/+30 |
* | | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | | lavc/bink: Chech for malloc failure | James Almer | 2013-02-06 | 1 | -2/+9 |
* | | Merge commit 'f2960097e42ddf9a356bab6547f87906f6999e0a' | Michael Niedermayer | 2013-02-01 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | bink: fix a check for the first frame. | Anton Khirnov | 2013-02-01 | 1 | -1/+2 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | | Merge commit '93af2734ee609133eaeca28329d7f13241dd411f' | Michael Niedermayer | 2013-01-21 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. | Ronald S. Bultje | 2013-01-20 | 1 | -1/+0 |
* | | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4' | Michael Niedermayer | 2013-01-06 | 1 | -77/+84 |
|\ \
| |/ |
|
| * | bink: operate with pointers to AVFrames instead of whole structs. | Anton Khirnov | 2013-01-06 | 1 | -26/+30 |
| * | bink: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -53/+56 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 1 | -1/+1 |
* | | bink: check quant_index, fix out of array read | Michael Niedermayer | 2012-11-14 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-29 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | lavc: add CODEC_CAP_DR1 to all video decoders missing them | Anton Khirnov | 2012-10-29 | 1 | -0/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | bink: reindent | Michael Niedermayer | 2012-09-29 | 1 | -4/+4 |
* | | bink: remove unneeded special case in the init code. | Michael Niedermayer | 2012-09-29 | 1 | -7/+0 |
* | | bink: get rid of double precision float use | Michael Niedermayer | 2012-09-29 | 1 | -22/+16 |
* | | 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 |
* | | bink: fix out of reference frame read | Michael Niedermayer | 2012-06-02 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 1 | -2/+1 |
|\ \
| |/ |
|