| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885' | Michael Niedermayer | 2013-02-16 | 1 | -2/+2 |
|\| |
|
| * | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 1 | -2/+2 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -1/+1 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -7/+7 |
|\| |
|
| * | hwaccel: unbreak build | Mans Rullgard | 2011-07-10 | 1 | -7/+7 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -3/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -3/+3 |
|/ |
|
* | Simplify: Remove impossible condition. | Nicolas Kaiser | 2010-11-09 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -6/+6 |
* | Consistently use third person in doxies. | Stefano Sabatini | 2009-10-27 | 1 | -5/+5 |
* | Change the type of pblocks from pointers to short array into | Ivan Kalvachev | 2009-02-22 | 1 | -7/+7 |
* | Add more paranoid checks of xvmc token. | Ivan Kalvachev | 2009-02-19 | 1 | -1/+4 |
* | Directly #include required X11/XvMC header. | Diego Biurrun | 2009-02-19 | 1 | -0/+1 |
* | Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and | Diego Biurrun | 2009-02-17 | 1 | -2/+2 |
* | small Doxygen comment grammar fix | Diego Biurrun | 2009-02-17 | 1 | -1/+1 |
* | Revert converting two asserts into if checks and error messages. | Diego Biurrun | 2009-02-17 | 1 | -8/+5 |
* | Thoroughly check all fields set by the application in xvmc struct. | Ivan Kalvachev | 2009-02-16 | 1 | -1/+5 |
* | whitespace cosmetics: Place spaces around += for better readability. | Diego Biurrun | 2009-02-16 | 1 | -1/+1 |
* | Replace two asserts by checks and error messages. | Diego Biurrun | 2009-02-16 | 1 | -5/+8 |
* | whitespace cosmetics | Diego Biurrun | 2009-02-16 | 1 | -1/+1 |
* | Give struct members more sensible names: | Diego Biurrun | 2009-02-16 | 1 | -5/+5 |
* | Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar | Diego Biurrun | 2009-02-15 | 1 | -5/+5 |
* | cosmetics: typo fix | Diego Biurrun | 2009-02-15 | 1 | -1/+1 |
* | spelling/grammar/wording fixes for Doxygen comments | Diego Biurrun | 2009-02-15 | 1 | -5/+5 |
* | Rename unique_id to the way michaelni likes it. (xvmc_id) | Ivan Kalvachev | 2009-02-15 | 1 | -5/+5 |
* | Document all functions in mpegvideo_xvmc. | Ivan Kalvachev | 2009-02-15 | 1 | -1/+15 |
* | Rename xvmc_pixfmt_render structure to xvmc_pix_fmt. | Diego Biurrun | 2009-02-15 | 1 | -7/+7 |
* | Kill the magic field in xvmc structure. | Ivan Kalvachev | 2009-02-15 | 1 | -5/+5 |
* | K&R whitespace cosmetics | Diego Biurrun | 2009-02-15 | 1 | -1/+1 |
* | 10l: Remove duplicated hunk of code. | Diego Biurrun | 2009-02-15 | 1 | -6/+0 |
* | Cosmetics. Vertical align. | Ivan Kalvachev | 2009-02-15 | 1 | -2/+2 |
* | Almost cosmetics. | Ivan Kalvachev | 2009-02-15 | 1 | -3/+2 |
* | Check all critical xvmc struct fields in ff_xvmc_field_start() | Ivan Kalvachev | 2009-02-15 | 1 | -6/+21 |
* | Proper condition in xvmc decode mb. | Ivan Kalvachev | 2009-02-15 | 1 | -1/+1 |
* | Rename xvmc_render_state to something with pixfmt in its name. | Ivan Kalvachev | 2009-02-15 | 1 | -7/+7 |
* | Revert 17308. | Ivan Kalvachev | 2009-02-15 | 1 | -3/+2 |
* | Give a little better name to the magic(_id) field in xvmc struct | Ivan Kalvachev | 2009-02-15 | 1 | -5/+5 |
* | Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR. | Diego Biurrun | 2009-02-15 | 1 | -2/+3 |
* | Remove redundant assert(render) in ff_xvmc_init_block(). The immediately | Diego Biurrun | 2009-02-15 | 1 | -1/+0 |
* | Remove asserts that are immediately followed by a check and error return. | Diego Biurrun | 2009-02-15 | 1 | -2/+0 |
* | Doxygen comment/explanation for ff_xvmc_init_block(). | Diego Biurrun | 2009-02-15 | 1 | -1/+4 |
* | Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end(). | Diego Biurrun | 2009-02-14 | 1 | -0/+4 |
* | whitespace cosmetics: remove stray space | Diego Biurrun | 2009-02-14 | 1 | -1/+1 |
* | Doxygenize ff_xvmc_field_start() comment. | Diego Biurrun | 2009-02-14 | 1 | -2/+4 |