| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/svq1dec: Check that there is data left after the header | Michael Niedermayer | 2020-07-05 | 1 | -0/+2 |
* | avcodec/svq1dec: Check init_get_bits8() for failure | Michael Niedermayer | 2015-09-04 | 1 | -1/+4 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/svq1dec: Remove duplicate buf_size check | Michael Niedermayer | 2015-05-15 | 1 | -3/+0 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -7/+7 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -7/+7 |
* | | avcodec/svq1dec: Fix undefined shifts | Michael Niedermayer | 2015-03-13 | 1 | -2/+4 |
* | | avcodec/svq1dec: Add assert to ensure "stages >= 0" | Michael Niedermayer | 2015-02-03 | 1 | -0/+2 |
* | | Merge commit '9b8c8a9395c849639aea0f6b5300e991e93c3a73' | Michael Niedermayer | 2015-02-03 | 1 | -2/+2 |
|\| |
|
| * | svq1dec: Validate the stages value strictly | Luca Barbato | 2015-02-03 | 1 | -2/+2 |
* | | avcodec/svq1dec: remove unneeded #include, there are no assert() | Paul B Mahol | 2015-01-31 | 1 | -3/+0 |
* | | Merge commit '5a82ad644f281701eb22e0359fd732fac67aafa4' | Michael Niedermayer | 2014-12-15 | 1 | -2/+3 |
|\| |
|
| * | svq1dec: Unbreak the scratch buffer allocation | Michael Niedermayer | 2014-12-14 | 1 | -2/+3 |
* | | avcodec/svq1dec: zero terminate embedded message before printing | Michael Niedermayer | 2014-10-30 | 1 | -3/+4 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -2/+2 |
* | | avcodec/svq1dec: Fix multiple bugs from "svq1: do not modify the input packet" | Michael Niedermayer | 2014-08-07 | 1 | -1/+2 |
* | | Merge commit '7b588bb691644e1b3c168b99accf74248a24e3cf' | Michael Niedermayer | 2014-08-07 | 1 | -1/+23 |
|\| |
|
| * | svq1: do not modify the input packet | Anton Khirnov | 2014-08-06 | 1 | -1/+23 |
* | | 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 |