Mercurial > mplayer.hg
log libmpcodecs/vd_realvid.c @ 35325:d462bb933886
age | author | description |
---|---|---|
Sun, 14 Nov 2010 09:12:34 +0000 | cboesch | Remove most of the NULL pointer check before free all over the code |
Sun, 12 Sep 2010 13:01:05 +0000 | reimar | Replace sizoef(type) by sizeof(*ptrvar). |
Sat, 10 Jul 2010 23:31:50 +0000 | reimar | Fix some remaining bswap-related compilation issues. |
Sat, 10 Jul 2010 22:56:58 +0000 | reimar | 100l compialtion fix and use AV_RB32. |
Sat, 10 Jul 2010 22:24:31 +0000 | reimar | Use AV_RL* macros instead of typecasts where appropriate. |
Tue, 23 Mar 2010 19:40:37 +0000 | diego | Fix build due to codecs_path vs. codec_path typo. |
Tue, 23 Mar 2010 18:01:00 +0000 | diego | Get rid of pointless def_path variable; use codec_path directly instead. |