| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -1/+1 |
|\ |
|
| * | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | | Merge commit 'c265b8bb7638546919465e3585441b1d40c4b13d' | Michael Niedermayer | 2013-11-01 | 1 | -1/+4 |
|\| |
|
| * | svq1dec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -1/+4 |
* | | avcodec/svq1dec: Use skip_1stop_8data_bits() | Michael Niedermayer | 2013-10-30 | 1 | -2/+2 |
* | | 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 |
* | | Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14' | Michael Niedermayer | 2013-08-16 | 1 | -2/+1 |
|\| |
|
| * | avcodec: Replace local extern declarations for tables with header #includes | Diego Biurrun | 2013-08-15 | 1 | -2/+1 |
| * | svq1: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -11/+11 |
* | | avcodec/svq1dec: use init_get_bits8() | Michael Niedermayer | 2013-07-04 | 1 | -1/+1 |
* | | Insert a newline before showing embedded svq1 messages. | Carl Eugen Hoyos | 2013-06-09 | 1 | -1/+1 |
* | | Merge commit 'ecff5acb5a738fcb4f9e206a12070dac4bf259b3' | Michael Niedermayer | 2013-04-17 | 1 | -15/+14 |
|\| |
|
| * | svq1dec: clip motion vectors to the frame size. | Anton Khirnov | 2013-04-17 | 1 | -14/+13 |
* | | Merge commit 'b1bb8fb860b47e90dd67f0c5740698128fc82dcc' | Michael Niedermayer | 2013-04-17 | 1 | -1/+2 |
|\| |
|
| * | svq1dec: check that the reference frame has the same dimensions as the curren... | Anton Khirnov | 2013-04-17 | 1 | -1/+2 |
* | | svq1: use hpeldsp instead of dsputil for half-pel functions. | Ronald S. Bultje | 2013-03-13 | 1 | -11/+11 |
* | | Merge commit 'e3232f34312f8187094c875445683277ed0c209d' | Michael Niedermayer | 2013-03-13 | 1 | -1/+1 |
|\| |
|
| * | svq1: use av_frame_free to free refcounted frame | Janne Grunau | 2013-03-10 | 1 | -1/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -25/+12 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -23/+11 |
* | | Merge commit '238614de679a71970c20d7c3fee08a322967ec40' | Michael Niedermayer | 2013-02-06 | 1 | -2/+2 |
|\| |
|
| * | svq1: replace struct svq1_frame_size with an array. | Anton Khirnov | 2013-02-06 | 1 | -2/+2 |
| * | svq1: Fix building with -DDEBUG | Martin Storsjö | 2012-12-12 | 1 | -2/+2 |
| * | svq1: return meaningful error codes. | Anton Khirnov | 2012-12-12 | 1 | -7/+7 |
* | | svq1dec: check that the reference frame matches in size before using it. | Michael Niedermayer | 2013-01-08 | 1 | -1/+1 |
* | | Merge commit '998fdcff41bbda8ef13c991743376556f910efa9' | Michael Niedermayer | 2012-12-13 | 1 | -30/+26 |
|\| |
|
| * | lavc: replace some forgotten instances of PixelFormat with AVPixelFormat | Anton Khirnov | 2012-12-12 | 1 | -2/+2 |
| * | svq1: unmacroify macros used only once. | Anton Khirnov | 2012-12-12 | 1 | -28/+24 |
* | | Merge commit '95baf701db719ecad6b31000429e20eca2526ed6' | Michael Niedermayer | 2012-12-13 | 1 | -71/+112 |
|\| |
|
| * | svq1: deMpegEncContextize | Anton Khirnov | 2012-12-12 | 1 | -67/+106 |
* | | 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 |
* | | svq1dec: update w/h only if the header is successfully parsed. | Michael Niedermayer | 2012-12-01 | 1 | -5/+9 |
* | | svq1dec: dont export the qscale table. | Michael Niedermayer | 2012-11-12 | 1 | -0/+1 |
* | | svq1dec: use log level that have more common sense | Paul B Mahol | 2012-10-14 | 1 | -2/+2 |
* | | svq1dec: use more common way to check if result is not zero | Paul B Mahol | 2012-10-14 | 1 | -18/+10 |
* | | svq1dec: check return value of get_bits1() in more common way | Paul B Mahol | 2012-10-14 | 1 | -4/+4 |
* | | svq1dec: return more meaningful error codes | Paul B Mahol | 2012-10-14 | 1 | -10/+10 |
* | | Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6' | Michael Niedermayer | 2012-10-11 | 1 | -571/+589 |
|\| |
|
| * | svq1: Drop a bunch of useless parentheses | Diego Biurrun | 2012-10-10 | 1 | -35/+35 |
| * | svq1: K&R formatting cosmetics | Diego Biurrun | 2012-10-10 | 1 | -567/+586 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -2/+2 |
|\| |
|
| * | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -2/+2 |
* | | Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93' | Michael Niedermayer | 2012-08-24 | 1 | -45/+0 |
|\| |
|
| * | svq1/svq3: Move common code out of SVQ1 decoder-specific file | Diego Biurrun | 2012-08-24 | 1 | -45/+0 |
* | | 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 |